Voxogo Flow is the deterministic, auditable, multi-tenant CCaaS for European mid-market — built so AI is a guarded tool inside a versioned flow, never an unsupervised decision-maker.
LLMs invoked as tools inside a deterministic flow. Tokens metered per tenant.
Every routing decision traces back to a Flow DSL node. Explain any call.
Append-only event ledger with database-enforced tenant isolation (Postgres RLS).
EU hosting (Frankfurt). Sovereign AI adapter pattern for data-residency customers.
Every number on this page is a real HTTP call to the running backend. Reload, watch the timestamps tick.
loading…
Click the button. The backend opens a Postgres transaction, writes a conversation + interaction, appends an event, emits two billable ledger rows, returns within ~50 ms.
Voxogo's commercial backbone. Plans, quotas, audit, suspension — enforced in the database via a SECURITY DEFINER function, not in application code.
Paste your VOXOGO_ADMIN_TOKEN to unlock controls.
Stored in your browser's sessionStorage (cleared on close). This is the Phase-1 placeholder; OAuth lands in Track E.
tenants.status='suspended'.
quota_remaining(tenant, resource), a SECURITY DEFINER function.
tenants.status; if not 'active', returns 0. Otherwise plan limit minus current-period sum from global_usage_ledger.
QuotaExceededError, route returns HTTP 402.
INSERT on the ledger — cannot read billing data even if compromised.
All open source, all documented, all in this one repo. No vendor lock-in beyond DigitalOcean (which is itself replaceable).
/v1/* + /v1/admin/*doadmin — migrations onlyvoxogo_app — runtime, no BYPASSRLSvoxogo_superadmin — billing/audit (planned)This entire platform is built collaboratively by Claude, Codex, and Gemini under human review. Track ownership and handoff protocol live in docs/agent-coordination.md. See progress and decisions in progress-log.md and ADRs.