Hyperion API Reference
Comprehensive documentation for all Hyperion platform services. Build powerful applications with our RESTful APIs and MCP protocol support.
RESTful APIs
Standard HTTP methods with JSON payloads
JWT Authentication
Secure token-based authentication
MCP Protocol
Model Context Protocol for AI integration
Microservices
Scalable distributed architecture
WebSocket Support
Real-time bidirectional communication
Core Services
Complete API suite for business functionality, operations, and platform management
Getting Started
Everything you need to start making API calls to Hyperion services
1. Authentication
All API requests require JWT authentication. Include the token in the Authorization header.
Authorization: Bearer <token>
2. Base URL
All API endpoints are accessible through the Hyperion gateway.
ws://hyperion:9999/<service>/api/v1
3. Response Format
All responses are returned in JSON format with consistent structure.
Content-Type: application/json