Links
Quick reference for the apps, APIs, and docs we work with day to day. Production endpoints and domains are sourced from flightcontrol.cue.
Production apps
Rulebase runs two production regions: US (no prefix) and EU (eu. prefix). Customer data does not cross between them.
| Service | US | EU |
|---|---|---|
| Web app | app.rulebase.co | eu.app.rulebase.co |
| API (Rails) | api.rulebase.co | eu.api.rulebase.co |
| API2 (Hono) | api2.rulebase.co | eu.api2.rulebase.co |
| Beam | beam.rulebase.co | eu.beam.rulebase.co |
| Metabase | metabase.rulebase.co | eu.metabase.rulebase.co |
| MCP | mcp.rulebase.co/mcp | eu.mcp.rulebase.co/mcp |
| Admin | admin.internal.rulebase.co | eu.admin.internal.rulebase.co |
| PostHog | — | eu.posthog.com/project/63353 |
Admin
Internal ops UI (rulebase-web/rulebase-admin). Same path on US and EU; pick the region that owns the customer data.
| Section | Path |
|---|---|
| Conversation Management | /operations/conversation-management |
| SLA Outcome Recalculation | /operations/sla-outcome-recalculation |
| QA Evaluation Requests | /operations/qa-evaluation-requests |
| QA Evaluation Backfill | /operations/qa-evaluation-backfill |
| Organization Management | /operations/organization-management |
| Maintenance tasks | /system/maintenance-tasks |
| Worker Autoscaling | /system/worker-autoscaling |
Example (EU Conversation Management): eu.admin.internal.rulebase.co/operations/conversation-management .
The Admin sidebar also has Analytics, Notifications, System, and Demo sections. Source of truth for routes: admin-section-config.tsx.
Documentation
| Audience | Link | Source |
|---|---|---|
| Internal (this site) | docs.internal.rulebase.co | internal-docs/ |
| External / customers | docs.rulebase.co | docs/ (Mintlify) |
| Storybook (UI components) | storybook.internal.rulebase.co | rulebase-web/ |
Last updated on