{"success": true, "service": "atmos", "description": "Central hub for all AI use cases and AI tools for Genesys", "version": "1.0.433", "status": "healthy", "features": [{"name": "Prompt Test Library", "prefix": "/avalanche/", "description": "Manage and execute prompt tests with associations and test groups", "endpoints": {"health": "/avalanche/health", "tests": "/avalanche/tests", "associations": "/avalanche/associations", "testGroups": "/avalanche/test-groups", "validateTurn": "/avalanche/validate/turn"}}, {"name": "LLM", "prefix": "/llm/", "description": "Generic LLM prompt execution endpoint"}, {"name": "Subscription Management", "prefix": "/subscriptions", "description": "One subscription per service per org. GET /me/{service} = validate; POST / = create (body: service).", "endpoints": {"validate": "GET /subscriptions/me/{service}", "create": "POST /subscriptions"}}, {"name": "Shared Tools", "prefix": "/tools/", "description": "Shared utility tools"}, {"name": "Usage Tracking", "prefix": "/usage/", "description": "Track and report on LLM usage across all platforms", "endpoints": {"summary": "/usage/summary", "details": "/usage/details", "breakdown": "/usage/breakdown"}}, {"name": "Avacadabra (A4S)", "prefix": "/a4s/", "description": "Avacadabra AVA testing and management platform"}, {"name": "Ground Control", "prefix": "/ground-control/", "description": "AI agent training simulator \u2014 manage plans, personas, agents, and live training sessions"}, {"name": "Release Notes", "prefix": "/release-notes", "description": "Service release notes \u2014 GET requires x-client-key header; POST is a separate private Lambda (x-api-key)", "endpoints": {"get": "GET /release-notes?service=<name>&limit=<n>"}}]}