From a9af64684461c5639e3ecd744f97fd6afee97d96 Mon Sep 17 00:00:00 2001 From: jpelletier1 Date: Fri, 21 Aug 2026 21:02:20 +0000 Subject: [PATCH] docs: add currently supported features page to Enterprise tab Adds an Enterprise docs page listing feature support across SaaS, Self-Hosted Charts, and Replicated VM-based deployments, covering authentication, resolver integrations, LLM providers, analytics, automations, and the plugin directory. Co-authored-by: openhands --- docs.json | 1 + enterprise/supported-features.mdx | 65 +++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 enterprise/supported-features.mdx diff --git a/docs.json b/docs.json index d9a58c2d..0deb6a76 100644 --- a/docs.json +++ b/docs.json @@ -509,6 +509,7 @@ "pages": [ "enterprise/index", "enterprise/enterprise-vs-oss", + "enterprise/supported-features", "enterprise/sizing-guide", "enterprise/quick-start", "enterprise/custom-sandbox-image", diff --git a/enterprise/supported-features.mdx b/enterprise/supported-features.mdx new file mode 100644 index 00000000..bbfd5923 --- /dev/null +++ b/enterprise/supported-features.mdx @@ -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 | ✅ | ❌ | ❌ | +| Jira Data Center | ❌ | ✅ | ✅ | +| 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 + +| SaaS | Self-Hosted Charts | Replicated VM-based | +|:---:|:---:|:---:| +| ✅ | ✅ | ✅ | + +## Plugin Directory + +| SaaS | Self-Hosted Charts | Replicated VM-based | +|:---:|:---:|:---:| +| ❌ | ✅ | ✅ |