{
    "status": "ok",
    "message": "AI Agent Backend API",
    "version": "1.0.0",
    "endpoints.auth/register": "POST /auth/register",
    "endpoints.auth/login": "POST /auth/login",
    "endpoints.auth/verify-email": "POST /auth/verify-email",
    "endpoints.auth/resend-verification": "POST /auth/resend-verification",
    "endpoints.auth/forgot-password": "POST /auth/forgot-password",
    "endpoints.agent": "POST /agent (requires auth)",
    "endpoints.webhooks/revenuecat": "POST /webhooks/revenuecat",
    "docs.swagger": "GET /swagger/",
    "docs.openapi": "GET /openapi.yaml",
    "endpoints.testing": "GET /testing (when TESTING_ENABLED=true)"
}