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
- Create an API key in the app: Developer → API Keys
- Install MCP (Cursor) or the CLI
- Create from a template → add signers → send → wait for
document.completed
Surfaces
| Surface | Package / URL | Best for |
|---|---|---|
| MCP | @doctransit/mcp | Cursor, Claude Desktop |
| CLI | @doctransit/cli | Shell agents, CI |
| SDK | @doctransit/sdk | Custom Node agents |
| REST | https://api.doctransit.com/v1 | Any language |
Auth
http
Authorization: Bearer dt_…Also accepted: X-DocTransit-ApiKey: dt_…
Safety
send_document/ CLIdocs sendrequire explicit confirmation- Prefer draft + review before send
- API access is gated on Business+ plans (UCP
features.api)