Skip to content
Get started

Agent

AI Task
POST/automate
Research
POST/research
ModelsExpand Collapse
AutomateEvent = object { data, event }
data: optional unknown

Event payload data

event: optional string

The event type (e.g., start, agent:processing, complete)

ResearchEvent = object { data, event }
data: optional unknown

Event payload data

event: optional "phase" or "progress" or "complete" or "error"

The event type: phase, progress, complete, or error

Accepts one of the following:
"phase"
"progress"
"complete"
"error"