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
3 changes: 2 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@
{
"tab": "Enterprise",
"pages": [
"enterprise/index"
"enterprise/index",
"enterprise/quick-start"
]
}
]
Expand Down
Binary file added enterprise/images/accept-terms-of-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enterprise/images/admin-console-login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enterprise/images/admin-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enterprise/images/configure-cluster-nodes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enterprise/images/configure-openhands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enterprise/images/deployment-in-progress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enterprise/images/deployment-status-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enterprise/images/install-commands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enterprise/images/install-instance-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enterprise/images/openhands-ready.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enterprise/images/self-signed-cert-warning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enterprise/images/upload-tls-certificate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 23 additions & 9 deletions enterprise/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
servers or in your private cloud. Unlike the SaaS version, the enterprise
deployment gives you complete control over your AI development environment.

<Card title="Start a Free 30-Day Trial" icon="rocket" href="/enterprise/quick-start">
Deploy OpenHands Enterprise on your own infrastructure in under an hour.
No credit card required.
</Card>

## What is OpenHands Enterprise?

OpenHands Enterprise brings the power of autonomous coding agents to your
Expand All @@ -25,7 +30,7 @@
</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 33 in enterprise/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/index.mdx#L33

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.
Expand All @@ -52,7 +57,7 @@

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

Check warning on line 60 in enterprise/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/index.mdx#L60

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

### Containerized Sandbox Runtime
Expand Down Expand Up @@ -84,14 +89,23 @@

## 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>
<CardGroup cols={2}>
<Card
title="Quick Start"
icon="rocket"
href="/enterprise/quick-start"
>
Trial OpenHands Enterprise for free!
</Card>
<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>
</CardGroup>

## Additional Resources

Expand Down
Loading
Loading