Skip to main content
POST
/
v1
/
agents
/
{instance_id}
/
launch_token
Openclaw Launch Token
curl --request POST \
  --url https://api.deepinfra.com/v1/agents/{instance_id}/launch_token \
  --header 'Authorization: Bearer <token>'
{
  "dashboard_url": "<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

Path Parameters

instance_id
string
required

Response

Successful Response

dashboard_url
string
required

Single-use URL that opens the dashboard. Short TTL; mint right before navigating.