Service URLs
All RavenmaskOS service endpoints.
Public URLs
| Service | URL | Description |
|---|---|---|
| Dashboard | https://dashboard.ravenhelm.dev | Homepage dashboard |
| Status | https://status.ravenhelm.dev | Uptime monitoring |
Infrastructure
| Service | URL | Description |
|---|---|---|
| Traefik | https://traefik.ravenhelm.dev | Reverse proxy dashboard |
| Zitadel | https://auth.ravenhelm.dev | Identity provider |
Observability
| Service | URL | Description |
|---|---|---|
| Grafana | https://grafana.ravenhelm.dev | Dashboards |
AI/ML Platform
| Service | URL | Description |
|---|---|---|
| Norns | https://norns.ravenhelm.dev | Admin UI |
| Norns API | https://norns-api.ravenhelm.dev | LangGraph API |
| Norns PM | https://norns-pm.ravenhelm.dev | Agent API |
| Langfuse | https://langfuse.ravenhelm.dev | LLM observability |
Norns Webhooks
| Endpoint | Method | Description |
|---|---|---|
/slack/events | POST | Slack event webhook |
/telephony/webhook | POST | Twilio voice webhook |
/whatsapp/webhook | POST | Twilio WhatsApp inbound |
/whatsapp/status | POST | WhatsApp delivery status |
Norns Internal API
| Endpoint | Method | Description |
|---|---|---|
/api/whatsapp/send | POST | Send proactive WhatsApp template |
/api/whatsapp/templates | GET | List configured templates |
/api/whatsapp/session/{phone} | GET | Check session window status |
Voice Platform
| Service | URL | Description |
|---|---|---|
| Voice | https://voice.ravenhelm.dev | Voice UI |
| LiveKit | wss://livekit.ravenhelm.dev | WebRTC |
Automation
| Service | URL | Description |
|---|---|---|
| n8n | https://n8n.ravenhelm.dev | Workflow automation |
| GitLab | https://gitlab.ravenhelm.dev | Source control |
Smart Home
| Service | URL | Description |
|---|---|---|
| Home Assistant | https://ha.ravenhelm.dev | Smart home hub |
| Homebridge | https://homebridge.ravenhelm.dev | HomeKit bridge |
| Grocy | https://grocy.ravenhelm.dev | Inventory |
Internal URLs (Docker)
For service-to-service communication:
| Service | Internal URL |
|---|---|
| PostgreSQL | postgres:5432 |
| Redis | redis:6379 |
| Zitadel | zitadel:8080 |
| Grafana | grafana:3000 |
| Prometheus | prometheus:9090 |
| Loki | loki:3100 |
| Tempo | tempo:3200 |
| Ollama | ollama:11434 |
| Whisper | whisper:9000 |
| Piper | piper:10200 |
| Norns Agent | norns-agent:8000 |
| LangGraph | langgraph:2024 |
| Langfuse | langfuse-web:3000 |
| Home Assistant | homeassistant:8123 |