Waxell Observe API
The Waxell Observe REST API exposes the AI agent governance and observability control plane. It is used by the waxell-observe Python SDK and the Developer MCP server to record runs, log LLM calls, spans, steps and scores, evaluate runtime governance policies, manage prompts, and administer the model cost catalog. Endpoints live under /api/v1/observe/ on a tenant-specific *.waxell.dev host and accept the same wax_sk_ keys via X-Wax-Key or Authorization: Bearer.
Documentation
Documentation
https://waxell.ai/docs
APIReference
https://waxell.ai/docs/observe/api/endpoints
Quickstart
https://waxell.ai/docs/observe/quickstart
Authentication
https://waxell.ai/docs/observe/api/authentication
Specifications
SDKs
Schemas & Data
JSONSchema
https://raw.githubusercontent.com/api-evangelist/waxell/refs/heads/main/json-schema/waxell-run-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/waxell/refs/heads/main/json-schema/waxell-llm-call-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/waxell/refs/heads/main/json-schema/waxell-policy-decision-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/waxell/refs/heads/main/json-schema/waxell-span-schema.json
JSONStructure
https://raw.githubusercontent.com/api-evangelist/waxell/refs/heads/main/json-structure/waxell-run-structure.json
JSONStructure
https://raw.githubusercontent.com/api-evangelist/waxell/refs/heads/main/json-structure/waxell-policy-decision-structure.json