Sovrnti Graph follows theDocumentation Index
Fetch the complete documentation index at: https://sovrnti.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Resource.Action.Constraint scope naming convention. Every endpoint and MCP tool requires exactly one scope. Your client requests scopes during the OAuth flow; the consent screen at auth.sovrnti.io shows what’s being granted.
| Scope | Description | Surfaces |
|---|---|---|
Ping.Read | Call the ping endpoint and tool. | GET /v1/ping, sovrnti.ping |
Audience binding
Every issued JWT hasaud=https://graph.sovrnti.io/mcp (RFC 8707). Tokens issued for one resource don’t work on another.
Requesting scopes
MCP clients request the scopes they need during the OAuth flow; you approve or deny per scope on the consent screen. For REST integrations using direct OAuth, include thescope parameter in your authorize URL:

