mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
46 lines
1.9 KiB
Markdown
46 lines
1.9 KiB
Markdown
# Openhands Cloud
|
|
|
|
OpenHands Cloud is the cloud hosted version of OpenHands by All Hands AI.
|
|
|
|
## Accessing OpenHands Cloud
|
|
|
|
Currently, users are being admitted to access OpenHands Cloud in waves. To sign up,
|
|
[join the waitlist](https://www.all-hands.dev/join-waitlist). Once you are approved, you will get an email with
|
|
instructions on how to access it.
|
|
|
|
## Getting Started
|
|
|
|
After visiting OpenHands Cloud, you will be asked to connect with your GitHub account:
|
|
1. After reading and accepting the terms of service, click `Connect to GitHub`.
|
|
2. Review the permissions requested by OpenHands and then click `Authorize OpenHands AI`.
|
|
- OpenHands will require some permissions from your GitHub account. To read more about these permissions,
|
|
you can click the `Learn more` link on the GitHub authorize page.
|
|
|
|
## Repository Access
|
|
|
|
### Adding Repository Access
|
|
|
|
You can grant OpenHands specific repository access:
|
|
1. Click the `Select a GitHub project` dropdown, select `Add more repositories...`.
|
|
2. Select the organization, then choose the specific repositories to grant OpenHands access to.
|
|
- Openhands requests short-lived tokens (8-hour expiry) with these permissions:
|
|
- Actions: Read and write
|
|
- Administration: Read-only
|
|
- Commit statuses: Read and write
|
|
- Contents: Read and write
|
|
- Issues: Read and write
|
|
- Metadata: Read-only
|
|
- Pull requests: Read and write
|
|
- Webhooks: Read and write
|
|
- Workflows: Read and write
|
|
- Repository access for a user is granted based on:
|
|
- Granted permission for the repository.
|
|
- User's GitHub permissions (owner/collaborator).
|
|
3. Click on `Install & Authorize`.
|
|
|
|
### Modifying Repository Access
|
|
|
|
You can modify repository access at any time by:
|
|
* Using the same `Select a GitHub project > Add more repositories` workflow, or
|
|
* Visiting the Settings page and selecting `Configure GitHub Repositories` under the `GitHub Settings` section.
|