Start a task
Start a task from a prompt. Returns at once: store task_id, then stream or poll. Pass task_id to send the prompt to an existing task (202 while it queues).
Authorizations
Your Autumn API key.
Body
Continue this task instead of creating one.
Display name. Derived from the prompt when omitted. Applies only when the task is created; ignored on an existing task_id.
Allow one blocking planning question before work starts. Default false: plan and execute without asking.
Task-local filenames returned by POST /validate-upload.
The output artifact to collect: id, kind, path, name; for research also schema, schema_order, target_count. Applies only when the task is created; ignored on an existing task_id.
Alternative to output. Only the first entry is used. Applies only when the task is created; ignored on an existing task_id.
1Column types of input_rows. Applies only when the task is created; ignored on an existing task_id.
Rows to enrich, one object per row. Applies only when the task is created; ignored on an existing task_id.
Each value is a rule in plain language; the key names it. Applies only when the task is created; ignored on an existing task_id.
Target row count. Applies only when the task is created; ignored on an existing task_id.
x >= 110
Alternative to count. Applies only when the task is created; ignored on an existing task_id.
x >= 110
Model tier. scout (default): faster. ranger: most capable. Fixed for the life of the task.
ranger, scout "scout"
Caller metadata stored on the task and returned with it.
Natural-language task for Autumn. One of prompt or message is required.
"Find 10 Series A AI security companies and return name, website, funding stage, and source URLs."
Alias of prompt.
Response
Task accepted. Store task_id.
"8fab6f34"
"Series A AI security companies"
plan (idle, or finished), execute (working), accepted (queued), deleted.
"execute"
plan, execute "execute"
idle, planning, executing or thinking. Finished is idle.
"executing"
10
Seconds to wait before polling status again.
5
"/task/8fab6f34/state"
"/task/8fab6f34"
"/task/8fab6f34/output"
"/task/8fab6f34/stream"