Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ The site is built with **Mintlify** and deployed automatically by Mintlify on pu
- `docs.json` — Mintlify site configuration (nav tabs, redirects, OpenAPI integration)
- `overview/` — high-level docs (intro, quickstart, community, skills overview)
- `openhands/usage/` — product docs for Web/Cloud/CLI/etc.
- `openhands/usage/agent-canvas/` — Agent Canvas Beta docs (setup, backends, development, profiles, customize/settings, automations, self-hosting, troubleshooting)
- `openhands/usage/run-openhands/local-setup.mdx` and related Local GUI pages remain on their existing URLs as **Local GUI (Legacy)** docs; prefer Agent Canvas pages for the current local/self-hosted UI

- `sdk/` — Agent SDK docs (guides, architecture, API reference pages)
- `openapi/` — OpenAPI specs consumed by Mintlify
- `openapi/openapi.json` — OpenHands REST API schema
Expand Down
16 changes: 15 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,21 @@
]
},
{
"group": "Local GUI",
"group": "Agent Canvas (Beta)",
"pages": [
"openhands/usage/agent-canvas/overview",
"openhands/usage/agent-canvas/setup",
"openhands/usage/agent-canvas/backends",
"openhands/usage/agent-canvas/development",
"openhands/usage/agent-canvas/llm-profiles",
"openhands/usage/agent-canvas/customize-and-settings",
"openhands/usage/agent-canvas/automations",
"openhands/usage/agent-canvas/self-hosting",
"openhands/usage/agent-canvas/troubleshooting"
]
},
{
"group": "Local GUI (Legacy)",
"pages": [
"openhands/usage/run-openhands/local-setup",
"openhands/usage/run-openhands/gui-mode",
Expand Down
4 changes: 2 additions & 2 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,7 +41,7 @@
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
Expand All @@ -52,9 +52,9 @@
<Card
title="Try Agent Canvas"
icon="desktop"
href="/openhands/usage/run-openhands/local-setup#start-the-app"
href="/openhands/usage/agent-canvas/setup"
>
Get started with OpenHands on your local machine using Docker or the CLI launcher.
Install Agent Canvas from npm and run OpenHands from your terminal.
</Card>
<Card
title="Contact Enterprise Sales"
Expand Down
Loading
Loading