From 1d4bff78395dc426b963ea92c86ba6d6d1499718 Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 12 Jun 2026 09:24:19 -0400 Subject: [PATCH 1/2] Update feature compare table --- enterprise/enterprise-vs-oss.mdx | 46 +++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 15 deletions(-) diff --git a/enterprise/enterprise-vs-oss.mdx b/enterprise/enterprise-vs-oss.mdx index 369c10d7..5bf70ea1 100644 --- a/enterprise/enterprise-vs-oss.mdx +++ b/enterprise/enterprise-vs-oss.mdx @@ -8,22 +8,38 @@ This page describes the key differences between **OpenHands Agent Canvas** (open ## Feature Comparison -The table below highlights the key differences between the OpenHands Agent Canvas and OpenHands Enterprise offerings: +The table below highlights the key differences between the OpenHands Agent Canvas and OpenHands Cloud / Enterprise offerings. -| 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 | -| **Automations**
*Create scheduled and event-based workflows* | ✅ | ✅ | -| **'@OpenHands' in Slack and Jira**
*Important for real-time resolution of bugs and feedback* | Requires custom [Automation](/openhands/usage/automations/overview) | Native integration | -| **'@OpenHands' in GitHub, GitLab, Bitbucket**
*Important for real-time resolution of PR comments and failing tests* | Requires custom [Automation](/openhands/usage/automations/overview) | Native integration | -| **Share conversations**
*Unlock collaboration use cases* | ❌ | ✅ | -| **Multi-user Organizations and RBAC**
*Roll out to several users and teams* | ❌ | ✅ | -| **User and Organization Budgets**
*Monitor and control costs* | ❌ | ✅ | -| **Agent Observability Integrations**
*Centralized logging of conversations* | ❌ | ✅ Uses Laminar| -| **Private Plugin Marketplace**
*Publish reusable plugins for teams to use* | ❌ | ✅ | -| **SAML** | ❌ | ✅ | -| **REST APIs** | ❌ | ✅ | + + +| Feature | Agent Canvas (Local Backend) | Agent Canvas (VM Backend) | OpenHands Cloud (Hosted) | OpenHands Enterprise (Self-hosted) | +| ----- | ----- | ----- | ----- | ----- | +| **CORE** | | | | | +| Works on your local projects | ✓ | — | — | — | +| One-off agents | ✓ | ✓ | ✓ | ✓ | +| Secrets, MCP, skills | ✓ | ✓ | ✓ | ✓ | +| LLM Profiles | ✓ | ✓ | ✓ | ✓ | +| [**AUTOMATIONS**](/openhands/usage/automations/overview) | | | | | +| Scheduled automations | ✓ | ✓ | ✓ | ✓ | +| Polling automations (w/ conditional logic) | ✓ | ✓ | ✓ | ✓ | +| Event-driven automations | — | ✓ VM must be reachable | ✓ | ✓ | +| **SANDBOXING & SCALE** | | | | | +| Isolated sandboxes | — | On Roadmap | ✓ | ✓ | +| Scalable, always-on agents | — | — | ✓ | ✓ | +| **INTEGRATIONS & ADMIN** | | | | | +| Use OpenHands in Slack, GitHub, GitLab | ✓ | ✓ | ✓ | ✓ | +| One-click integrations | — | — | ✓ | ✓ | +| Authentication & authorization | — | — | ✓ | ✓ | +| Role-based access control | — | — | ✓ | ✓ Keycloak | +| [Multi-user organizations](/openhands/usage/cloud/organizations/overview) | — | — | ✓ | ✓ | +| Enforce default LLMs | — | — | ✓ | ✓ | +| **ENTERPRISE** | | | | | +| SAML | — | — | — | ✓ | +| Custom runtime images | — | — | — | ✓ | +| LLM gateway & budgeting | — | — | — | ✓ LiteLLM | +| [Observability](/enterprise/analytics) | — | — | — | ✓ Laminar | +| Plugin marketplace | — | — | — | ✓ | +| **License** | Open Source | Open Source | Commercial SaaS | Commercial | ## When to Choose Each Option From ad763d8bb1717776e65e5cd375295ee0df4943dd Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 12 Jun 2026 10:18:25 -0400 Subject: [PATCH 2/2] Link to plugin marketplace --- enterprise/enterprise-vs-oss.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enterprise/enterprise-vs-oss.mdx b/enterprise/enterprise-vs-oss.mdx index 5bf70ea1..0bf68fe8 100644 --- a/enterprise/enterprise-vs-oss.mdx +++ b/enterprise/enterprise-vs-oss.mdx @@ -38,7 +38,7 @@ The table below highlights the key differences between the OpenHands Agent Canva | Custom runtime images | — | — | — | ✓ | | LLM gateway & budgeting | — | — | — | ✓ LiteLLM | | [Observability](/enterprise/analytics) | — | — | — | ✓ Laminar | -| Plugin marketplace | — | — | — | ✓ | +| [Plugin marketplace](/enterprise/plugin-marketplace) | — | — | — | ✓ | | **License** | Open Source | Open Source | Commercial SaaS | Commercial | ## When to Choose Each Option