/v1 prefix. This page shows how the Kits relate to each other and to your application.
Kit Structure
Kit Responsibilities
Request Flow
Every API request follows the same pattern:Authentication Model
Every request authenticates with an API key in theAuthorization header:
Authorization: Bearer <jwt>) for browser-side callers from the Relayer dashboard, and the Agent Kit accepts an HMAC-signed X-Agent-Auth header for runtime calls from the agent SDK. See Authentication for the full matrix.
Environments
All Kit endpoints and authentication patterns are identical across environments.