The pages below are generated from the OpenAPI 3.1 spec the TypeScript SDK is built from. There is one source of truth behind both this reference and the SDK.Documentation Index
Fetch the complete documentation index at: https://sovrnti.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
All endpoints require a Bearer JWT issued byauth.sovrnti.io. The same token works for both REST (/v1/*) and MCP (/mcp) — aud=https://graph.sovrnti.io/mcp (RFC 8707).
If you don’t have a token yet, follow the REST Quickstart for the OAuth 2.1 + PKCE flow.
Errors
Every error response uses RFC 9457 Problem Details (Content-Type: application/problem+json). Every Problem includes:
type— stable URL-resolvable identifiertitle— short human descriptionstatus— HTTP status codedetail— full description (when applicable)next_actions— agent-actionable recovery hints
Headers on every response
Data-Residency-Zone—eu-west-frfor the EU region.X-Request-Id— UUID for log correlation. Include this when reporting issues.

