Authentication
Pass your API key as either header:Request fields
Keep
clarify: false for automations. Human in the loop
covers when the blocking question is worth it.
Start from a prompt
Use this when your app has natural language and wants Autumn to infer the task shape.Start from a task spec
Use this when your app already knows the task shape.prompt is optional and is appended
to the task brief before the agent starts.
clarify: true, Autumn initializes the task in plan mode and can ask before
execution. See The task model for how the two start modes differ.
Use GET /task/metaprompt when another agent or app needs to generate a clean
task.json-style spec before calling /task/start.
Continue a task
Send new instructions to the same sandboxed task: refinements, more rows, fixes, or follow-up constraints.Read status and output
Stop
Stop a task when the caller explicitly cancels it. The task returns toplan.
Route map
Next
Errors
Status codes and the ones worth designing around.
Task lifecycle
Telling a finished task from one that has not started.