Skip to main content
POST
/
tables
/
{tableId}
/
sequences
Create a sequence on a table (agentic)
curl --request POST \
  --url https://origami.chat/api/v2/tables/{tableId}/sequences \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "instructions": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tableId
string<uuid>
required

Body

application/json
instructions
string
required

Free-form description of the sequence to draft.

Required string length: 1 - 10000

Response

{ agent, run, table } — run admitted, work runs in background.