Skip to content
Merged
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
10 changes: 10 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,12 @@
]
}
]
},
{
"tab": "Enterprise",
"pages": [
"enterprise/index"
]
}
]
},
Expand Down Expand Up @@ -430,6 +436,10 @@
{
"label": "OpenHands Cloud",
"href": "https://app.all-hands.dev"
},
{
"label": "Enterprise",
"href": "https://openhands.dev/enterprise"
}
]
}
Expand Down
100 changes: 100 additions & 0 deletions enterprise/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
---
title: OpenHands Enterprise
description: Run AI coding agents on your own infrastructure with complete control
icon: building
---

OpenHands Enterprise allows you to run AI coding agents directly on your own
servers or in your private cloud. Unlike the SaaS version, the enterprise
deployment gives you complete control over your AI development environment.

## What is OpenHands Enterprise?

OpenHands Enterprise brings the power of autonomous coding agents to your
organization with the governance, security, and compliance your enterprise
demands.

<CardGroup cols={2}>
<Card title="Complete Data Control" icon="lock">
All code and conversations stay on your infrastructure. Nothing leaves your
environment.
</Card>
<Card title="Custom Configuration" icon="sliders">
Configure LLM providers, security settings, and runtime environments to
match your requirements.
</Card>
<Card title="Enterprise Security" icon="shield-halved">
Deploy behind your firewall with your security policies. Fine-grained access
control and auditability.

Check warning on line 28 in enterprise/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/index.mdx#L28

Did you really mean 'auditability'?
</Card>
<Card title="Cost Control" icon="coins">
Use your own compute resources and LLM API keys. No per-seat licensing.
</Card>
</CardGroup>

## Why Choose Enterprise?

### Self-Hosted or Private Cloud Deployment

Deploy OpenHands on your own infrastructure—whether on-premises, in your private
cloud, or in your VPC. You maintain full control over where your code and data
reside.

### Bring Your Own LLM

Connect to your preferred LLM provider—Anthropic, OpenAI, AWS Bedrock, Azure
OpenAI, Google Vertex AI, or any other provider. Use your existing enterprise
agreements and API keys.

### Enterprise Integrations

OpenHands Enterprise integrates with your existing enterprise ecosystem:

- **Identity & Access**: Enterprise SAML/SSO for centralized authentication
- **Source Control**: GitHub Enterprise, GitLab, Bitbucket
- **Project Management**: Jira, and other ticketing systems

Check warning on line 55 in enterprise/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/index.mdx#L55

Did you really mean 'Jira'?
- **Communication**: Slack integration for notifications and workflows

### Containerized Sandbox Runtime

Every agent runs in an isolated, containerized sandbox environment. This
provides safe autonomy—agents can execute code and make changes without risking
your production systems.

### Dedicated Support

Enterprise customers receive:

- Priority support with guaranteed response times
- Named Customer Engineer for your account
- Shared Slack channel for direct communication
- Assistance with deployment, configuration, and optimization

## OpenHands Deployment Options

| Feature | Open Source | Cloud (SaaS) | Enterprise |
|---------|-------------|--------------|------------|
| **Deployment** | Local | Hosted SaaS | Self-hosted / Private Cloud |
| **Users** | 1 | 1 | Unlimited |
| **Data Location** | Your machine | OpenHands Cloud | Your infrastructure |
| **LLM Options** | BYOK | BYOK or OpenHands provider | BYOK |
| **SSO/SAML** | — | — | ✓ |
| **Multi-user RBAC** | — | — | ✓ |
| **Priority Support** | — | — | ✓ |

## Getting Started

<Card
title="Contact Us"
icon="envelope"
href="https://openhands.dev/contact"
>
Ready to bring OpenHands to your organization? Contact our team to discuss
your requirements and get started with a deployment plan.
</Card>

## Additional Resources

- [OpenHands Documentation](/overview/introduction) — Learn how to use OpenHands
- [SDK Documentation](/sdk/index) — Build custom agents with the OpenHands SDK
- [Pricing](https://openhands.dev/pricing) — Compare all OpenHands plans
Loading