Skip to main content
A flat, link-dense map of everything an AI agent needs to integrate Atlas. Pair it with the auto-generated /llms.txt and /llms-full.txt machine indexes.

What Atlas is

The e-signature platform where AI agents are first-class senders. One API/MCP call runs the full signing lifecycle: store a document, detect fields and parties, route for signature in order, return a signed PDF plus a verifiable audit trail. Review-first: agents prepare, humans approve.

Surfaces

SurfaceEndpointProtocolAuth
REST APIhttps://api-atlaswork.vercel.app/api/v1HTTP/JSONAPI key (bearer)
MCP serverhttps://api-atlaswork.vercel.app/api/mcpJSON-RPC 2.0API key (bearer)
OpenAPI spechttps://docs.atlaswork.ai/openapi.jsonOpenAPI 3.0none

Start here

REST

MCP (for agents)

Hard rules for integrations

  1. Review-first. A send is not final until a human approves it. Don’t assume an agent can complete a send unattended (templates excepted).
  2. Idempotent writes. Reuse one idempotency key per logical operation; the SDK and MCP server supply keys automatically.
  3. Branch on code, not message. Error codes are stable; messages are for humans.
  4. Verify webhook signatures over the raw body before trusting a payload.
  5. The generated reference is canonical. When in doubt, read the spec at https://docs.atlaswork.ai/openapi.json (also served by the API at /api/openapi.json).