Waxell Run Structure
Logical structure for a Waxell Observe agent execution run, mapping fields to their sources in agent SDK telemetry.
Type:
Properties: 0
AI Agent GovernanceObservabilityPolicy EnforcementLLM TelemetryCost ManagementMCPAgent Runtime
Waxell Run Structure is a JSON Structure definition published by Waxell.
{
"name": "Waxell Run Structure",
"description": "Logical structure for a Waxell Observe agent execution run, mapping fields to their sources in agent SDK telemetry.",
"entity": "Run",
"fields": [
{ "name": "run_id", "type": "uuid", "required": true, "source": "Generated by control plane on POST /runs/start/" },
{ "name": "agent_name", "type": "string", "required": true, "source": "@waxell.observe(agent_name=...) decorator" },
{ "name": "status", "type": "enum", "values": ["pending", "running", "paused", "completed", "failed"], "source": "Lifecycle managed by SDK + control plane" },
{ "name": "session_id", "type": "string", "source": "WaxellContext or explicit init parameter" },
{ "name": "user_id", "type": "string", "source": "WaxellContext metadata" },
{ "name": "started_at", "type": "datetime", "source": "Server timestamp at /runs/start/" },
{ "name": "completed_at", "type": "datetime", "source": "Server timestamp at /runs/{id}/complete/" },
{ "name": "total_tokens", "type": "integer", "source": "Aggregated from associated llm-calls" },
{ "name": "total_cost_usd", "type": "number", "source": "Server-side recalculation using model-costs table" },
{ "name": "metadata", "type": "object", "source": "Free-form attributes from SDK" }
],
"relationships": [
{ "name": "llm_calls", "type": "hasMany", "target": "LlmCall" },
{ "name": "spans", "type": "hasMany", "target": "Span" },
{ "name": "steps", "type": "hasMany", "target": "Step" },
{ "name": "scores", "type": "hasMany", "target": "Score" },
{ "name": "events", "type": "hasMany", "target": "Event" }
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/waxell-run-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.