cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Instance name
1 - 64
Data disk size in GB. Can be expanded later.
20 <= x <= 256
AWS region
Successful Response
Instance ID