// ACTIVE LOOPS: 14 · // DATA ROUTED (24H): 1.2TB · // LAST DEPLOY: 14 MINS AGO · // MCP GATEWAYS ONLINE: 47 · // LEGACY ERP BRIDGES: 23 · // BACNET NODES: 1,284 · // UPTIME (30D): 99.987% · // QUEUE DEPTH: 3
// LAB

The Axiom Sandbox.

Three interactive terminal widgets you can poke. Watch a payload route through different APIs, compare burn rates, and map legacy JSON in real time.

lab://llm-routing-matrix
WIDGET 01

LLM Routing Matrix Simulator

Watch a payload route through Axiom's gateway. Optimize for speed, cost, or quality.

GPT-5
420ms$0.012/1kq=0.94
Claude 4.5
540ms$0.009/1kq=0.95
Gemini 3
380ms$0.006/1kq=0.91
Llama 4 (self-host)
280ms$0.001/1kq=0.84
$ axiom route --strategy=quality --tokens=2400
Claude 4.5 · 540ms · $0.0216 · q=0.95
lab://burn-rate-calculator
WIDGET 02

72-Hour Burn Rate Calculator

Axiom Build ($6,995/mo) vs. hiring an internal dev team. Loaded cost = base × 1.3 (benefits, payroll tax, gear).

// internal · monthly
$39,000
// axiom · monthly
$6,995
// annual savings
$384,060
$ axiom burn --devs=2 --salary=180k
→ axiom is 5.6× cheaper · break-even @ day-1
lab://legacy-payload-mapper
WIDGET 03

Legacy ERP Payload Mapper

Hover a field on the left (raw Sage payload). Watch the Axiom router emit the modern JSON.

// raw · sage
// mapped · axiom
invoice_id: "INV-2026-00482"
customer_id: "C-1142"
posted_at: "2026-06-12T00:00:00Z"
amount: "12450.00"
currency: "USD"
line_items: "3"
status: "posted"
$ axiom map --from=sage --to=mcp · 7 fields normalized · ok