No description
- Python 52.6%
- TypeScript 29.8%
- CSS 15.5%
- Shell 1.6%
- HTML 0.3%
- Other 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Workspace/team/project selects are populated from API on mount. Falls back to source_apps when projects collection is empty. Table now shows resolved name + truncated ID hint. Co-Authored-By: Claude Sonnet 4.6 <[email protected]> |
||
| .claude | ||
| backend | ||
| frontend | ||
| infra | ||
| scripts | ||
| sdk | ||
| .env.example | ||
| .gitignore | ||
| README.md | ||
AI Cost Tracker
Shared AI cost tracking service for Oliver Agency projects.
Tracks LLM usage costs across workspaces, teams, and projects. Provides a REST API for recording AI calls and an admin dashboard for analytics.
Stack
- Backend: FastAPI, MongoDB, Redis, Celery
- Frontend: React, Vite, TypeScript
- Auth: Azure AD SSO (+ dev login for local testing)
- Deploy: Docker Compose on optical-dev
Quick start
cp .env.example .env
# Fill in Azure AD credentials and secrets
docker compose -f infra/docker-compose.yml up -d
Admin UI: http://localhost:5174
API docs: http://localhost:8001/docs