The managed model
Status: Developer preview (fabric surface) — the underlying runtime is production infrastructure todayPraxa runs on a Cloudflare-native substrate — Durable Objects, Workflows, and Vectorize — with Postgres, Auth, Storage, and Realtime on Supabase. There is one privileged runtime behind a versioned gateway; every client (the mobile/web app, the desktop coding surface, and the execution-fabric API being described in these pages) is a client of that one runtime, not a separate deployment of the product. Changes to that runtime ship behind a locked-behavior corpus and a shadow- equivalence check — new code has to reproduce the old code’s behavior before it’s allowed to replace it, with rollback gates on the migration. That discipline is the regression floor every consumer of the runtime shares, including the fabric API.
Per-tenant isolation promises
Data
Status: Developer previewOrganization data is isolated with row-level security in Postgres, scoped to the organization. This is the same isolation pattern Praxa’s existing multi-tenant product already runs on in production — the fabric extends it to API tenants rather than introducing a new isolation mechanism.
Memory and learning
Status: Developer previewLearning is per-tenant by default. What crosses tenant boundaries is metadata only — which model or tool tends to succeed for a class of task, latency and cost distributions — aggregated, contractually described, and opt-out-able. It is never your content, never your memory, and never raw context. Praxa’s own design principle here is explicit: raw context and state are never sold or shared across tenants, full stop. Two more constraints worth stating plainly:
- Every learned routing-policy update ships versioned, evaluation-gated, and reversible — policy learning is gated the same way code is, not pushed silently.
- Receipts carry a consent / training-eligibility label from the moment they’re written, so data captured for debugging can never later be reclassified as training data after the fact.
Formal isolation audit
Status: Planned (enterprise tier)The mechanisms above — RLS scoping, per-tenant memory/Vectorize namespaces, Durable Object naming — are architected into the system today. A formal audit of that isolation, plus abuse/burst controls and SLO dashboards, is scoped as pre-general-availability hardening work. It has not happened yet. Don’t treat “isolated by design” and “audited and attested” as the same claim — only the first is true right now.
Dedicated-account and region isolation (enterprise)
Status: Planned (enterprise tier)For organizations that need isolation beyond shared multi-tenant infrastructure, the plan is a dedicated Cloudflare account and/or region rather than a shared pool — not a different product, a different deployment footprint of the same runtime. The current pricing proposal lists a dedicated environment / data-residency add-on at roughly $2,500/mo for Enterprise (indicative — see Billing and Plans for the pricing-disclaimer that applies to every figure on this site). None of this is built yet.
The honest self-hosting position
Status: Not offered — a deliberate decision, not a timelinePraxa does not offer self-hosted or on-premises deployment, and it is not on a roadmap to add one. This was evaluated directly and rejected: the runtime is built on Cloudflare-native primitives — Durable Objects, Workflows, Vectorize — that don’t have a portable, exportable form. Making this self-hostable would mean rewriting the substrate the product runs on, not packaging up what already exists. What you get instead, for the isolation and control most self-hosting requests are actually asking for:
- BYO provider keys — your inference spend goes through your own vendor relationship, not Praxa’s.
- Evidence export — an exportable audit trail (see below) rather than direct database access.
- Dedicated-account/region isolation — infrastructure separation without operating the infrastructure yourself.
Procurement-facing trust story
Approvals fail closed
Status: Developer preview (unified engine) — the underlying gate is production todayEvery committing action gates through an approval before it executes — deny by default. An approval request carries an action digest: a fingerprint of the exact action pending approval. Approving means posting that digest back; you cannot approve a different action than the one you were actually shown. What renders to the approver, what gets recorded, and what the gate actually checks before allowing execution are required to match — that invariant doesn’t get relaxed for convenience. Today this runs as 11 separate fail-closed approval domains built at different times for different features. The fabric build consolidates those into one policy engine (
evaluateActionPolicy) evaluated at a single
chokepoint, with each existing domain becoming an adapter onto it — the
migration is required to prove identical-or-stricter decisions
domain-by-domain, not just “the new engine also blocks things.”
Receipts
Status: Developer previewEvery run returns a receipt: what ran, which policy version evaluated it, who approved what, and what it was verified against — billed against a reservation held before the run, not settled after the fact with no prior hold.
Policy versioning
Status: Developer previewPolicy packs are versioned. The version applied to a given run is recorded in that run’s receipt, which means an audit of past decisions is replayable against the exact rules that were live at the time, not against whatever the rules happen to say today.
What’s still missing for a full enterprise security review
Status: Planned (enterprise tier)Say this as plainly to a security reviewer as it’s said internally: do not treat enterprise governance as available until these ship, or the claim fails review mid-deal.
- SSO (SAML/OIDC) and SCIM provisioning
- A centralized broker-revocation list enforced on the credential-use hot path, so revoking a member’s access takes effect immediately rather than eventually
- A server-authoritative approval re-check that doesn’t rely on transport auth alone
Summary: what’s real today, what’s building, what’s not offered
Related: Teams and Organizations · Billing and Plans