hav0x/reachy-mini-realtime-url
0
Reachy Mini Realtime URL
Small FastAPI service that gives the Reachy Mini conversation app a stable session endpoint.
Configuration
Set this Space variable/secret to the current session allocator URL:
UPSTREAM_SESSION_URL
The service validates that the configured value is an absolute http or https URL.
Optional:
REQUEST_TIMEOUT_SECONDS: upstream request timeout, default10LOG_LEVEL: Python logging level, defaultINFO
Routes
GET /health: process health; does not fail if the upstream URL is missingGET /ready: readiness; fails if the upstream URL is missing or invalidGET /session-url: returns the currently configured upstream allocator URLGET /config: alias for/session-urlPOST /session: proxies the session allocation request to the upstream URL, preserving the incomingUser-Agentand including valid bearerAuthorization,X-Reachy-Mini-Authorization, andX-Forwarded-Forheaders when present
