1.8 KiB
1.8 KiB
| title | tags | created | updated | ||||
|---|---|---|---|---|---|---|---|
| AI Cost Tracker — Project Card |
|
2026-04-27 | 2026-04-27 |
AI Cost Tracker
| Field | Value |
|---|---|
| Repo | git@bitbucket.org:zlalani/ai-cost-tracker.git |
| Stack | FastAPI + MongoDB Atlas + Redis + Celery + React 18 + Vite |
| Auth (admin) | Microsoft AAD (MSAL) |
| Auth (API) | API key per connected project |
| Status | Phase 1 — building (April 2026) |
| First consumer | video-accessibility |
What it does
Centralised AI cost tracking for all Oliver projects. Every project sends preflight + record events; cost-tracker aggregates, stores, and presents analytics by workspace / team / project / user / model.
See wiki/architecture/ai-cost-tracker for full architecture details.
Key URLs
- Admin UI: TBD (e.g.
https://cost.oliver.agency) - API base:
https://cost.oliver.agency/v1 - Health:
https://cost.oliver.agency/v1/health
Connected projects
| Project | Source app name | Connected since |
|---|---|---|
| video-accessibility | video-accessibility |
Phase 1 (April 2026) |
How to connect a new project
See wiki/tech-patterns/cost-tracker-integration — full step-by-step guide.
Related articles
- wiki/architecture/ai-cost-tracker
- wiki/tech-patterns/cost-tracker-integration
- wiki/tech-patterns/cost-tracker-pricing-sources
- wiki/tech-patterns/cost-tracker-providers
- wiki/concepts/preflight-record-pattern
- wiki/concepts/lazy-user-mirror
- wiki/concepts/sync-with-outbox
- wiki/concepts/litellm-pricing-source