/
OR
origami
/
Origami Agent API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2w ago · Updated 2w ago
View markdown
origami
Origami Agent API
get
Fetch one cell
v1
latest
OpenAPI 3.1.0
2026-07-26
71
54
122.0 KB
Account
2
Agents
4
Campaigns
13
Projects
5
Runs
4
Scheduled agents
9
Sequences
7
Tables
2
Workspace
25
post
Stop active cell work for a table (the API "stop" button)
get
List workspaces (cursor-paginated; ?search=)
post
Bootstrap a workspace (upload-first flows)
get
Read a document (metadata + content)
delete
Delete a workspace document
patch
Rename a document
get
Fetch a workspace
delete
Delete a workspace (two-step; ?confirm=true)
post
Legacy alias: delete a workspace (body-confirm protocol)
get
Legacy alias: track an enrichment run (use GET /enrichment-runs/{runId})
get
Fetch one cell
get
Track an enrichment run (incl. per-row upsert outcomes)
get
Fetch one row
get
Legacy alias: list enrichment runs (use GET /enrichment-runs)
get
List a table's columns
get
List workspace-scoped documents (cursor-paginated)
post
Upload files into a workspace (the single ingest verb)
get
List enrichment runs (cursor-paginated; ?tableId=)
get
List rows (typed cells; ?cells=flat / ?format=csv)
get
List a table's enrichment runs (cursor-paginated)
get
List tables (cursor-paginated; ?workspaceId=)
post
Legacy alias: rename a document (use PATCH .../documents/{documentId})
post
Legacy alias: upload files (use POST /workspaces/{workspaceId}/documents)
post
Upsert rows on matchColumns (the single v2 batch write primitive)
post
Upsert rows from a CSV file (same operation, CSV transport)
Workspace
Fetch one cell
get
/tables/{tableId}/rows/{rowId}/cells/{columnId}
Response
The single typed cell (+ run metadata where present).