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 Settings → VCS Connections inside Colony Cloud.
- In Colony Cloud, open Settings → VCS Connections.
- 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 → VCS Connections 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 VCS Connections 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:
- Owner — full control over the organization, including settings, billing, member management, and the ability to assign ownership. The org creator is automatically an Owner.
- Admin — full access including settings, billing, and member management; cannot assign or remove the Owner role.
- Member — full dashboards and pipeline writes (file issues, pause, cancel); no access to settings or member management.
- Viewer — read-only access to dashboards and pipeline data; cannot mutate state.
- Click Send invite. The invitee receives an email and must accept before they can access the organization.
For the full permissions matrix, see Team & Roles.
Once your team is set up, connect your first repository to start the autonomous pipeline. See Connect a Repository.