/
/Origami Agent API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Account2
Agents4
Campaigns13
Projects5
Runs4
Scheduled agents9
Sequences7
Tables2
Workspace25
  • postStop active cell work for a table (the API "stop" button)
  • getList workspaces (cursor-paginated; ?search=)
  • postBootstrap a workspace (upload-first flows)
  • getRead a document (metadata + content)
  • deleteDelete a workspace document
  • patchRename a document
  • getFetch a workspace
  • deleteDelete a workspace (two-step; ?confirm=true)
  • postLegacy alias: delete a workspace (body-confirm protocol)
  • getLegacy alias: track an enrichment run (use GET /enrichment-runs/{runId})
  • getFetch one cell
  • getTrack an enrichment run (incl. per-row upsert outcomes)
  • getFetch one row
  • getLegacy alias: list enrichment runs (use GET /enrichment-runs)
  • getList a table's columns
  • getList workspace-scoped documents (cursor-paginated)
  • postUpload files into a workspace (the single ingest verb)
  • getList enrichment runs (cursor-paginated; ?tableId=)
  • getList rows (typed cells; ?cells=flat / ?format=csv)
  • getList a table's enrichment runs (cursor-paginated)
  • getList tables (cursor-paginated; ?workspaceId=)
  • postLegacy alias: rename a document (use PATCH .../documents/{documentId})
  • postLegacy alias: upload files (use POST /workspaces/{workspaceId}/documents)
  • postUpsert rows on matchColumns (the single v2 batch write primitive)
  • postUpsert rows from a CSV file (same operation, CSV transport)
    Workspace

    Delete a workspace document

    delete/workspaces/{workspaceId}/documents/{documentId}

    Response

    { documentId, deleted: true }.

    Changes