Sign Up & Onboarding
Get Colony Cloud running for your organization in four steps. Each step is self-contained and must be completed in order.
Create an account
Section titled “Create an account”- Go to runcolony.com and click Sign in with GitHub.
- Authorize the Colony Cloud application when GitHub prompts you. Colony Cloud reads your GitHub identity and organization memberships — it does not access repository code at this step.
- After authorization, you land on the account creation screen. Enter your name and accept the terms of service, then click Create account.
Create an organization
Section titled “Create an organization”An organization in Colony Cloud maps to a GitHub organization or a personal account you want to manage with Colony. Worker capacity, billing, and repository connections are all scoped to an organization.
- After account creation, click New organization on the dashboard.
- Enter an organization name (shown in the UI) and an organization slug (used in URLs — lowercase letters, numbers, and hyphens only).
- Select the GitHub account or organization you want Colony to manage. This is the account under which repositories will be connected.
- Choose an initial seat count — the number of concurrent worker slots your plan supports. You can change this later under Settings → Plan.
- Click Create organization.
You are now the owner of the new organization. The dashboard shows your empty repository list.
Install the GitHub Apps
Section titled “Install the GitHub Apps”Colony Cloud uses two separate GitHub Apps to interact with your repositories. Install them from the GitHub Apps settings page inside Colony Cloud.
- In Colony Cloud, open Settings → GitHub Apps.
- Click Install colony-coder and follow the GitHub App installation flow. Select the repositories (or the whole organization) you want Colony to have access to. This app is required — it grants Colony the permissions it needs to read code, open branches, create pull requests, and merge.
- After colony-coder installs, return to Settings → GitHub Apps and click Install colony-operations. This app is optional — it grants Colony the ability to manage issues, assign labels, and participate in code reviews. Install it to unlock the full autonomous pipeline, including issue triage and review management.
- Confirm that both apps show a Connected status on the GitHub Apps page.
Invite your team
Section titled “Invite your team”Add team members to the organization so they can collaborate on repositories, view dashboards, and manage settings.
- Open Settings → Members.
- Click Invite member and enter the GitHub username or email address of the person you want to invite.
- Choose a role:
- Member — can view dashboards and repository status, but cannot change organization settings.
- Admin — full access including settings, billing, and member management.
- Click Send invite. The invitee receives an email and must accept before they can access the organization.
Once your team is set up, connect your first repository to start the autonomous pipeline. See Connect a Repository.