Enterprise

Sim Enterprise adds organization controls for access, provisioning, operations, and branding. Organization owners and admins configure these features in Settings.

FeatureUse it to
Permission groupsRestrict features, models, blocks, and tools by workspace and member
Single sign-onConnect a SAML or OIDC identity provider
Verified domainsProve domain ownership for SSO and provisioning
Directory provisioningSync users and group-based access from your directory
Session policiesSet session lifetimes and revoke member sessions
Audit logsInvestigate configuration and security events
Usage trackingReview usage by member, workspace, model, and source
Data retentionSet retention windows and configure PII redaction
Data drainsExport logs and Chat records to your own destination
Custom blocksShare a workflow as a block across the organization
Workspace forksCopy a workspace and sync deployed workflow changes
White-labelingConfigure organization branding

Self-hosted setup

Self-hosted deployments unlock enterprise features through environment configuration instead of billing. One switch turns on the whole set:

ENTERPRISE_ENABLED=true
NEXT_PUBLIC_ENTERPRISE_ENABLED=true

Each feature also keeps its own flag, so you can enable them one at a time or switch a single feature back off.

Most of these features read their settings from the organization that owns a workspace, so a deployment also needs an organization model — either one instance-wide organization that every user joins automatically, or organizations you provision yourself through the Admin API.

See the self-hosted enterprise guide for the full variable list, both organization patterns, the Admin API reference, and troubleshooting.

Once enabled, each feature is configured through the same Settings UI as Sim Cloud. When invitations are disabled (DISABLE_INVITATIONS, NEXT_PUBLIC_DISABLE_INVITATIONS), use the Admin API (x-admin-key header) to manage organization membership and workspace access. Internal members join the organization; external workspace members only receive access to a specific workspace.