Skip to content
Draft
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
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@
"pages": [
"enterprise/index",
"enterprise/enterprise-vs-oss",
"enterprise/supported-features",
"enterprise/sizing-guide",
"enterprise/quick-start",
"enterprise/custom-sandbox-image",
Expand Down
65 changes: 65 additions & 0 deletions enterprise/supported-features.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
title: Currently Supported Features
description: Which features are supported across OpenHands SaaS, Self-Hosted Charts, and Replicated VM-based deployments
icon: list-check
---

This page lists what is currently supported in OpenHands across the SaaS,
Self-Hosted Charts, and Replicated VM-based deployment options.

## Authentication

| Integration | SaaS | Self-Hosted Charts | Replicated VM-based |
|-------------|:---:|:---:|:---:|
| GitHub (github.com) | ✅ | ✅ | ✅ |
| GitHub Enterprise (self-hosted) | ❌ | ❌ | ❌ |
| GitLab (gitlab.com) | ✅ | ✅ | ✅ |
| GitLab Self-Hosted | ❌ | ✅ | ✅ |
| BitBucket Cloud | ✅ | ❌ | ❌ |
| BitBucket Data Center | ❌ | ✅ | ✅ |
| Azure DevOps | ❌ | ✅ | ✅ |
| SAML Authentication | ❌ | ✅ | ❌ |

## Integrations (Resolver)

| Integration | SaaS | Self-Hosted Charts | Replicated VM-based |
|-------------|:---:|:---:|:---:|
| GitHub (github.com) | ✅ | ✅ | ✅ |
| GitHub Enterprise (self-hosted) | ❌ | ❌ | ❌ |
| GitLab (gitlab.com) | ✅ | ✅ | ✅ |
| GitLab Self-Hosted | ❌ | ❌ | ❌ |
| BitBucket Cloud | ❌ | ❌ | ❌ |
| BitBucket Data Center | ❌ | ✅ | ✅ |
| Jira Cloud | ✅ | ❌ | ❌ |

Check warning on line 33 in enterprise/supported-features.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/supported-features.mdx#L33

Did you really mean 'Jira'?
| Jira Data Center | ❌ | ✅ | ✅ |

Check warning on line 34 in enterprise/supported-features.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/supported-features.mdx#L34

Did you really mean 'Jira'?
| Azure DevOps | ❌ | ❌ | ❌ |
| Linear | ❌ | ❌ | ❌ |
| Slack | ✅ | ✅ | ✅ |

## LLM Provider

| Integration | SaaS | Self-Hosted Charts | Replicated VM-based |
|-------------|:---:|:---:|:---:|
| Anthropic | ✅ | ✅ | ✅ |
| Azure OpenAI | ❌ | ✅ | ✅ |
| Google Vertex AI | ❌ | ✅ | ✅ |
| Amazon Bedrock | ❌ | ✅ | ✅ |
| Custom LLM Endpoint | ❌ | ✅ | ✅ |

## Analytics (Laminar)

| SaaS | Self-Hosted Charts | Replicated VM-based |
|:---:|:---:|:---:|
| ✅ | ✅ | ✅ |

## Automations

Check warning on line 55 in enterprise/supported-features.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/supported-features.mdx#L55

Did you really mean 'Automations'?

| SaaS | Self-Hosted Charts | Replicated VM-based |
|:---:|:---:|:---:|
| ✅ | ✅ | ✅ |

## Plugin Directory

| SaaS | Self-Hosted Charts | Replicated VM-based |
|:---:|:---:|:---:|
| ❌ | ✅ | ✅ |
Loading