Skip to content

Commit 966a5df

Browse files
committed
more content
1 parent 07351ba commit 966a5df

File tree

2 files changed

+40
-12
lines changed

2 files changed

+40
-12
lines changed

apps/sim/content/blog/enterprise/index.mdx

Lines changed: 40 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
slug: enterprise
33
title: 'Build with Sim for Enterprise'
4-
description: 'Access control, BYOK, self-hosted deployments, on-prem Copilot, SSO & SAML, whitelabeling, and flexible data retention—enterprise features for teams with strict security and compliance requirements.'
4+
description: 'Access control, BYOK, self-hosted deployments, on-prem Copilot, SSO & SAML, whitelabeling, Admin API, and flexible data retention—enterprise features for teams with strict security and compliance requirements.'
55
date: 2026-01-23
66
updated: 2026-01-23
77
authors:
88
- vik
9-
readingTime: 7
10-
tags: [Enterprise, Security, Self-Hosted, SSO, SAML, Compliance, BYOK, Access Control, Copilot, Whitelabel]
9+
readingTime: 10
10+
tags: [Enterprise, Security, Self-Hosted, SSO, SAML, Compliance, BYOK, Access Control, Copilot, Whitelabel, API, Import, Export]
1111
ogImage: /studio/enterprise/cover.png
1212
ogAlt: 'Sim Enterprise features overview'
1313
about: ['Enterprise Software', 'Security', 'Compliance', 'Self-Hosting']
14-
timeRequired: PT7M
14+
timeRequired: PT10M
1515
canonical: https://sim.ai/studio/enterprise
1616
featured: false
1717
draft: true
1818
---
1919

20-
We've been working with security teams at larger organizations to bring Sim into environments with strict compliance and data handling requirements. This post covers the enterprise capabilities we've built: granular access control, bring-your-own-keys, self-hosted deployments, on-prem Copilot, SSO & SAML, whitelabeling, and compliance.
20+
We've been working with security teams at larger organizations to bring Sim into environments with strict compliance and data handling requirements. This post covers the enterprise capabilities we've built: granular access control, bring-your-own-keys, self-hosted deployments, on-prem Copilot, SSO & SAML, whitelabeling, compliance, and programmatic management via the Admin API.
2121

2222
## Access Control
2323

@@ -45,8 +45,8 @@ Restrict which workflow blocks appear in the editor. Disable the HTTP block to p
4545

4646
Control access to platform capabilities per permission group:
4747

48-
- **Knowledge Base** — Disable document uploads if RAG workflows aren't approved
49-
- **MCP Tools** — Block deployment of workflows as external tool endpoints
48+
- **[Knowledge Base](https://docs.sim.ai/blocks/knowledge)** — Disable document uploads if RAG workflows aren't approved
49+
- **[MCP Tools](https://docs.sim.ai/mcp)** — Block deployment of workflows as external tool endpoints
5050
- **Custom Tools** — Prevent creation of arbitrary HTTP integrations
5151
- **Invitations** — Disable self-service team invitations to maintain centralized control
5252

@@ -72,13 +72,13 @@ A healthcare organization can use Azure OpenAI with their BAA-covered subscripti
7272

7373
![Self-Hosted Architecture](/studio/enterprise/self-hosted.png)
7474

75-
Run Sim entirely on your infrastructure. Deploy with Docker Compose or Helm charts for Kubernetes—the application, WebSocket server, and PostgreSQL database all stay within your network.
75+
Run Sim entirely on your infrastructure. Deploy with [Docker Compose](https://docs.sim.ai/self-hosting/docker) or [Helm charts](https://docs.sim.ai/self-hosting/kubernetes) for Kubernetes—the application, WebSocket server, and PostgreSQL database all stay within your network.
7676

7777
**Single-node** — Docker Compose setup for smaller teams getting started.
7878

7979
**High availability** — Multi-replica Kubernetes deployments with horizontal pod autoscaling.
8080

81-
**Air-gapped** — No external network access required. Pair with Ollama or vLLM for local model inference.
81+
**Air-gapped** — No external network access required. Pair with [Ollama](https://docs.sim.ai/self-hosting/ollama) or [vLLM](https://docs.sim.ai/self-hosting/vllm) for local model inference.
8282

8383
Enterprise features like access control, SSO, and organization management are enabled through environment variables—no connection to our billing infrastructure required.
8484

@@ -98,7 +98,7 @@ This is particularly relevant for organizations where the context Copilot needs
9898

9999
![SSO Configuration](/studio/enterprise/sso.png)
100100

101-
Integrate with your existing identity provider through SAML 2.0 or OIDC. We support Okta, Azure AD (Entra ID), Google Workspace, OneLogin, and any compliant identity provider.
101+
Integrate with your existing identity provider through SAML 2.0 or OIDC. We support Okta, Azure AD (Entra ID), Google Workspace, OneLogin, Auth0, JumpCloud, Ping Identity, ADFS, and any compliant identity provider.
102102

103103
Once enabled, users authenticate through your IdP instead of Sim credentials. Your MFA policies apply automatically. Session management ties to your IdP—logout there terminates Sim sessions. Account deprovisioning immediately revokes access.
104104

@@ -130,8 +130,6 @@ This is useful for internal platforms, customer-facing deployments, or any scena
130130

131131
Sim maintains **SOC 2 Type II** certification with annual audits covering security, availability, and confidentiality controls. We share our SOC 2 report directly with prospective customers under NDA.
132132

133-
**GDPR** — Data Processing Agreements available for organizations handling EU personal data.
134-
135133
**HIPAA** — Business Associate Agreements available for healthcare organizations. Requires self-hosted deployment or dedicated infrastructure.
136134

137135
**Data Retention** — Configure how long workflow execution traces, inputs, and outputs are stored before automatic deletion. We work with enterprise customers to set retention policies that match their compliance requirements.
@@ -140,6 +138,36 @@ We provide penetration test reports, architecture documentation, and completed s
140138

141139
---
142140

141+
## Admin API
142+
143+
Manage Sim programmatically through the Admin API. Every operation available in the UI has a corresponding API endpoint, enabling infrastructure-as-code workflows and integration with your existing tooling.
144+
145+
**User & Organization Management** — Provision users, create organizations, assign roles, and manage team membership. Integrate with your HR systems to automatically onboard and offboard employees.
146+
147+
**Workspace Administration** — Create workspaces, configure settings, and manage access. Useful for setting up isolated environments for different teams or clients.
148+
149+
**Workflow Lifecycle** — Deploy, undeploy, and manage workflow versions programmatically. Build CI/CD pipelines that promote workflows from development to staging to production.
150+
151+
The API uses standard REST conventions with JSON payloads. Authentication is via API keys scoped to your organization.
152+
153+
---
154+
155+
## Import & Export
156+
157+
Move workflows between environments, create backups, and maintain version control inside or outside of Sim.
158+
159+
**Workflow Export** — Export individual workflows or entire folders as JSON. The export includes block configurations, connections, environment variable references, and metadata. Use this to back up critical workflows or move them between Sim instances.
160+
161+
**Workspace Export** — Export an entire workspace as a ZIP archive containing all workflows, folder structure, and configuration. Useful for disaster recovery or migrating to a self-hosted deployment.
162+
163+
**Import** — Import workflows into any workspace. Sim handles ID remapping and validates the structure before import. This enables workflow templates, sharing between teams, and restoring from backups.
164+
165+
**Version History** — Each deployment creates a version snapshot. Roll back to previous versions if a deployment causes issues. The Admin API exposes version history for integration with your change management processes.
166+
167+
For teams practicing GitOps, export workflows to your repository and use the Admin API to deploy from CI/CD pipelines.
168+
169+
---
170+
143171
## Get Started
144172

145173
Enterprise features are available now. Check out our [self-hosting](https://docs.sim.ai/self-hosting) and [enterprise](https://docs.sim.ai/enterprise) docs to get started.
44.9 KB
Loading

0 commit comments

Comments
 (0)