Skip to main content
POST
/
v1
/
ceo
/
run
Start CEO run
curl --request POST \
  --url https://api.usenaive.ai/v1/ceo/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>",
  "message": "<string>",
  "conversation": "<string>",
  "hidden": true,
  "client_msg_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Body

application/json
prompt
string

User text (preferred).

message
string

Alias for prompt.

conversation
string
hidden
boolean
client_msg_id
string

Response

Run started (sidecar passthrough).

The response is of type object.