How to
Connect your OpenAI and Anthropic accounts to TurboFinOps to track AI API spend, token consumption, and model-level cost breakdown across your organization.
Back to How To GuidesAI Usage Monitoring lets you connect your OpenAI and Anthropic organization accounts to TurboFinOps and pull billing telemetry -- giving your FinOps and platform teams visibility into AI API spend inside the same platform where you manage cloud infrastructure costs.
It answers questions like:
Available on
OpenAI
Anthropic
Security note
API keys are encrypted at rest using the same mechanism as cloud credentials. They are never logged, never returned in API responses, and used only for pulling usage telemetry from the respective provider.
The AI Usage monitoring panel shows (per connected provider):
| Metric | Description |
|---|---|
| 30-day cost | Total API spend for the last 30 days in USD |
| Total requests | Number of API calls made in the window |
| Total tokens | Combined prompt + completion tokens consumed |
| Telemetry status | Last sync time and connection health |
| Top models by cost | Ranked list of models with cost and request share |
| Detected signals | Anomalies -- cost spikes, unusual request patterns, high-cost models |
| Usage trend | Day-by-day cost chart for the selected period |
You can add multiple usage connections per provider (e.g. one key per team or project) and view them aggregated or individually.
TurboFinOps automatically surfaces anomalies in your AI usage data. A signal is raised when:
Detected signals appear in the "Detected Signals" section of the monitoring panel. For deeper context, open Dashboard - AI Anomaly which correlates AI usage signals with cloud infrastructure events (e.g. a deployment that caused a spike).
If you have a custom AI gateway or want to push usage events from your own systems, you can ingest AI usage data directly via the TurboFinOps API:
POST /api/v1/ai/usage/events -- single event ingestion
POST /api/v1/ai/usage/events/batch -- bulk (up to 300 events/request)
GET /api/v1/ai/usage/summary?days=30 -- usage totals + anomalies
Each event should include: provider, model, promptTokens, completionTokens, costUsd, and a timestamp. See the API reference for the full schema.
| AI Usage Monitoring | BYOAI (Finn AI) | |
|---|---|---|
| Purpose | Track AI API spend across your org | Power AI explanations inside TurboFinOps |
| Configured in | Dashboard - Connections - OpenAI / Anthropic | Dashboard - Integrations - Finn AI |
| Data pulled | Usage telemetry (tokens, cost, requests) | Nothing -- sends prompts, receives completions |
| Plans | Enterprise | Enterprise |
| Key reused for | Billing data ingestion only | Generating explanations and summaries |
These are separate surfaces, but both currently require an Enterprise plan. AI Usage Monitoring is for provider billing telemetry, while BYOAI is for in-product explanations.
TurboFinOps
Connect AWS, Azure, or GCP and get actionable findings, score trends, and auditable remediation paths in minutes.