Reference docs, integration guides, and webhook payloads for every resource the platform exposes. Everything here is generated from the same catalogs the app uses - what you see is what you ship.
Ship a working integration in 10 minutes.
Authenticate, create a shared link, attach a webhook, verify the signature. With curl and Node snippets.
Every resource, scope, and endpoint.
REST API for documents, links, rooms, agreements, proposals, contacts, analytics, webhooks, and billing.
Connect Claude and MCP clients to your workspace.
Point any MCP client at https://dataroom.corgi.com/api/mcp, then authenticate with OAuth 2.1 or a workspace API key. All 67 tools — agreements, documents, share links, rooms, permissions, diligence, and analytics — are browsable in the interactive API reference.
Event catalog + signature verification.
Subscribe to 26 platform events across 8 groups - links, signatures, proposals, rooms, CRM, requests, pipeline, and workflows.
Working examples in 4 languages.
Complete cURL, Node, Python, and Go programs against the stable v1 REST contract - plus a 3-line typed client you can drop in.
HubSpot, Slack, and webhooks.
HubSpot contact sync recipe, Slack connect, plus webhook patterns for everything else.
Encryption, access controls, and audit logs - what's in the box.
Audit log API, AES-256 at rest with TLS in transit, and granular access controls on every link, room, and recipient.
curl https://dataroom.corgi.com/api/v1/links \
-H "Authorization: Bearer $DATAROOM_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"document_id": "doc_2j9hf2",
"email_required": true,
"watermark": "{recipient.email}",
"expires_at": "2026-12-31T23:59:59Z"
}'Spotted a typo or missing endpoint? File a docs bug.
Everything here is real. Working snippets, copy-paste safe.