Skip to content

Overview

Tenant-scoped REST API authenticated with secret API keys (prefix sk_). Send the key as Authorization: Bearer sk_..., or as X-Api-Key: sk_.... Rate limited to 120 requests per minute per key. Every request operates strictly within the tenant that owns the key. A Model Context Protocol (MCP) server backed by the same keys is exposed separately at /mcp.

Information

  • OpenAPI version: 3.0.4

Tenant-scoped secret API key (prefix sk_). Send it as Authorization: Bearer sk_.... The header X-Api-Key: sk_... is also accepted. Keys are minted in the Shout developer area and carry scopes that gate individual endpoints.

Security scheme type: http

Bearer format: sk_...