Skip to main content
RISOS REST and product MCP use revocable, Workspace-scoped bearer keys.
Create keys from RISOS → Developers. The full secret is shown once; RISOS stores only its hash.

Scopes

Use the minimum scopes needed by each integration and use separate keys for separate clients or environments.

Authentication failures

  • 401: the credential is missing, invalid, expired, or revoked.
  • 403: the credential is valid but lacks the required scope.
Do not retry either response unchanged. RISOS MCP currently supports API-key authentication for clients that can send a custom Authorization header. OAuth 2.1 is not advertised as available until the complete production authorization profile is configured and verified.