{
 "categories": [
  "documents",
  "finance",
  "saas-platform"
 ],
 "deployment": "saas",
 "evidence": [
  {
   "date": "2026-08-31",
   "fact": "homepage",
   "note": "Oneflow presents itself as AI contract lifecycle management for creating, managing, and activating contracts from first draft to final outcome.",
   "source": "https://www.oneflow.com",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "deployment",
   "note": "The product is marketed as a cloud contract platform with a public website login and no locally installed client.",
   "source": "https://www.oneflow.com",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "license",
   "note": "Oneflow sells Business and Enterprise plans. A 14-day trial and a freemium mention appear on the same page; API access is listed under paid Integrate features.",
   "source": "https://oneflow.com/pricing/",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.api.exists",
   "note": "Oneflow documents a public API for creating, sending, and reading contracts and triggering flows on contract events, plus a SCIM API for users and groups.",
   "source": "https://developer.oneflow.com/docs/intro",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.api.kinds[0]",
   "note": "Getting started shows HTTP calls to https://api.oneflow.com/v1/ping and points readers to the public API reference.",
   "source": "https://developer.oneflow.com/docs/getting-started",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.api.kinds[1]",
   "note": "Oneflow documents a SCIM API for provisioning users and user groups. The page states the API is available for all customers on the Enterprise plan.",
   "source": "https://developer.oneflow.com/docs/about-scim",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.api.auth[0]",
   "note": "Public API authentication is an API token sent as X-Oneflow-API-Token on every request. X-Oneflow-User-Email authorizes create and update calls as a named user.",
   "source": "https://developer.oneflow.com/docs/authentication-and-authorization",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.api.auth[1]",
   "note": "SCIM Users and Groups endpoints authenticate with Authorization: Bearer and a SCIM API access token against https://api.oneflow.com/scim/v1/users.",
   "source": "https://developer.oneflow.com/docs/request-headers",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.api.coverage",
   "note": "The quick reference lists create, search, publish, and manage endpoints for contracts, contacts, files, parties, templates, webhooks, and workspaces. Token generation is plan-gated.",
   "source": "https://developer.oneflow.com/docs/api-quick-reference",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.api.docs",
   "note": "Opened as Oneflow's current public-API authentication guide, including token creation in Marketplace and the required request headers.",
   "source": "https://developer.oneflow.com/docs/authentication-and-authorization",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.extensibility.webhooks",
   "note": "The Webhooks extension POSTs JSON contract events to an HTTPS URL, includes a SHA1 signature of callback_id plus sign key, and retries on any response other than 200.",
   "source": "https://developer.oneflow.com/docs/introduction",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.data_access.export[0]",
   "note": "GET /v1/contracts/{id}/files/{file_id}?download=true returns the contract PDF, attachments, or a pre-2024 verification file.",
   "source": "https://developer.oneflow.com/docs/download-a-contract-file",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.data_access.import[0]",
   "note": "POST /v1/contracts/{contract_id}/files uploads an expanded PDF or regular attachments onto a contract.",
   "source": "https://developer.oneflow.com/reference/upload-files",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.data_access.import[1]",
   "note": "The same upload endpoint accepts upload_as=attachment for regular attachments.",
   "source": "https://developer.oneflow.com/reference/upload-files",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.integrations.zapier",
   "note": "Zapier lists a Oneflow app with a contract-status trigger plus create, send, download, delete, participant, attachment, and product actions.",
   "source": "https://zapier.com/apps/oneflow/integrations",
   "tier": "scraped"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.integrations.make",
   "note": "Make's app catalogue rendered a coming-soon 404 for /oneflow on 2026-08-31.",
   "source": "https://apps.make.com/oneflow",
   "tier": "scraped"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.integrations.power_automate",
   "note": "Microsoft publishes a Premium Oneflow connector, publisher Oneflow, with create, publish, download, attachment, and participant actions plus a contract-updated trigger.",
   "source": "https://learn.microsoft.com/en-us/connectors/oneflow/",
   "tier": "scraped"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.integrations.n8n",
   "note": "n8n's built-in app-node documentation returned page-not-found for n8n-nodes-base.oneflow on 2026-08-31.",
   "source": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.oneflow/",
   "tier": "scraped"
  },
  {
   "date": "2026-08-31",
   "fact": "modalities.agent_docs.llms_txt",
   "note": "developer.oneflow.com publishes a genuine documentation llms.txt that indexes public API guides, webhooks, and the REST/SCIM reference.",
   "source": "https://developer.oneflow.com/llms.txt",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "verdict.scores.api",
   "note": "The public API is documented, token-authenticated, and covers create, send, read, and file flows with webhooks and SCIM. Tokens and SCIM are plan-gated and no official SDK was opened, so the path stays below unusual completeness.",
   "source": "https://developer.oneflow.com/docs/authentication-and-authorization",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "verdict.scores.integrations",
   "note": "Zapier and a Oneflow-published Power Automate connector cover create, send, and download. Make and n8n had no Oneflow app on 2026-08-31.",
   "source": "https://learn.microsoft.com/en-us/connectors/oneflow/",
   "tier": "scraped"
  },
  {
   "date": "2026-08-31",
   "fact": "freshness.watch[0].url",
   "note": "Opened and verified as Oneflow's current public-API and SCIM introduction.",
   "source": "https://developer.oneflow.com/docs/intro",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "freshness.watch[1].url",
   "note": "Opened and verified as the current public-API token authentication guide.",
   "source": "https://developer.oneflow.com/docs/authentication-and-authorization",
   "tier": "declared"
  },
  {
   "date": "2026-08-31",
   "fact": "freshness.watch[2].url",
   "note": "Opened and verified as Oneflow's current developer documentation index for agents.",
   "source": "https://developer.oneflow.com/llms.txt",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-08-31",
  "volatility": "medium",
  "watch": [
   {
    "type": "docs",
    "url": "https://developer.oneflow.com/docs/intro"
   },
   {
    "type": "docs",
    "url": "https://developer.oneflow.com/docs/authentication-and-authorization"
   },
   {
    "type": "docs",
    "url": "https://developer.oneflow.com/llms.txt"
   }
  ]
 },
 "homepage": "https://www.oneflow.com",
 "id": "oneflow",
 "license": "commercial",
 "modalities": {
  "agent_docs": {
   "llms_txt": true
  },
  "api": {
   "auth": [
    "api-token",
    "scim-bearer"
   ],
   "coverage": "partial",
   "docs": "https://developer.oneflow.com/docs/authentication-and-authorization",
   "exists": true,
   "kinds": [
    "rest",
    "scim"
   ]
  },
  "cli": {
   "exists": "unknown"
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "pdf"
   ],
   "import": [
    "pdf",
    "attachments"
   ]
  },
  "extensibility": {
   "scripting": [],
   "webhooks": true
  },
  "integrations": {
   "make": false,
   "n8n": false,
   "power_automate": true,
   "zapier": true
  },
  "mcp": {
   "first_party": "unknown",
   "third_party": [],
   "verdict": "unknown"
  },
  "rpa": {
   "drivability": "unknown",
   "notes": "No repeatable UI probe was run. The public REST API, SCIM API, webhooks, Zapier connector, and Oneflow-published Power Automate connector cover practical contract automation without browser control.\n",
   "ui_stack": [
    "web-dom"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": "unknown",
   "languages": [],
   "official": "unknown"
  }
 },
 "name": "Oneflow",
 "platforms": [
  "web"
 ],
 "related": {
  "alternatives": [
   "adobe-acrobat"
  ],
  "our_products": []
 },
 "schema_version": 1,
 "score_version": 1,
 "status": "active",
 "vendor": "Oneflow",
 "verdict": {
  "best_path": "api",
  "scores": {
   "api": 7,
   "cli": null,
   "computer_use": null,
   "integrations": 6,
   "mcp": null,
   "overall": 7,
   "rpa": null
  },
  "summary": "The best evidenced path into Oneflow is the public REST API at api.oneflow.com/v1. Oneflow documents token authentication with the X-Oneflow-API-Token header. Most create and update calls also send X-Oneflow-User-Email so the request runs as that account user. The documented surface creates, sends, reads, updates, and deletes contracts, parties, files, comments, and webhooks. Contract files download as PDF. Tokens are generated in Marketplace when the plan supports it. The pricing page lists API access and webhooks on Business, and SCIM on Enterprise. The SCIM API at api.oneflow.com/scim/v1 uses an Authorization Bearer token for users and groups. Webhooks POST signed JSON contract events and retry on any non-200 response. The public API rate limit is 2000 requests per token per five minutes. Zapier and a Oneflow-published Power Automate connector create, send, and download contracts. Make and n8n had no Oneflow app on 2026-08-31. First-party MCP ownership is not established. No official SDK or CLI was opened. Computer-use viability is unassessed. This record is not Docusign, Adobe Acrobat Sign, or Scrive.\n"
 }
}