{"name":"AI Budget Planner API","version":"1.1.0","description":"Stateless LLM spend tracking — allocate monthly budgets per team/department, monitor utilisation, receive threshold alerts, pull weekly + department reports.","endpoints":{"health":"GET /health","providers":"GET /providers","create_budget":"POST /budgets","get_budget":"GET /budgets/:id","budget_alerts":"GET /budgets/:id/alerts","weekly_report":"GET /reports/weekly","department_report":"GET /reports/department","mcp":"POST /mcp (JSON-RPC 2.0)","openapi":"GET /openapi.json"},"auth":"X-API-Key header required for /budgets and /reports endpoints.","supported_providers":["openai","anthropic","google","mistral","cohere"]}