Start from a task spec and stream
Start from a task spec and stream the turn.
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.
A task.json spec: brief, output, rules, input_schema, input_rows. Top-level fields apply only when task is omitted. skills is ignored.
Appended to the brief, or used as the brief when task is omitted. One of task, prompt or message is required.
Alias of prompt.
Response
Server-sent events: task, tool, text, error, done. A failure after the stream opens is an error event.
The response is of type string.