Skip to content
Open
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
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Workflow: `.github/workflows/sync-agent-sdk-openapi.yml`
- Follow the style rules in `openhands/DOC_STYLE_GUIDE.md`.
- Use Mintlify components (`<Note>`, `<Warning>`, `<Tabs>`, etc.) where appropriate.
- When linking internally, prefer **absolute** doc paths (e.g. `/overview/quickstart`).
- Cloud integration docs live under `openhands/usage/cloud/`, and pages surfaced in **Documentation → Integrations → Cloud API** must also be added to the `Cloud API` group in `docs.json`.
- Cloud-tab-owned docs now live under `enterprise/usage/` (including `enterprise/usage/cloud/`), with redirects preserved from the legacy `openhands/usage/...` routes; pages surfaced in **Documentation → Integrations → Cloud API** must also be added to the `Cloud API` group in `docs.json`.

### Mintlify tab ownership

Expand Down
53 changes: 36 additions & 17 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,32 +380,31 @@
{
"group": "OpenHands Cloud",
"pages": [
"openhands/usage/cloud/openhands-cloud",
"openhands/usage/cloud/cloud-ui"
"enterprise/usage/cloud/openhands-cloud",
"enterprise/usage/cloud/cloud-ui"
]
},
{
"group": "Settings",
"pages": [
"openhands/usage/settings/integrations-settings",
"openhands/usage/settings/api-keys-settings"
"enterprise/usage/settings/integrations-settings",
"enterprise/usage/settings/api-keys-settings"
]
},
{
"group": "Integrations",
"pages": [
"openhands/usage/settings/integrations-settings",
"openhands/usage/cloud/github-installation",
"openhands/usage/cloud/gitlab-installation",
"openhands/usage/cloud/bitbucket-installation",
"openhands/usage/cloud/slack-installation",
"openhands/usage/cloud/project-management/jira-integration",
"enterprise/usage/cloud/github-installation",
"enterprise/usage/cloud/gitlab-installation",
"enterprise/usage/cloud/bitbucket-installation",
"enterprise/usage/cloud/slack-installation",
"enterprise/usage/cloud/project-management/jira-integration",
{
"group": "Cloud API",
"pages": [
"openhands/usage/cloud/cloud-api",
"openhands/usage/cloud/plugin-launcher",
"openhands/usage/api/v1"
"enterprise/usage/cloud/cloud-api",
"enterprise/usage/cloud/plugin-launcher",
"enterprise/usage/api/v1"
]
}
]
Expand All @@ -414,10 +413,10 @@
"group": "Automations (BETA)",
"icon": "clock",
"pages": [
"openhands/usage/automations/overview",
"openhands/usage/automations/creating-automations",
"openhands/usage/automations/managing-automations",
"openhands/usage/automations/examples"
"enterprise/usage/automations/overview",
"enterprise/usage/automations/creating-automations",
"enterprise/usage/automations/managing-automations",
"enterprise/usage/automations/examples"
]
}
]
Expand Down Expand Up @@ -504,6 +503,26 @@
"source": "/usage/:slug*",
"destination": "/openhands/usage/:slug*"
},
{
"source": "/openhands/usage/cloud/:slug*",
"destination": "/enterprise/usage/cloud/:slug*"
},
{
"source": "/openhands/usage/settings/integrations-settings",
"destination": "/enterprise/usage/settings/integrations-settings"
},
{
"source": "/openhands/usage/settings/api-keys-settings",
"destination": "/enterprise/usage/settings/api-keys-settings"
},
{
"source": "/openhands/usage/api/v1",
"destination": "/enterprise/usage/api/v1"
},
{
"source": "/openhands/usage/automations/:slug*",
"destination": "/enterprise/usage/automations/:slug*"
},
{
"source": "/openhands/usage/configuration-options",
"destination": "/openhands/usage/advanced/configuration-options"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
title: Creating Automations

Check warning on line 2 in enterprise/usage/automations/creating-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/creating-automations.mdx#L2

Did you really mean 'Automations'?
description: Learn how to create scheduled automations using the Automation Skill.

Check warning on line 3 in enterprise/usage/automations/creating-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/creating-automations.mdx#L3

Did you really mean 'automations'?
---

<Info>
**Beta Feature**: Automations is currently in beta and available for **OpenHands Cloud** and **OpenHands Enterprise** users only.

Check warning on line 7 in enterprise/usage/automations/creating-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/creating-automations.mdx#L7

Did you really mean 'Automations'?
</Info>

The easiest way to create an automation is to ask OpenHands directly. The Automation Skill handles all the details—you just describe what you want.

## Prompt vs Plugin Automations

Check warning on line 12 in enterprise/usage/automations/creating-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/creating-automations.mdx#L12

Did you really mean 'Automations'?

There are two types of automations:

Check warning on line 14 in enterprise/usage/automations/creating-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/creating-automations.mdx#L14

Did you really mean 'automations'?

<Tabs>
<Tab title="Prompt-based">
Most automations are prompt-based. Just describe the task in natural language:

Check warning on line 18 in enterprise/usage/automations/creating-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/creating-automations.mdx#L18

Did you really mean 'automations'?

```
Create an automation called "Daily Standup Summary" that runs every weekday
Expand Down Expand Up @@ -81,7 +81,7 @@

Tell the automation what to do with its output:

- "Post to the #alerts Slack channel" (requires [Slack MCP](/openhands/usage/cloud/slack-installation))
- "Post to the #alerts Slack channel" (requires [Slack MCP](/enterprise/usage/cloud/slack-installation))
- "Save to `reports/weekly-summary.md`"
- "Create a GitHub issue with the findings" (automatic if you logged in with GitHub)
- "Send a message via the configured notification service"
Expand Down Expand Up @@ -124,10 +124,10 @@
- "first day of each month"
- "twice a day at 9 AM and 5 PM"

The agent converts this to the appropriate cron schedule.

Check warning on line 127 in enterprise/usage/automations/creating-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/creating-automations.mdx#L127

Did you really mean 'cron'?

<Tip>
If you're familiar with cron expressions, you can specify them directly: "Run on cron schedule `0 9 * * 1-5`"

Check warning on line 130 in enterprise/usage/automations/creating-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/creating-automations.mdx#L130

Did you really mean 'cron'?

Check warning on line 130 in enterprise/usage/automations/creating-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/creating-automations.mdx#L130

Did you really mean 'cron'?
</Tip>

## After Creation
Expand All @@ -137,9 +137,9 @@
- **It starts enabled** by default and will run on the next scheduled time
- **You can view past runs** in the OpenHands UI
- **Each run creates a conversation** you can review or continue
- **You can disable, update, or delete it** anytime (see [Managing Automations](/openhands/usage/automations/managing-automations))
- **You can disable, update, or delete it** anytime (see [Managing Automations](/enterprise/usage/automations/managing-automations))

## Next Steps

- [View example automations](/openhands/usage/automations/examples)
- [Manage your automations](/openhands/usage/automations/managing-automations)
- [View example automations](/enterprise/usage/automations/examples)
- [Manage your automations](/enterprise/usage/automations/managing-automations)
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
---

<Info>
**Beta Feature**: Automations is currently in beta and available for **OpenHands Cloud** and **OpenHands Enterprise** users only.

Check warning on line 7 in enterprise/usage/automations/examples.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/examples.mdx#L7

Did you really mean 'Automations'?
</Info>

Copy and adapt these examples to create your own automations. Just paste the prompt into a conversation with OpenHands.

Check warning on line 10 in enterprise/usage/automations/examples.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/examples.mdx#L10

Did you really mean 'automations'?

<Note>
These examples reference services like Slack and GitHub. Git providers you logged in with are automatically available, but other services like Slack require [MCP configuration](/openhands/usage/settings/mcp-settings).
Expand Down Expand Up @@ -154,5 +154,5 @@

## Next Steps

- [Creating Automations](/openhands/usage/automations/creating-automations) — More details on writing prompts
- [Managing Automations](/openhands/usage/automations/managing-automations) — Update, disable, or delete automations
- [Creating Automations](/enterprise/usage/automations/creating-automations) — More details on writing prompts
- [Managing Automations](/enterprise/usage/automations/managing-automations) — Update, disable, or delete automations

Check warning on line 158 in enterprise/usage/automations/examples.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/examples.mdx#L158

Did you really mean 'automations'?
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Managing Automations

Check warning on line 2 in enterprise/usage/automations/managing-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/managing-automations.mdx#L2

Did you really mean 'Automations'?
description: List, update, enable, disable, and delete your automations.

Check warning on line 3 in enterprise/usage/automations/managing-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/managing-automations.mdx#L3

Did you really mean 'automations'?
---

<Info>
**Beta Feature**: Automations is currently in beta and available for **OpenHands Cloud** and **OpenHands Enterprise** users only.

Check warning on line 7 in enterprise/usage/automations/managing-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/managing-automations.mdx#L7

Did you really mean 'Automations'?
</Info>

You can manage your automations by asking OpenHands directly—just like you created them.

Check warning on line 10 in enterprise/usage/automations/managing-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/managing-automations.mdx#L10

Did you really mean 'automations'?

## Viewing Your Automations

Check warning on line 12 in enterprise/usage/automations/managing-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/managing-automations.mdx#L12

Did you really mean 'Automations'?

```
List my automations
Expand Down Expand Up @@ -76,7 +76,7 @@
- **Debug** if something went wrong

<Tip>
Automations are user-scoped, so all your automation runs appear alongside your regular conversations. Look for them in your conversations list after each scheduled run.

Check warning on line 79 in enterprise/usage/automations/managing-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/managing-automations.mdx#L79

Did you really mean 'Automations'?
</Tip>

### Run Statuses
Expand All @@ -86,7 +86,7 @@
- **Completed**: Finished successfully
- **Failed**: Something went wrong—check the run details

## Deleting Automations

Check warning on line 89 in enterprise/usage/automations/managing-automations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/managing-automations.mdx#L89

Did you really mean 'Automations'?

```
Delete the "Old Report" automation
Expand All @@ -98,5 +98,5 @@

## Next Steps

- [View example automations](/openhands/usage/automations/examples)
- [Create new automations](/openhands/usage/automations/creating-automations)
- [View example automations](/enterprise/usage/automations/examples)
- [Create new automations](/enterprise/usage/automations/creating-automations)
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
---
title: Automations Overview

Check warning on line 2 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L2

Did you really mean 'Automations'?
description: Create scheduled tasks that run automatically in OpenHands Cloud and Enterprise.
---

<Info>
**Beta Feature**: Automations is currently in beta and available for **OpenHands Cloud** and **OpenHands Enterprise** users only.

Check warning on line 7 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L7

Did you really mean 'Automations'?
</Info>

Automations let you schedule AI-powered tasks that run automatically—daily reports, health checks, data syncs, and more. Each automation runs a full OpenHands conversation on your chosen schedule, with access to your LLM settings, stored secrets, and integrations.

Check warning on line 10 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L10

Did you really mean 'Automations'?

Your git provider credentials are automatically available—if you logged into OpenHands Cloud with GitHub, GitLab, or Bitbucket, that access is included by default.

## What Can Automations Do?

Check warning on line 14 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L14

Did you really mean 'Automations'?

- **Generate reports**: Daily standups, weekly summaries, or monthly metrics

Check warning on line 16 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L16

Did you really mean 'standups'?
- **Monitor systems**: Check API health, SSL certificates, or uptime
- **Sync data**: Pull from external APIs, update spreadsheets, or refresh dashboards
- **Maintain code**: Run dependency checks, security scans, or cleanup tasks
- **Send notifications**: Post updates to Slack, create GitHub issues, or send alerts

<Note>
Automations can only interact with services you've configured access to. For example, posting to Slack requires the [Slack MCP integration](/openhands/usage/cloud/slack-installation). Git providers you logged in with (GitHub, GitLab, Bitbucket) are automatically available.
Automations can only interact with services you've configured access to. For example, posting to Slack requires the [Slack MCP integration](/enterprise/usage/cloud/slack-installation). Git providers you logged in with (GitHub, GitLab, Bitbucket) are automatically available.

Check warning on line 23 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L23

Did you really mean 'Automations'?
</Note>

## Two Types of Automations

Check warning on line 26 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L26

Did you really mean 'Automations'?

When you ask OpenHands to create an automation, you can choose between:

Expand All @@ -42,7 +42,7 @@
our open GitHub issues, then posts the summary to #engineering on Slack.
```

For plugin-based automations, mention the plugin:

Check warning on line 45 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L45

Did you really mean 'automations'?

```
Create an automation using the code-review plugin that runs daily
Expand All @@ -65,13 +65,13 @@
3. The conversation is saved so you can review it later
4. You can even continue the conversation if needed

Automations are user-scoped—each automation and its runs belong to you. Conversations created by your automations automatically appear in your conversations list, just like any other conversation you start.

Check warning on line 68 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L68

Did you really mean 'Automations'?

Check warning on line 68 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L68

Did you really mean 'automations'?

Your automation has access to everything a normal OpenHands conversation does: terminal, file editing, your configured LLM, stored secrets, and MCP integrations. Git provider tokens from your Cloud login (GitHub, GitLab, or Bitbucket) are automatically included.

## Getting Started

Before creating automations, complete this one-time setup:

Check warning on line 74 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L74

Did you really mean 'automations'?

### 1. Create an OpenHands API Key

Expand All @@ -83,7 +83,7 @@
- **Name**: `OPENHANDS_API_KEY`
- **Value**: Your API key from step 1

This allows the Automation Skill to create and manage automations on your behalf.

Check warning on line 86 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L86

Did you really mean 'automations'?

### 3. Start a Conversation

Expand All @@ -94,15 +94,15 @@
our open GitHub issues, then posts to #engineering on Slack.
```

You can also list existing automations, enable/disable them, or trigger manual runs—all through conversation.

Check warning on line 97 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L97

Did you really mean 'automations'?

## Prerequisites

- **OpenHands Cloud or Enterprise account** (not available in open-source)
- **Configured LLM** in your [settings](https://app.all-hands.dev/settings)
- **Stored secrets** (optional) for any additional API keys your automations need (e.g., Slack tokens)

Check warning on line 103 in enterprise/usage/automations/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/automations/overview.mdx#L103

Did you really mean 'automations'?

## Next Steps

- [Creating Automations](/openhands/usage/automations/creating-automations) — Detailed guide with prompt tips
- [Examples](/openhands/usage/automations/examples) — Common automation patterns
- [Creating Automations](/enterprise/usage/automations/creating-automations) — Detailed guide with prompt tips
- [Examples](/enterprise/usage/automations/examples) — Common automation patterns
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

## Prerequisites

- Signed in to [OpenHands Cloud](https://app.all-hands.dev) with [a Bitbucket account](/openhands/usage/cloud/openhands-cloud).
- Signed in to [OpenHands Cloud](https://app.all-hands.dev) with [a Bitbucket account](/enterprise/usage/cloud/openhands-cloud).

## Adding Bitbucket Repository Access

Upon signing into OpenHands Cloud with a Bitbucket account, OpenHands will have access to your repositories.

## Working With Bitbucket Repos in Openhands Cloud

Check warning on line 15 in enterprise/usage/cloud/bitbucket-installation.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/cloud/bitbucket-installation.mdx#L15

Did you really mean 'Repos'?

Check warning on line 15 in enterprise/usage/cloud/bitbucket-installation.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/cloud/bitbucket-installation.mdx#L15

Did you really mean 'Openhands'?

After signing in with a Bitbucket account, use the `Open Repository` section to select the appropriate repository and
branch you'd like OpenHands to work on. Then click on `Launch` to start the conversation!
Expand All @@ -29,7 +29,7 @@
34.68.58.200
```

### Runtime IPs

Check warning on line 32 in enterprise/usage/cloud/bitbucket-installation.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/cloud/bitbucket-installation.mdx#L32

Did you really mean 'IPs'?
```
34.10.175.217
34.136.162.246
Expand All @@ -45,5 +45,5 @@

## Next Steps

- [Learn about the Cloud UI](/openhands/usage/cloud/cloud-ui).
- [Use the Cloud API](/openhands/usage/cloud/cloud-api) to programmatically interact with OpenHands.
- [Learn about the Cloud UI](/enterprise/usage/cloud/cloud-ui).
- [Use the Cloud API](/enterprise/usage/cloud/cloud-api) to programmatically interact with OpenHands.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

The landing page is where you can:

- [Select a GitHub repo](/openhands/usage/cloud/github-installation#working-with-github-repos-in-openhands-cloud),
[a GitLab repo](/openhands/usage/cloud/gitlab-installation#working-with-gitlab-repos-in-openhands-cloud) or
[a Bitbucket repo](/openhands/usage/cloud/bitbucket-installation#working-with-bitbucket-repos-in-openhands-cloud) to start working on.
- [Select a GitHub repo](/enterprise/usage/cloud/github-installation#working-with-github-repos-in-openhands-cloud),
[a GitLab repo](/enterprise/usage/cloud/gitlab-installation#working-with-gitlab-repos-in-openhands-cloud) or
[a Bitbucket repo](/enterprise/usage/cloud/bitbucket-installation#working-with-bitbucket-repos-in-openhands-cloud) to start working on.
- Launch an empty conversation using `New Conversation`.
- See `Suggested Tasks` for repositories that OpenHands has access to.
- See your `Recent Conversations`.
Expand All @@ -22,12 +22,12 @@
- `User`
- Change your email address.
- `Integrations`
- [Configure GitHub repository access](/openhands/usage/cloud/github-installation#modifying-repository-access) for OpenHands.
- [Install the OpenHands Slack app](/openhands/usage/cloud/slack-installation).
- [Configure GitHub repository access](/enterprise/usage/cloud/github-installation#modifying-repository-access) for OpenHands.
- [Install the OpenHands Slack app](/enterprise/usage/cloud/slack-installation).
- `Application`
- Set your preferred language, notifications and other preferences.
- Toggle task suggestions on GitHub.
- Toggle Solvability Analysis.

Check warning on line 30 in enterprise/usage/cloud/cloud-ui.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/cloud/cloud-ui.mdx#L30

Did you really mean 'Solvability'?
- [Set a maximum budget per conversation](/openhands/usage/settings/application-settings#setting-maximum-budget-per-conversation).
- [Configure the username and email that OpenHands uses for commits](/openhands/usage/settings/application-settings#git-author-settings).
- `LLM`
Expand All @@ -37,7 +37,7 @@
- `Secrets`
- [Manage secrets](/openhands/usage/settings/secrets-settings).
- `API Keys`
- [Create API keys to work with OpenHands programmatically](/openhands/usage/cloud/cloud-api).
- [Create API keys to work with OpenHands programmatically](/enterprise/usage/cloud/cloud-api).
- `MCP`
- [Setup an MCP server](/openhands/usage/settings/mcp-settings)

Expand All @@ -48,6 +48,6 @@

## Next Steps

- [Use OpenHands with your GitHub repositories](/openhands/usage/cloud/github-installation).
- [Use OpenHands with your GitLab repositories](/openhands/usage/cloud/gitlab-installation).
- [Use the Cloud API](/openhands/usage/cloud/cloud-api) to programmatically interact with OpenHands.
- [Use OpenHands with your GitHub repositories](/enterprise/usage/cloud/github-installation).
- [Use OpenHands with your GitLab repositories](/enterprise/usage/cloud/gitlab-installation).
- [Use the Cloud API](/enterprise/usage/cloud/cloud-api) to programmatically interact with OpenHands.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Prerequisites

- Signed in to [OpenHands Cloud](https://app.all-hands.dev) with [a GitHub account](/openhands/usage/cloud/openhands-cloud).
- Signed in to [OpenHands Cloud](https://app.all-hands.dev) with [a GitHub account](/enterprise/usage/cloud/openhands-cloud).

## Adding GitHub Repository Access

Expand Down Expand Up @@ -37,7 +37,7 @@
- Selecting `+ Add GitHub Repos` in the repository selection dropdown or
- Visiting the `Settings > Integrations` page and selecting `Configure GitHub Repositories`

## Working With GitHub Repos in Openhands Cloud

Check warning on line 40 in enterprise/usage/cloud/github-installation.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/cloud/github-installation.mdx#L40

Did you really mean 'Repos'?

Check warning on line 40 in enterprise/usage/cloud/github-installation.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/cloud/github-installation.mdx#L40

Did you really mean 'Openhands'?

Once you've granted GitHub repository access, you can start working with your GitHub repository. Use the
`Open Repository` section to select the appropriate repository and branch you'd like OpenHands to work on. Then click
Expand All @@ -45,10 +45,10 @@

![Connect Repo](/openhands/static/img/connect-repo.png)

## Working on GitHub Issues and Pull Requests Using Openhands

Check warning on line 48 in enterprise/usage/cloud/github-installation.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/cloud/github-installation.mdx#L48

Did you really mean 'Openhands'?

To allow OpenHands to work directly from GitHub directly, you must
[give OpenHands access to your repository](/openhands/usage/cloud/github-installation#modifying-repository-access). Once access is
[give OpenHands access to your repository](/enterprise/usage/cloud/github-installation#modifying-repository-access). Once access is
given, you can use OpenHands by labeling the issue or by tagging `@openhands`.

### Working with Issues
Expand All @@ -75,5 +75,5 @@

## Next Steps

- [Learn about the Cloud UI](/openhands/usage/cloud/cloud-ui).
- [Use the Cloud API](/openhands/usage/cloud/cloud-api) to programmatically interact with OpenHands.
- [Learn about the Cloud UI](/enterprise/usage/cloud/cloud-ui).
- [Use the Cloud API](/enterprise/usage/cloud/cloud-api) to programmatically interact with OpenHands.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

## Prerequisites

- Signed in to [OpenHands Cloud](https://app.all-hands.dev) with [a GitLab account](/openhands/usage/cloud/openhands-cloud).
- Signed in to [OpenHands Cloud](https://app.all-hands.dev) with [a GitLab account](/enterprise/usage/cloud/openhands-cloud).

## Adding GitLab Repository Access

Upon signing into OpenHands Cloud with a GitLab account, OpenHands will have access to your repositories.

## Working With GitLab Repos in Openhands Cloud

Check warning on line 16 in enterprise/usage/cloud/gitlab-installation.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/cloud/gitlab-installation.mdx#L16

Did you really mean 'Repos'?

Check warning on line 16 in enterprise/usage/cloud/gitlab-installation.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/cloud/gitlab-installation.mdx#L16

Did you really mean 'Openhands'?

After signing in with a Gitlab account, use the `Open Repository` section to select the appropriate repository and
branch you'd like OpenHands to work on. Then click on `Launch` to start the conversation!
Expand All @@ -27,7 +27,7 @@
which will override the default token assigned to the agent. While the high-permission API token is still requested
and used for other components of the application (e.g. opening merge requests), the agent will not have access to it.

## Working on GitLab Issues and Merge Requests Using Openhands

Check warning on line 30 in enterprise/usage/cloud/gitlab-installation.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

enterprise/usage/cloud/gitlab-installation.mdx#L30

Did you really mean 'Openhands'?

<Note>
This feature works for personal projects and is available for group projects with a
Expand Down Expand Up @@ -114,5 +114,5 @@

## Next Steps

- [Learn about the Cloud UI](/openhands/usage/cloud/cloud-ui).
- [Use the Cloud API](/openhands/usage/cloud/cloud-api) to programmatically interact with OpenHands.
- [Learn about the Cloud UI](/enterprise/usage/cloud/cloud-ui).
- [Use the Cloud API](/enterprise/usage/cloud/cloud-api) to programmatically interact with OpenHands.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ You'll be prompted to connect with your GitHub, GitLab or Bitbucket account:

Once you've connected your account, you can:

- [Use OpenHands with your GitHub repositories](/openhands/usage/cloud/github-installation).
- [Use OpenHands with your GitLab repositories](/openhands/usage/cloud/gitlab-installation).
- [Use OpenHands with your Bitbucket repositories](/openhands/usage/cloud/bitbucket-installation).
- [Learn about the Cloud UI](/openhands/usage/cloud/cloud-ui).
- [Install the OpenHands Slack app](/openhands/usage/cloud/slack-installation).
- [Use OpenHands with your GitHub repositories](/enterprise/usage/cloud/github-installation).
- [Use OpenHands with your GitLab repositories](/enterprise/usage/cloud/gitlab-installation).
- [Use OpenHands with your Bitbucket repositories](/enterprise/usage/cloud/bitbucket-installation).
- [Learn about the Cloud UI](/enterprise/usage/cloud/cloud-ui).
- [Install the OpenHands Slack app](/enterprise/usage/cloud/slack-installation).
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is useful for:
- building internal test pages for plugin development

<Note>
`/launch` is a Cloud route, not a standalone REST endpoint. After the user opens the link and confirms the plugin configuration, OpenHands starts a conversation using the normal V1 conversation flow described in the [Cloud API guide](/openhands/usage/cloud/cloud-api).
`/launch` is a Cloud route, not a standalone REST endpoint. After the user opens the link and confirms the plugin configuration, OpenHands starts a conversation using the normal V1 conversation flow described in the [Cloud API guide](/enterprise/usage/cloud/cloud-api).
</Note>

## Before You Start
Expand Down Expand Up @@ -103,5 +103,5 @@ This format is convenient for manual testing, but the encoded `plugins` format i

## Next Steps

- Use the [Cloud API guide](/openhands/usage/cloud/cloud-api) for authentication and conversation lifecycle details.
- See the [REST API (V1) overview](/openhands/usage/api/v1) for the V1 endpoints behind Cloud conversations.
- Use the [Cloud API guide](/enterprise/usage/cloud/cloud-api) for authentication and conversation lifecycle details.
- See the [REST API (V1) overview](/enterprise/usage/api/v1) for the V1 endpoints behind Cloud conversations.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: View your OpenHands LLM key and create API keys to work with OpenHa
---

<Note>
These settings are only available in [OpenHands Cloud](/openhands/usage/cloud/openhands-cloud).
These settings are only available in [OpenHands Cloud](/enterprise/usage/cloud/openhands-cloud).
</Note>

## Overview
Expand All @@ -25,7 +25,7 @@ use credits from your OpenHands Cloud account. If you need to refresh it at anyt
## OpenHands API Key

These keys can be used to programmatically interact with OpenHands Cloud. See the guide for using the
[OpenHands Cloud API](/openhands/usage/cloud/cloud-api).
[OpenHands Cloud API](/enterprise/usage/cloud/cloud-api).

### Create API Key

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ description: How to setup and modify the various integrations in OpenHands.

OpenHands offers several integrations, including GitHub, GitLab, Bitbucket, and Slack, with more to come. Some
integrations, like Slack, are only available in OpenHands Cloud. Configuration may also vary depending on whether
you're using [OpenHands Cloud](/openhands/usage/cloud/openhands-cloud) or
you're using [OpenHands Cloud](/enterprise/usage/cloud/openhands-cloud) or
[running OpenHands on your own](/openhands/usage/run-openhands/local-setup).

## OpenHands Cloud Integrations Settings

<Note>
These settings are only available in [OpenHands Cloud](/openhands/usage/cloud/openhands-cloud).
These settings are only available in [OpenHands Cloud](/enterprise/usage/cloud/openhands-cloud).
</Note>

### GitHub Settings

- `Configure GitHub Repositories` - Allows you to
[modify GitHub repository access](/openhands/usage/cloud/github-installation#modifying-repository-access) for OpenHands.
[modify GitHub repository access](/enterprise/usage/cloud/github-installation#modifying-repository-access) for OpenHands.

### Slack Settings

- `Install OpenHands Slack App` - Install [the OpenHands Slack app](/openhands/usage/cloud/slack-installation) in
- `Install OpenHands Slack App` - Install [the OpenHands Slack app](/enterprise/usage/cloud/slack-installation) in
your Slack workspace. Make sure your Slack workspace admin/owner has installed the OpenHands Slack app first.

## Running on Your Own Integrations Settings
Expand Down
8 changes: 4 additions & 4 deletions openhands/usage/cli/cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Create and manage OpenHands Cloud conversations from the CLI

## Overview

The OpenHands CLI provides commands to interact with [OpenHands Cloud](/openhands/usage/cloud/openhands-cloud) directly from your terminal. You can:
The OpenHands CLI provides commands to interact with [OpenHands Cloud](/enterprise/usage/cloud/openhands-cloud) directly from your terminal. You can:

- Authenticate with your OpenHands Cloud account
- Create new cloud conversations
Expand Down Expand Up @@ -125,6 +125,6 @@ Use OpenHands Cloud for collaboration, on-the-go access, or when you don't want

## See Also

- [OpenHands Cloud](/openhands/usage/cloud/openhands-cloud) - Full cloud documentation
- [Cloud UI](/openhands/usage/cloud/cloud-ui) - Web interface guide
- [Cloud API](/openhands/usage/cloud/cloud-api) - Programmatic access
- [OpenHands Cloud](/enterprise/usage/cloud/openhands-cloud) - Full cloud documentation
- [Cloud UI](/enterprise/usage/cloud/cloud-ui) - Web interface guide
- [Cloud API](/enterprise/usage/cloud/cloud-api) - Programmatic access
2 changes: 1 addition & 1 deletion openhands/usage/cli/gui-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Launch the full OpenHands web GUI using Docker

## Overview

The `openhands serve` command launches the full OpenHands GUI server using Docker. This provides the same rich web interface as [OpenHands Cloud](/openhands/usage/cloud/openhands-cloud), but running locally on your machine.
The `openhands serve` command launches the full OpenHands GUI server using Docker. This provides the same rich web interface as [OpenHands Cloud](/enterprise/usage/cloud/openhands-cloud), but running locally on your machine.

```bash
openhands serve
Expand Down
Loading
Loading