{
  "message": "Welcome to the Push Decision API! 🚀",
  "endpoints": {
    "/can-i-push-to-prod": "Check if it's safe to push to production (Friday check)",
    "/vibe-check": "Random vibe check for pushing to GitHub",
    "/deploy-history": "🔒 Get deployment history (OAuth required)",
    "/login": "🔑 Start OAuth authentication flow",
    "/openapi.json": "OpenAPI specification for this API",
    "/.well-known/oauth-authorization-server": "OAuth authorization server discovery"
  },
  "oauth": {
    "enabled": true,
    "authorization_url": "https://fusionauth.ritza.co/oauth2/authorize",
    "scopes": [
      "api:read",
      "api:write"
    ],
    "client_id": "36ee0b1b-04d7-436d-9ec8-320cfa8b8319",
    "application_name": "Push Advisor API"
  }
}