GuardLabs · demo stand
Isolated multi-user sessions for a dev team, each running Claude Code, Codex CLI or Kimi CLI against a single self-hosted gateway — with real-time spend tracking and hard limits per user, per model.
01 / ARCHITECTURE
LiteLLM sits between your team and every provider — one API key surface, one place to route, cache, log and rate-limit, regardless of which model each session calls.
02 / ISOLATION
Separate OS users, separate working directories, separate agent process. No shared shell, no cross-reading another dev's files or history — the gateway is the only thing they share.
03 / THE PART THAT MATTERS
Every request is metered at the gateway: tokens, cost and quota usage roll up per session in real time. Cross a limit and that session is throttled or hard-stopped automatically — before it becomes a surprise invoice.
| Session | Model | Requests | Tokens in / out | Cost today | Daily limit | Status |
|---|---|---|---|---|---|---|
|
D1dev1
|
claude-sonnet-4.5 | 342 | 1.2M / 380K | $14.82 | OK | |
D2dev2 |
gpt-5.1-mini | 210 | 640K / 210K | $6.10 | OK | |
D3dev3 |
kimi-k3 | 480 | 2.1M / 540K | $9.40 | NEAR LIMIT | |
D4dev4 |
claude-opus-4.5 | 96 | 310K / 95K | $22.30 | STOPPED |