Oneflow website screenshot

Oneflow

Oneflow is a contract lifecycle management and e-signature platform that turns static documents into smart, data-rich digital contracts - covering creation from templates, negotiation, e-signing, and post-sign lifecycle management. The Oneflow Public API is a REST API at https://api.oneflow.com/v1 authenticated with an account API token (x-oneflow-api-token) plus an acting-user email header (x-oneflow-user-email) for permission checks. It lets teams programmatically create contracts from templates, add parties and participants, fill data fields and products, publish contracts for signing, download signed files, and subscribe to contract lifecycle events via webhooks. API access and webhooks are available on the Business and Enterprise plans.

Oneflow publishes 11 APIs on the APIs.io network, including Comments API, Contract Files API, Contracts API, and 8 more. Tagged areas include Contract Management, Contract Lifecycle Management, E-Signature, Digital Contracts, and Document Automation.

Oneflow’s developer surface includes authentication, documentation, and 8 more developer resources.

37.2/100 thin ▬ flat Agent 20/100 agent aware saas Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
AccessFreemiumSelf serveFree trial⚡ Free to try
1 APIs
Contract ManagementContract Lifecycle ManagementE-SignatureDigital ContractsDocument Automation

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/oneflow: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

Standards implemented 1

Interfaces this provider implements that became standards by being copied rather than ratified. Each is profiled by the API Commons, and the evidence column says how the claim was established — not that it was made.

prose — states compatibility; nothing published to check it against
5 core of 24 operations graded · api-commons/identity

APIs 11

Individual APIs this provider publishes, each with its own machine-readable definition.

Oneflow Comments API

Inline collaboration comments on a contract.

Oneflow Contract Files API

Download the files (PDF / signed documents) attached to a contract.

Oneflow Contracts API

Create, retrieve, update, publish, copy, and delete contracts.

Oneflow Data Fields API

Custom / merge fields on contracts and template types.

Oneflow Participants API

Signatories and viewers belonging to a party.

Oneflow Parties API

Counterparty companies or individuals on a contract.

Oneflow Ping API

Health check and token validation.

Oneflow Templates API

Templates and template types used to create contracts.

Oneflow Users API

Users in an account.

Oneflow Webhooks API

Subscriptions delivering contract lifecycle events to a callback URL.

Oneflow Workspaces API

Organizational containers that scope templates and contracts.

Scroll for all 11

Open Collections 13

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Oneflow Public API

OPEN COLLECTION

Scroll for all 13

Pricing Plans 1

Published pricing tiers and plan structures.

Oneflow Plans Pricing

4 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Oneflow Rate Limits

4 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Oneflow Authentication

apiKey · 2 schemes

SECURITY

Oneflow Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Oneflow Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Oneflow Agentic Access

28 operations · 14 acting

28 operations · 14 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: oneflow
url: https://raw.githubusercontent.com/api-evangelist/oneflow/refs/heads/main/apis.yml
name: Oneflow
kind: company
description: Oneflow is a contract lifecycle management and e-signature platform that turns static documents into smart, data-rich
  digital contracts - covering creation from templates, negotiation, e-signing, and post-sign lifecycle management. The Oneflow
  Public API is a REST API at https://api.oneflow.com/v1 authenticated with an account API token (x-oneflow-api-token) plus
  an acting-user email header (x-oneflow-user-email) for permission checks. It lets teams programmatically create contracts
  from templates, add parties and participants, fill data fields and products, publish contracts for signing, download signed
  files, and subscribe to contract lifecycle events via webhooks. API access and webhooks are available on the Business and
  Enterprise plans.
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: true
  try_now: true
  public: false
  label: Freemium (free trial) · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/oneflow.png
tags:
- Contract Management
- Contract Lifecycle Management
- E-Signature
- Digital Contracts
- Document Automation
tags_raw:
- Contract Management
- Contract Lifecycle Management
- E-Signature
- Digital Contracts
- Document Automation
- CLM
created: '2026-07-03'
modified: '2026-07-03'
specificationVersion: '0.23'
apis:
- aid: oneflow:oneflow-comments-api
  name: Oneflow Comments API
  description: Inline collaboration comments on a contract.
  humanURL: https://developer.oneflow.com/docs/create-a-basic-contract
  baseURL: https://api.oneflow.com/v1
  tags:
  - Comments
  properties:
  - type: OpenAPI
    url: openapi/oneflow-comments-api-openapi.yml
  - type: Documentation
    url: https://developer.oneflow.com/docs/getting-started
  - type: APIReference
    url: https://developer.oneflow.com/docs/create-a-basic-contract
  - type: PostmanCollection
    url: collections/oneflow.postman_collection.json
  - type: OpenCollection
    url: collections/oneflow.opencollection.json
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-templates
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-workspaces
  - type: Documentation
    url: https://developer.oneflow.com/docs/data-field.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/participant.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/party.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/webhook.md
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-users-in-an-account
  - type: Documentation
    url: https://developer.oneflow.com/docs/user.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/contract.md
- aid: oneflow:oneflow-contract-files-api
  name: Oneflow Contract Files API
  description: Download the files (PDF / signed documents) attached to a contract.
  humanURL: https://developer.oneflow.com/docs/create-a-basic-contract
  baseURL: https://api.oneflow.com/v1
  tags:
  - Contract Files
  properties:
  - type: OpenAPI
    url: openapi/oneflow-contract-files-api-openapi.yml
  - type: Documentation
    url: https://developer.oneflow.com/docs/getting-started
  - type: APIReference
    url: https://developer.oneflow.com/docs/create-a-basic-contract
  - type: PostmanCollection
    url: collections/oneflow.postman_collection.json
  - type: OpenCollection
    url: collections/oneflow.opencollection.json
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-templates
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-workspaces
  - type: Documentation
    url: https://developer.oneflow.com/docs/data-field.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/participant.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/party.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/webhook.md
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-users-in-an-account
  - type: Documentation
    url: https://developer.oneflow.com/docs/user.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/contract.md
- aid: oneflow:oneflow-contracts-api
  name: Oneflow Contracts API
  description: Create, retrieve, update, publish, copy, and delete contracts.
  humanURL: https://developer.oneflow.com/docs/create-a-basic-contract
  baseURL: https://api.oneflow.com/v1
  tags:
  - Contracts
  properties:
  - type: OpenAPI
    url: openapi/oneflow-contracts-api-openapi.yml
  - type: Documentation
    url: https://developer.oneflow.com/docs/getting-started
  - type: APIReference
    url: https://developer.oneflow.com/docs/create-a-basic-contract
  - type: PostmanCollection
    url: collections/oneflow.postman_collection.json
  - type: OpenCollection
    url: collections/oneflow.opencollection.json
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-templates
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-workspaces
  - type: Documentation
    url: https://developer.oneflow.com/docs/data-field.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/participant.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/party.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/webhook.md
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-users-in-an-account
  - type: Documentation
    url: https://developer.oneflow.com/docs/user.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/contract.md
- aid: oneflow:oneflow-data-fields-api
  name: Oneflow Data Fields API
  description: Custom / merge fields on contracts and template types.
  humanURL: https://developer.oneflow.com/docs/create-a-basic-contract
  baseURL: https://api.oneflow.com/v1
  tags:
  - Data Fields
  properties:
  - type: OpenAPI
    url: openapi/oneflow-data-fields-api-openapi.yml
  - type: Documentation
    url: https://developer.oneflow.com/docs/getting-started
  - type: APIReference
    url: https://developer.oneflow.com/docs/create-a-basic-contract
  - type: PostmanCollection
    url: collections/oneflow.postman_collection.json
  - type: OpenCollection
    url: collections/oneflow.opencollection.json
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-templates
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-workspaces
  - type: Documentation
    url: https://developer.oneflow.com/docs/data-field.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/participant.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/party.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/webhook.md
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-users-in-an-account
  - type: Documentation
    url: https://developer.oneflow.com/docs/user.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/contract.md
- aid: oneflow:oneflow-participants-api
  name: Oneflow Participants API
  description: Signatories and viewers belonging to a party.
  humanURL: https://developer.oneflow.com/docs/create-a-basic-contract
  baseURL: https://api.oneflow.com/v1
  tags:
  - Participants
  properties:
  - type: OpenAPI
    url: openapi/oneflow-participants-api-openapi.yml
  - type: Documentation
    url: https://developer.oneflow.com/docs/getting-started
  - type: APIReference
    url: https://developer.oneflow.com/docs/create-a-basic-contract
  - type: PostmanCollection
    url: collections/oneflow.postman_collection.json
  - type: OpenCollection
    url: collections/oneflow.opencollection.json
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-templates
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-workspaces
  - type: Documentation
    url: https://developer.oneflow.com/docs/data-field.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/participant.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/party.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/webhook.md
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-users-in-an-account
  - type: Documentation
    url: https://developer.oneflow.com/docs/user.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/contract.md
- aid: oneflow:oneflow-parties-api
  name: Oneflow Parties API
  description: Counterparty companies or individuals on a contract.
  humanURL: https://developer.oneflow.com/docs/create-a-basic-contract
  baseURL: https://api.oneflow.com/v1
  tags:
  - Parties
  properties:
  - type: OpenAPI
    url: openapi/oneflow-parties-api-openapi.yml
  - type: Documentation
    url: https://developer.oneflow.com/docs/getting-started
  - type: APIReference
    url: https://developer.oneflow.com/docs/create-a-basic-contract
  - type: PostmanCollection
    url: collections/oneflow.postman_collection.json
  - type: OpenCollection
    url: collections/oneflow.opencollection.json
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-templates
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-workspaces
  - type: Documentation
    url: https://developer.oneflow.com/docs/data-field.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/participant.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/party.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/webhook.md
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-users-in-an-account
  - type: Documentation
    url: https://developer.oneflow.com/docs/user.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/contract.md
- aid: oneflow:oneflow-ping-api
  name: Oneflow Ping API
  description: Health check and token validation.
  humanURL: https://developer.oneflow.com/docs/create-a-basic-contract
  baseURL: https://api.oneflow.com/v1
  tags:
  - Ping
  properties:
  - type: OpenAPI
    url: openapi/oneflow-ping-api-openapi.yml
  - type: Documentation
    url: https://developer.oneflow.com/docs/getting-started
  - type: APIReference
    url: https://developer.oneflow.com/docs/create-a-basic-contract
  - type: PostmanCollection
    url: collections/oneflow.postman_collection.json
  - type: OpenCollection
    url: collections/oneflow.opencollection.json
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-templates
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-workspaces
  - type: Documentation
    url: https://developer.oneflow.com/docs/data-field.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/participant.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/party.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/webhook.md
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-users-in-an-account
  - type: Documentation
    url: https://developer.oneflow.com/docs/user.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/contract.md
- aid: oneflow:oneflow-templates-api
  name: Oneflow Templates API
  description: Templates and template types used to create contracts.
  humanURL: https://developer.oneflow.com/docs/create-a-basic-contract
  baseURL: https://api.oneflow.com/v1
  tags:
  - Templates
  properties:
  - type: OpenAPI
    url: openapi/oneflow-templates-api-openapi.yml
  - type: Documentation
    url: https://developer.oneflow.com/docs/getting-started
  - type: APIReference
    url: https://developer.oneflow.com/docs/create-a-basic-contract
  - type: PostmanCollection
    url: collections/oneflow.postman_collection.json
  - type: OpenCollection
    url: collections/oneflow.opencollection.json
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-templates
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-workspaces
  - type: Documentation
    url: https://developer.oneflow.com/docs/data-field.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/participant.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/party.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/webhook.md
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-users-in-an-account
  - type: Documentation
    url: https://developer.oneflow.com/docs/user.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/contract.md
- aid: oneflow:oneflow-users-api
  name: Oneflow Users API
  description: Users in an account.
  humanURL: https://developer.oneflow.com/docs/create-a-basic-contract
  baseURL: https://api.oneflow.com/v1
  tags:
  - User
  tags_raw:
  - Users
  properties:
  - type: OpenAPI
    url: openapi/oneflow-users-api-openapi.yml
  - type: Documentation
    url: https://developer.oneflow.com/docs/getting-started
  - type: APIReference
    url: https://developer.oneflow.com/docs/create-a-basic-contract
  - type: PostmanCollection
    url: collections/oneflow.postman_collection.json
  - type: OpenCollection
    url: collections/oneflow.opencollection.json
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-templates
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-workspaces
  - type: Documentation
    url: https://developer.oneflow.com/docs/data-field.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/participant.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/party.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/webhook.md
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-users-in-an-account
  - type: Documentation
    url: https://developer.oneflow.com/docs/user.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/contract.md
- aid: oneflow:oneflow-webhooks-api
  name: Oneflow Webhooks API
  description: Subscriptions delivering contract lifecycle events to a callback URL.
  humanURL: https://developer.oneflow.com/docs/create-a-basic-contract
  baseURL: https://api.oneflow.com/v1
  tags:
  - Webhook
  tags_raw:
  - Webhooks
  properties:
  - type: OpenAPI
    url: openapi/oneflow-webhooks-api-openapi.yml
  - type: Documentation
    url: https://developer.oneflow.com/docs/getting-started
  - type: APIReference
    url: https://developer.oneflow.com/docs/create-a-basic-contract
  - type: PostmanCollection
    url: collections/oneflow.postman_collection.json
  - type: OpenCollection
    url: collections/oneflow.opencollection.json
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-templates
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-workspaces
  - type: Documentation
    url: https://developer.oneflow.com/docs/data-field.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/participant.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/party.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/webhook.md
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-users-in-an-account
  - type: Documentation
    url: https://developer.oneflow.com/docs/user.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/contract.md
- aid: oneflow:oneflow-workspaces-api
  name: Oneflow Workspaces API
  description: Organizational containers that scope templates and contracts.
  humanURL: https://developer.oneflow.com/docs/create-a-basic-contract
  baseURL: https://api.oneflow.com/v1
  tags:
  - Workspaces
  properties:
  - type: OpenAPI
    url: openapi/oneflow-workspaces-api-openapi.yml
  - type: Documentation
    url: https://developer.oneflow.com/docs/getting-started
  - type: APIReference
    url: https://developer.oneflow.com/docs/create-a-basic-contract
  - type: PostmanCollection
    url: collections/oneflow.postman_collection.json
  - type: OpenCollection
    url: collections/oneflow.opencollection.json
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-templates
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-workspaces
  - type: Documentation
    url: https://developer.oneflow.com/docs/data-field.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/participant.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/party.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/webhook.md
  - type: APIReference
    url: https://developer.oneflow.com/reference/get-users-in-an-account
  - type: Documentation
    url: https://developer.oneflow.com/docs/user.md
  - type: Documentation
    url: https://developer.oneflow.com/docs/contract.md
common:
- type: AgenticAccess
  url: agentic-access/oneflow-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/oneflow-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/oneflow-domain-security.yml
- type: Authentication
  url: authentication/oneflow-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/oneflowcom
- type: Website
  url: https://oneflow.com
- type: Documentation
  url: https://developer.oneflow.com
- type: Plans
  url: plans/oneflow-plans-pricing.yml
- type: RateLimits
  url: rate-limits/oneflow-rate-limits.yml
- type: FinOps
  url: finops/oneflow-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/oneflow"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/oneflow/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/oneflow/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.