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.
1. Create an account
Sign up at app.sovrnti.io.2. Authenticate
Sovrnti uses OAuth 2.1 with PKCE. Register a client and run the standard authorization-code flow.Get an access token
Run the OAuth 2.1 + PKCE flow against
https://auth.sovrnti.io/oauth/authorize with scope=Ping.Read and resource=https://graph.sovrnti.io/mcp. Exchange the resulting code for an access token.The token is a JWT bound to aud=https://graph.sovrnti.io/mcp (RFC 8707). The same token works for both REST and MCP on this host.3. Call the ping endpoint
Data-Residency-Zone and an X-Request-Id you can quote when reporting issues.
TypeScript SDK
A type-safe TypeScript SDK is published as@repo/sovrnti-sdk, generated from the same OpenAPI spec rendered in the API Reference.

