Version: 1.0.0
LLM Gateway API
Conversational AI gateway for thread management, messaging, tool orchestration (MCP), semantic memory, voice sessions, and LLM proxy.
This service centralizes authentication/context derivation and bridges requests to downstream actors and services (ConversationManagerActor, ConversationActor, MCPService, MemoryService, OpenRouterService).
All endpoints use Restate's HTTP invocation pattern: POST /<package.ServiceName>/<Method> with a JSON request body.
Authentication
- HTTP: Bearer Auth
- API Key: apiKeyAuth
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-API-Key |