Platform administration

System

Connectivity checks and configuration hints for this admin app.

Admin environment

  • API base URL: https://api-production-5702.up.railway.app
  • CALLNEST_API_KEY: set (server-side)

GET /health

{
  "status": "ok",
  "timestamp": "2026-06-14T02:14:37.938Z",
  "services": {
    "redis": {
      "ok": false,
      "skipped": true,
      "message": "REDIS_URL not set"
    },
    "database": {
      "ok": true
    }
  },
  "integrations": {
    "elevenlabs": true,
    "voicePreviewPolly": true,
    "publicBaseUrl": false
  }
}