Skip to main content
POST
/
v1
/
openclaw
Openclaw Create
curl --request POST \
  --url https://api.example.com/v1/openclaw \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "data_disk_size_gb": 20,
  "region": "us-west-2"
}
'
{
  "instance_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Body

application/json
name
string
required

Instance name

Required string length: 1 - 64
data_disk_size_gb
integer
default:20

Data disk size in GB. Can be expanded later.

Required range: 20 <= x <= 256
region
string
default:us-west-2

AWS region

Response

Successful Response

instance_id
string
required

Instance ID