/v1/* endpoint requires a server API key (prefix mir_srv_). Keys are scoped to a single project — a request only ever sees data from the project its key belongs to.
Server keys vs. SDK keys
Mirador uses different keys for different surfaces. Use the right one:Creating a server key
Create a server key in the Mirador dashboard under your project’s API keys. Treat it like a password: it grants read access to every trace in that project.Sending the key
Pass the key on every request using either header:Public endpoints
The documentation endpoints do not require a key:GET /docs— Swagger UIGET /openapi.yaml,GET /openapi.json— the OpenAPI contractGET /llms.txt— the agent-facing briefGET /health— liveness check
Keeping keys safe
Next Steps
Endpoints
Every endpoint, filter, and response shape
Exporting traces
Pull a full trace + events into another system