Most AI cost tools force you through their gateway day one. We don't. Paste an admin key, get dashboards tonight. Add a drop-in SDK when you want traces. Swap the base_url when you need to physically block overages. Same platform — escalating commitment.
You want dashboards, forecasts, and anomaly alerts tonight — without any code change.
You want per-request traces, eval, and feature-level attribution — and you're OK with a one-line import swap.
You need to physically prevent overages, redact PII before it leaves your network, kill bad models in one click.
| Provider | What you give us | Granularity | Status |
|---|---|---|---|
| OpenAI | sk-admin-… key | Hourly · per project · per key · per model | Live |
| Anthropic | Admin API key | Daily · per workspace · per key · per model | Live |
| Google Gemini / Vertex | GCP service account (BigQuery Billing Export reader) | Daily · per project · per SKU | Live |
| Azure OpenAI | Service principal (Cost Management Reader) | Daily · per deployment | Live |
| AWS Bedrock | CUR S3 + Athena, or Cost Explorer | Daily · per model · per account | Live |
Admin keys are encrypted at rest with AES-256-GCM, never returned to the browser, and only decrypted inside ingest workers. You can revoke at any time from your provider's dashboard.
No. Tier 1 (Observe) is 100% read-only against your provider's billing API. Your prompts and completions never touch our network.
Add the SDK wrapper for traces. Still no traffic detour — we just collect spans. Move to the gateway only when you need hard caps or semantic cache.
Yes. Remove the env var or admin key and you're back where you started. No data lock-in — every dashboard exports to CSV/Parquet.
Tier 1: zero added latency (we never see the request). Tier 2: <2ms span emit overhead. Tier 3: <15ms p50 gateway overhead with streaming passthrough.
Tier 1: nowhere — we only see billing aggregates. Tier 2: sampled spans with optional PII redaction. Tier 3: hashed by default; full bodies opt-in per-team.
Paste an admin key, see your spend in 5 minutes. We earn the right to govern.