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>" }
Trigger a run for this agent.
Token-based authentication with required prefix "Token"
A UUID string identifying this Agent.
Serializer for agent run request.
Serializer for agent run response.