-
Notifications
You must be signed in to change notification settings - Fork 13
Add Enterprise documentation tab with initial overview #393
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
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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 |
|---|---|---|
| @@ -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. | ||
| </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 | ||
| - **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 | ||
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.
Uh oh!
There was an error while loading. Please reload this page.