Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions enterprise/enterprise-vs-oss.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
| Feature | Agent Canvas | OpenHands Enterprise |
|---------|-------------------|----------------------|
| **Full breadth of agent functionality (sub-agents, MCP, skills, model agnosticism)** | ✅ | ✅ |
| **Where does the agent run?** | Locally or on a custom backend | Scalable, Kubernetes runtimes |

Check warning on line 16 in enterprise/enterprise-vs-oss.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/enterprise-vs-oss.mdx#L16

Did you really mean 'runtimes'?
| **Automations** <br /> *Create scheduled and event-based workflows* | ✅ | ✅ |

Check warning on line 17 in enterprise/enterprise-vs-oss.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/enterprise-vs-oss.mdx#L17

Did you really mean 'Automations'?
| **'@OpenHands' in Slack and Jira** <br /> *Important for real-time resolution of bugs and feedback* | Requires custom [Automation](/openhands/usage/automations/overview) | Native integration |

Check warning on line 18 in enterprise/enterprise-vs-oss.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/enterprise-vs-oss.mdx#L18

Did you really mean 'Jira'?
| **'@OpenHands' in GitHub, GitLab, Bitbucket** <br /> *Important for real-time resolution of PR comments and failing tests* | Requires custom [Automation](/openhands/usage/automations/overview) | Native integration |
| **Share conversations** <br /> *Unlock collaboration use cases* | ❌ | ✅ |
| **Multi-user Organizations and RBAC** <br /> *Roll out to several users and teams* | ❌ | ✅ |
Expand All @@ -41,11 +41,35 @@
OpenHands Enterprise is the right choice when you need:

- **Multi-use RBAC** — Manage multiple users from a single platform
- **Platform integrations** — Invoke OpenHands directly from Slack, Jira, GitHub, GitLab, or Bitbucket

Check warning on line 44 in enterprise/enterprise-vs-oss.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/enterprise-vs-oss.mdx#L44

Did you really mean 'Jira'?
- **Scalability** — Run unlimited parallel agent conversations without local resource constraints
- **Enterprise security** — SAML authentication, RBAC, and centralized audit logs
- **Usage Monitoring** — Track and enforce budgets; monitor usage across all users

#### Kubernetes vs. VM Install — Feature Comparison

OpenHands Enterprise is available in two self-hosted deployment modes:
- **Kubernetes (Helm) install** — deploys into your existing Kubernetes cluster using Helm charts
- **VM (Embedded Cluster) install** — runs an embedded Kubernetes cluster on a dedicated VM via the Replicated installer

The table below shows feature availability across both modes:

| Feature | Kubernetes Install | VM Install |
|---------|:-----------------:|:----------:|
| **Access to LLM Gateway + Budgeting** <br /> *Access to LiteLLM for model routing and per-user/org cost controls* | ✅ | ✅ |
| **Agent Observability** <br /> *Laminar integration for LLM conversation tracing and analytics* | ✅ Opt-in | ✅ Opt-in |
| **Automations** <br /> *Scheduled and event-driven agent workflows* | ✅ Opt-in | ✅ Opt-in |

Check warning on line 61 in enterprise/enterprise-vs-oss.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/enterprise-vs-oss.mdx#L61

Did you really mean 'Automations'?
| **Plugin Marketplace** <br /> *Private plugin directory for team-published plugins* | ✅ | ⚠️ Experimental |
| **Organizations + RBAC** <br /> *Multi-user organizations with role-based access control* | ✅ via Keycloak | ✅ via Keycloak |

Check warning on line 63 in enterprise/enterprise-vs-oss.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/enterprise-vs-oss.mdx#L63

Did you really mean 'Keycloak'?

Check warning on line 63 in enterprise/enterprise-vs-oss.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/enterprise-vs-oss.mdx#L63

Did you really mean 'Keycloak'?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should just remove this. There's no way to configure orgs right now without an openhands.dev email address.


<Note>
**Automations** and **Agent Observability (Laminar)** are disabled by default in both deployment modes and must be
explicitly enabled — via Helm values in the Kubernetes install, or via the Replicated Admin Console in the VM install.

**Plugin Marketplace** is available in the VM install but is currently listed as an **Experimental** feature and
disabled by default.
</Note>

## Getting Started

<CardGroup cols={2}>
Expand Down
Loading