Skip to content

Commit 40ca081

Browse files
icecrasher321Sim Pi Agent
andauthored
docs(blog): update enterprise (#7141)
* docs(blog): update enterprise * revert: restore original authors and tags on blog/enterprise --------- Co-authored-by: Sim Pi Agent <pi@sim.ai>
1 parent 18e0532 commit 40ca081

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

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

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slug: enterprise
33
title: 'Sim for Enterprise'
44
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-02-11
6-
updated: 2026-02-11
6+
updated: 2026-08-27
77
authors:
88
- vik
99
readingTime: 10
@@ -16,18 +16,26 @@ canonical: https://www.sim.ai/blog/enterprise
1616
featured: true
1717
draft: false
1818
faq:
19-
- q: "Can Sim be deployed fully on-premises or in an air-gapped environment?"
20-
a: "Yes. Sim can run entirely on your infrastructure via Docker Compose or Helm charts for Kubernetes, with the application, WebSocket server, and PostgreSQL database staying inside your network. Air-gapped setups are supported by pairing self-hosting with Ollama or vLLM for local model inference, so no external network access is required."
19+
- q: "Is Sim SOC 2 certified, and can we get a copy of the report for vendor review?"
20+
a: "Sim maintains SOC 2 Type II certification with annual audits covering security, availability, and confidentiality controls, and shares the report directly with prospective customers under NDA. Sim also provides penetration test reports, architecture documentation, and completed security questionnaires (SIG, CAIQ, and custom formats) for vendor review."
21+
- q: "Can we restrict which model providers or integrations are available to certain teams?"
22+
a: "Yes, through permission groups that are enforced at the execution layer, not just hidden in the UI. Administrators can allowlist approved model providers so unapproved ones fail to execute, disable specific workflow blocks like HTTP calls, and block integrations that haven't cleared security review — while users outside any permission group keep full access by default."
23+
- q: "Does Sim offer SLAs and dedicated support?"
24+
a: "SLA terms and dedicated support are established through direct engagement with Sim during the enterprise sales and deployment process rather than through a published self-service SLA. Enterprise customers also work directly with Sim on requirements such as data retention policies, while self-hosted deployments provide full control over the underlying infrastructure."
25+
- q: "Does Sim support VPC or on-premises deployment?"
26+
a: "Yes, Sim can run entirely within your own network or infrastructure using Docker Compose or Helm charts for Kubernetes. Deployment options include single-node, high-availability, and air-gapped configurations, with the application, WebSocket server, and PostgreSQL database remaining inside your environment."
27+
- q: "Does Sim support data residency across regions?"
28+
a: "Sim supports regional data handling through self-hosting in your chosen region or BYOK routing to your own model provider, rather than through a built-in multi-region hosting guarantee. Self-hosting keeps the application, WebSocket server, and database within your network, while BYOK can route model traffic directly to providers such as Azure OpenAI or AWS Bedrock."
29+
- q: "Can teams roll back a deployed agent to a previous version?"
30+
a: "Yes, teams can roll back to a previous version because each workflow deployment creates a version snapshot. The Admin API also exposes version history for integration with change management processes."
31+
- q: "Can admins set budget caps or track spend per team?"
32+
a: "Sim does not describe numeric per-team budget caps or a per-team spend dashboard; its documented cost-control mechanism is provider and feature allowlisting through permission groups. Admins can restrict model providers, integrations, and platform capabilities by team, while BYOK lets teams use their own provider's billing dashboards and spend controls."
2133
- q: "Does using our own LLM API keys (BYOK) keep our data from passing through Sim's servers?"
2234
a: "Yes. When you configure your own API keys for providers like OpenAI, Anthropic, Google, Azure OpenAI, or AWS Bedrock, prompts and completions route directly between Sim and that provider without passing through Sim's infrastructure. BYOK is available to everyone, not just enterprise plans, and is the default with no Sim-managed keys involved in self-hosted deployments."
2335
- q: "Can Copilot be used without sending workflow data to an external AI service?"
2436
a: "Yes. Copilot can run entirely within a self-hosted deployment using your own LLM keys, so prompts containing context from your workflows, execution logs, and workspace configuration route directly to your chosen provider and never leave your network."
2537
- q: "What identity providers does Sim support for SSO, and what happens when an employee is deprovisioned?"
2638
a: "Sim integrates with Okta, Azure AD (Entra ID), Google Workspace, OneLogin, Auth0, JumpCloud, Ping Identity, ADFS, and any SAML 2.0 or OIDC compliant identity provider. Session management ties to your IdP, so logging out there terminates Sim sessions, and account deprovisioning immediately revokes access."
27-
- q: "Is Sim SOC 2 certified, and can we get a copy of the report for vendor review?"
28-
a: "Sim maintains SOC 2 Type II certification with annual audits covering security, availability, and confidentiality controls, and shares the report directly with prospective customers under NDA. Sim also provides penetration test reports, architecture documentation, and completed security questionnaires (SIG, CAIQ, and custom formats) for vendor review."
29-
- q: "Can we restrict which model providers or integrations are available to certain teams?"
30-
a: "Yes, through permission groups that are enforced at the execution layer, not just hidden in the UI. Administrators can allowlist approved model providers so unapproved ones fail to execute, disable specific workflow blocks like HTTP calls, and block integrations that haven't cleared security review — while users outside any permission group keep full access by default."
3139
---
3240

3341
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.

0 commit comments

Comments
 (0)