diff --git a/api-reference/overview.mdx b/api-reference/overview.mdx index c26b916..9ef2220 100644 --- a/api-reference/overview.mdx +++ b/api-reference/overview.mdx @@ -289,6 +289,7 @@ curl -X POST https://agentbot.sh/api/ai/chat \ | `/api/dashboard/cost` | GET | Get aggregated cost dashboard data (by agent, model, and day) | | `/api/dashboard/health` | GET | Get health status of backend services (no auth) | | `/api/dashboard/stats` | GET | Get dashboard stats (agent counts, skills, tasks) | +| `/api/gamification/profile` | GET | Get gamification profile (badges, points, level, leaderboard, login streak) | | `/api/referrals` | GET | Get referral data, statistics, and referral link (session auth) | | `/api/stats` | GET | Get system stats (CPU, memory, uptime, health, deployment info) | | `/api/billing` | GET | Get billing info |