Skip to main content
curl -X POST https://api.usenaive.ai/v1/companies/:companyId/ceo/message \
  -H "Authorization: Bearer nv_sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "text": "Focus on the marketing tasks first, then move to engineering"
  }'
{
  "run_id": "run-abc-123",
  "status": "message_delivered"
}

Request Body

FieldTypeRequiredDescription
textstringYesThe message to send to the CEO

Behavior

Sends a real-time message to the active CEO session. Use this to steer priorities, approve proposed plans, or request updates. The CEO incorporates the message into its current reasoning context. If no CEO session is active, the message starts a new lightweight run.