Request Body
| Field | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | The instruction or goal for the CEO to execute |
conversation | array | No | Prior conversation context (message objects) |
history | array | No | Previous run history for continuity |
Behavior
The CEO interprets the prompt, proposes a plan (team composition + task breakdown), and after approval executes by hiring employees, creating tasks, and assigning work. The run operates asynchronously — use the stream endpoint to watch progress. All LLM calls are proxied through the API and charged against your credit balance.Errors
402
503