Prefer to drive Comp AI from an AI assistant? The same endpoints documented here are also available as tools in the Comp AI MCP server — install it once in Claude Desktop, Cursor, ChatGPT, Codex, or any MCP-compatible client and ask in plain language.
Authentication
Most organization automation uses theX-API-Key header. Create scoped API keys inside your Comp AI organization, keep them server-side, and grant only the permissions needed for the workflow you are building.
- Trust Access management, public Trust Center data, evidence, policies, questionnaires, vendors, risks, integrations, cloud checks, and device compliance are API-backed workflows.
- Device Agent endpoints are used by signed-in employee devices.
- Webhook endpoints are intentionally omitted from the public reference unless they are useful for implementers.
- Internal, platform-admin, health, assistant, and browser automation routes are excluded from Mintlify docs.
API Surface
Common Workflows
Automated evidence
Connect tasks to recurring evidence collection so audit proof stays current.
Security questionnaire API
Upload questionnaires, generate approved answers, and export reviewer-ready files.
Policy workflows
Draft, version, publish, and export policies that support audits and customer reviews.
Trust Access
Approve external reviewers, collect NDAs, and share controlled Trust Center resources.
Integrations
Connect SaaS, cloud, and security tools that provide continuous compliance evidence.
Cloud tests
Run AWS, Azure, and GCP security checks and turn findings into remediation work.
Device compliance
Register endpoints and submit device security check-ins for workforce controls.
Penetration tests
Start security assessment runs and download report deliverables for review.
Generated Reference Quality
The endpoint reference is generated from the NestJS OpenAPI specification used by the Comp AI API. Endpoint titles, descriptions, examples, visibility rules, and Mintlify metadata are maintained in the API source so generated pages stay aligned with product behavior as routes change. Public customer-facing endpoints are documented. Internal operations, admin tooling, health checks, webhooks that are not useful for implementers, and routes that would expose private implementation details are intentionally excluded or hidden.Implementation Guidance
Start with the workflow you want to automate, then create a scoped API key for that workflow. For most teams, the first high-value integrations are:- Syncing evidence and task status into internal compliance reporting.
- Uploading source documents to improve questionnaire and policy workflows.
- Connecting Trust Center access approvals to CRM or customer-security processes.
- Exporting evidence, policies, or questionnaire results for auditor and customer reviews.
https://api.trycomp.ai and avoid storing API keys in client-side code.
