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 | +|:---:|:---:|:---:| +| ❌ | ✅ | ✅ |