Skip to main content
POST
/
api
/
cloud
/
agents
/
{id}
/
run
cURL
curl --request POST \
  --url https://api.bedrock.orinlabs.org/api/cloud/agents/{id}/run/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "wakeup": false
}
'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string<uuid>
required

A UUID string identifying this Agent.

Body

Serializer for agent run request.

wakeup
boolean
default:false

Response

200 - application/json

Serializer for agent run response.

status
string
required