Skip to content

Agents overview

DocTransit is built so AI agents can create and send contracts while humans sign via email or sign links.

Path of least resistance

  1. Create an API key in the app: Developer → API Keys
  2. Install MCP (Cursor) or the CLI
  3. Create from a template → add signers → send → wait for document.completed

Surfaces

SurfacePackage / URLBest for
MCP@doctransit/mcpCursor, Claude Desktop
CLI@doctransit/cliShell agents, CI
SDK@doctransit/sdkCustom Node agents
RESThttps://api.doctransit.com/v1Any language

Auth

http
Authorization: Bearer dt_…

Also accepted: X-DocTransit-ApiKey: dt_…

Safety

  • send_document / CLI docs send require explicit confirmation
  • Prefer draft + review before send
  • API access is gated on Business+ plans (UCP features.api)