API overview
Gamut exposes an HTTP API so you can integrate governance into the rest of your stack, automating inventory, assessments, evidence and reporting rather than doing everything by hand.
Base URL
Section titled “Base URL”The API is served from your Gamut workspace under a versioned prefix:
https://run.gamutassure.com/api/compass/v1/All endpoints sit beneath this prefix. The version segment (v1) lets the API evolve without
breaking existing integrations.
Authentication
Section titled “Authentication”Programmatic access uses bearer tokens, named, revocable API tokens tied to a user. Pass
the token in the Authorization header:
Authorization: Bearer <your-token>See Authentication for creating, using and revoking tokens.
What you can do
Section titled “What you can do”The API works with the same governance objects described throughout these docs, AI systems, assessments, evidence, findings and more. Anything that is governed in the product can, subject to permissions, be integrated:
- Keep your AI inventory in sync with other systems.
- Drive or retrieve assessment data.
- Manage evidence and findings programmatically.
- Pull data for external reporting.
Conventions
Section titled “Conventions”The API follows consistent conventions for requests, responses and errors. See Conventions & errors.
- Authentication: create and use bearer tokens.
- Conventions & errors: request and response shape.