Quickstart
Point your agent's base URL at the LanboX gateway and use a LanboX-issued key:
ANTHROPIC_BASE_URL=https://gw.lanbox.ai/v1 ANTHROPIC_API_KEY=lbx_live_•••••••• # Same for OpenAI-compatible clients OPENAI_BASE_URL=https://gw.lanbox.ai/openai/v1
Restart the agent and your first trace appears in the console.
Key management
Save your provider key in the console (encrypted at rest), then issue a separate lbx_ key for each agent. The gateway swaps keys at forward time and records the caller on every trace.
Traces
Each trace includes the original request, the forwarded payload, the routing decision, per-stage latency, token usage and cost. Capture depth can be set to metadata, redacted or full.
Router
Set model to lanbox/auto and the gateway picks the best model for each turn. You can also pin a specific model or skill.
Skills & qualification
LanboX clusters high-frequency tasks from your traces and trains candidate skill models. Candidates are scored against the baseline on a held-out set and take over traffic only after meeting the threshold and your approval.
Rollback
Demote any skill from the console and traffic returns to the baseline model right away. To leave entirely, restore your provider's original base URL.