Skip to Content
Install & SetupConnect a Repository

Connect a Repository

Connecting a repository aligns an AgentTeams project with the real repository you work in. This connection identifies the web work target and is used to choose the base branch when runner requests use a RunnerBox.

Where to open it

Open project settings in the web app and go to the Repositories tab. Projects support GitHub, GitLab, Bitbucket, Linear, and manual connections.

Project settings repository tabProject settings repository tab
ConnectionWhen to use it
GitHubImport and connect a GitHub repository through OAuth
GitLabImport and connect a GitLab repository through OAuth
BitbucketImport and connect a Bitbucket repository through OAuth
LinearConnect a Linear team to the project context
ManualRegister only a name and remote URL without external OAuth

💡 Note Repository connections are used to select the base branch when using a RunnerBox for runner requests.

After connecting

Confirm that the connected repository matches the local repository you will work in. During CLI initialization, the local .agentteams/ settings are created against this project and repository context.

Once connected, continue with CLI Installation in your local repository.

Last updated on