Create a sequence on a table (agentic)
Sequences
Create a sequence on a table (agentic)
Agentic sequence creation. Minimal body { instructions } — no column
or channel; sequences can be multi-channel and the agent infers the
rest from the instructions and the table. Delegates to the chat agent
via the v2 run path and responds 202 Accepted with the initial run
object (poll GET /agents/{agentId}/runs/{runId} for progress/result).
The agent drafts the sequence (it does not send).
POST
Create a sequence on a table (agentic)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Free-form description of the sequence to draft.
Required string length:
1 - 10000Response
{ agent, run, table } — run admitted, work runs in background.