Skip to content

Enterprise

Multi-tenant and controlled launch guidance.

This page provides public-facing enterprise guidance for deploying and operating AlphaBase safely.

Internal security implementation details are intentionally excluded from public docs.

Enterprise Readiness

  • identity and access governance is defined for every workspace
  • secrets are stored in a dedicated secret manager
  • audit logging and retention are enabled
  • incident-response and rollback procedures are documented

Launch Gates

Run these before promotion:

Terminal window
bun run typecheck
bun run test:smoke:launch
bun run test:agentic:gate
bun run test:tenant:isolation
MODEL=<provider/model> bun run test:launch:gate

These are repository release-gate commands, not a hosted-service entitlement or an end-user installation path. Live agentic gates require a provider/model that the test environment can authenticate and use; use the dry-run gate when no provider call is intended.

Rollout Pattern

  1. staging validation
  2. small tenant canary
  3. full rollout after stable soak

See Troubleshooting and Server.