Platform administration

System

Connectivity checks and configuration hints for this admin app.

Admin environment

  • API base URL: https://callnest-api.neutora.com
  • CALLNEST_API_KEY: set (server-side)

GET /health

{
  "status": "ok",
  "timestamp": "2026-07-16T14:04:04.768Z",
  "services": {
    "redis": {
      "ok": false,
      "skipped": true,
      "message": "REDIS_URL not set"
    },
    "database": {
      "ok": true
    }
  },
  "integrations": {
    "elevenlabs": false,
    "voicePreviewPolly": false,
    "publicBaseUrl": true
  }
}