Developer / API
Integrate Tenet with your internal systems—pipeline, compliance, documents, and reporting.
01 — Capabilities
Pursuits, stages, deadlines. Read and write pipeline state from any system.
Tasks, checklist items, assignments. Sync execution status bidirectionally.
Files, versions, usage history. Upload, retrieve, and track document lifecycle.
Diff events, change log. Subscribe to amendment detection and impact data.
Opportunity ingestion, scoring outputs. Pull ranked recommendations into your tools.
Roles, permissions, team membership. Mirror org structure programmatically.
02 — Authentication
Keys scoped to workspace or organization. Rotate without downtime. Revoke instantly.
API permissions align with in-app RBAC. A key inherits the access level of its issuing user.
Every API action is logged with timestamp, actor, resource, and action type. Exportable.
1,000 req/min per key (standard). 5,000 req/min (enterprise). Burst: 50 req/s.
CUI-safe handling available on Enterprise plans with dedicated infrastructure.
03 — Reference
04 — Webhooks
New pursuit added to pipeline
Checklist item status changed
New amendment identified and diffed
Document replaced or version added
Submission deadline moved
{
"event": "amendment.detected",
"timestamp": "2026-02-28T14:32:00Z",
"data": {
"pursuit_id": "prs_8kX2mN",
"amendment_number": 3,
"impact_score": 8.4,
"changes": [
{ "type": "deadline_shift", "severity": "critical" },
{ "type": "new_attachment", "severity": "moderate" }
]
}
}05 — Use Cases
Push pipeline state to Salesforce or HubSpot. Stage changes, win/loss, and deadline data flow automatically.
Write submission deadlines and review milestones to Google Calendar, Outlook, or shared team calendars.
Read-only sync of Vault documents to SharePoint or shared drives. Controlled, versioned, auditable.
Pull pipeline velocity, win rates, compliance scores, and team workload into Tableau, Power BI, or Looker.
06 — Operations
api-support@pursuit.dev
docs.pursuit.dev
status.pursuit.dev
Added amendment.detected webhook event with structured diff payload.
Vault file upload endpoint now supports batch operations (up to 25 files).
Rate limits increased to 5,000 req/min for Enterprise keys.