-
Notifications
You must be signed in to change notification settings - Fork 26
Move Automations from Cloud tab to Documentation > Product Guides > Automation #497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jpelletier1
merged 11 commits into
main
from
openhands-workspace-48UkxDnUwPw4aiH4BWvssF
May 11, 2026
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
904e93c
Move Automations from Cloud tab to Documentation > Product Guides > A…
openhands-agent 955c155
Remove Cloud-only mentions from Automations documentation
openhands-agent ecb0a17
Updates to Enterprise vs Local
jpelletier1 88d6dfc
Tweaks to Enterprise vs OSS
jpelletier1 c5b3cb6
Small formatting updates
jpelletier1 2ea2d90
line break fix
jpelletier1 49e624e
Update table
jpelletier1 88e6660
Updates based on latest changes
jpelletier1 d168801
Broken links
jpelletier1 2b1ab9d
Update enterprise-vs-oss page to use Agent Canvas instead of Local GUI
openhands-agent bdaac85
Fix broken link to managing-automations page
openhands-agent File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,53 +4,53 @@ | |
| icon: scale-balanced | ||
| --- | ||
|
|
||
| This page describes the key differences between **OpenHands Local GUI** (open source) for individual developers and small teams running the Local GUI on their own machines, and **OpenHands Enterprise** for organizations that need advanced collaboration, integrations, and management capabilities. | ||
| This page describes the key differences between **OpenHands Agent Canvas** (open source) for individual developers and small teams running the Agent Canvas on their own machines, and **OpenHands Enterprise** for organizations that need advanced collaboration, integrations, and management capabilities. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe link to agent canvas repo? |
||
|
|
||
| ## Feature Comparison | ||
|
|
||
| The table below highlights the key differences between the OpenHands Local GUI and OpenHands Enterprise offerings: | ||
| The table below highlights the key differences between the OpenHands Agent Canvas and OpenHands Enterprise offerings: | ||
|
|
||
| | Feature | Local GUI | OpenHands Enterprise | | ||
| | Feature | Agent Canvas | OpenHands Enterprise | | ||
| |---------|-------------------|----------------------| | ||
| | **Full breadth of agent functionality (sub-agents, MCP, skills, model agnosticism)** | ✅ | ✅ | | ||
| | **Where does the agent run?** | Local dev machines | Scalable, runtime sandboxes | | ||
| | **Scalability** *Run multiple concurrent agent conversations* | Limited by machine | Unlimited, on-demand | | ||
| | **'@OpenHands' in Slack and Jira** *Important for real-time resolution of bugs and feedback* | ❌ | ✅ | | ||
| | **'@OpenHands' in GitHub, GitLab, Bitbucket** *Important for real-time resolution of PR comments and failing tests* | ❌ | ✅ | | ||
| | **Multiple agent conversations in one place** *Give users visibility into all agent conversations* | ✅ | ✅ | | ||
| | **Share conversations** *Unlock collaboration use cases* | ❌ | ✅ | | ||
| | **Remote monitoring of agent conversations** *Enable Human-in-the-Loop operations for running agents* | ❌ Requires access to machine where agent is running | ✅ Monitor remotely from OpenHands Enterprise UI | | ||
| | **Multi-user management and RBAC** *Roll out to several users and teams* | ❌ | ✅ | | ||
| | **Automations** *Create scheduled and event-based workflows* | ❌ | ✅ | | ||
| | **Where does the agent run?** | Locally or on a custom backend | Scalable, Kubernetes runtimes | | ||
| | **Automations** <br /> *Create scheduled and event-based workflows* | ✅ | ✅ | | ||
|
jpelletier1 marked this conversation as resolved.
jpelletier1 marked this conversation as resolved.
|
||
| | **'@OpenHands' in Slack and Jira** <br /> *Important for real-time resolution of bugs and feedback* | Requires custom [Automation](/openhands/usage/automations/overview) | Native integration | | ||
| | **'@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 | | ||
|
jpelletier1 marked this conversation as resolved.
|
||
| | **Share conversations** <br /> *Unlock collaboration use cases* | ❌ | ✅ | | ||
| | **Multi-user Organizations and RBAC** <br /> *Roll out to several users and teams* | ❌ | ✅ | | ||
| | **User and Organization Budgets** <br /> *Monitor and control costs* | ❌ | ✅ | | ||
| | **Agent Observability Integrations** <br /> *Centralized logging of conversations* | ❌ | ✅ Uses Laminar| | ||
| | **Private Plugin Marketplace** <br /> *Publish reusable plugins for teams to use* | ❌ | ✅ | | ||
| | **SAML** | ❌ | ✅ | | ||
| | **REST APIs** | ❌ | ✅ | | ||
|
|
||
| ## When to Choose Each Option | ||
|
|
||
| ### OpenHands Local GUI | ||
| ### OpenHands Agent Canvas | ||
|
|
||
| The OpenHands Local GUI is ideal for: | ||
| The OpenHands Agent Canvas is ideal for: | ||
|
|
||
| - Individual developers exploring AI-assisted coding | ||
| - Small teams with basic requirements | ||
| - Self-hosted environments where you manage your own infrastructure | ||
| - Running OpenHands locally on your own machine | ||
| - Running OpenHands locally on your own machine using the Agent Canvas | ||
|
|
||
| ### OpenHands Enterprise | ||
|
|
||
| OpenHands Enterprise is the right choice when you need: | ||
|
|
||
| - **Team collaboration** — Share conversations and manage multiple users from a single platform | ||
| - **Multi-use RBAC** — Manage multiple users from a single platform | ||
| - **Platform integrations** — Invoke OpenHands directly from Slack, Jira, GitHub, GitLab, or Bitbucket | ||
| - **Scalability** — Run unlimited parallel agent conversations without local resource constraints | ||
| - **Enterprise security** — SAML authentication, RBAC, and centralized audit logs | ||
| - **Remote monitoring** — Track agent progress in real-time from anywhere | ||
| - **Usage Monitoring** — Track and enforce budgets; monitor usage across all users | ||
|
|
||
| ## Getting Started | ||
|
|
||
| <CardGroup cols={2}> | ||
| <Card | ||
| title="Try Local GUI" | ||
| title="Try Agent Canvas" | ||
| icon="desktop" | ||
| href="/openhands/usage/run-openhands/local-setup#start-the-app" | ||
| > | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit is to name this file enterprise vs local (instead of oss)