Connecting Repositories
RepoWise supports GitHub, Bitbucket, and GitLab. All repo connections are managed from the dashboard.
GitHub
- Go to app.repowise.ai and click Connect Repository
- Choose GitHub
- Install the RepoWise GitHub App on your account or organization
- Select which repositories to grant access to
- Choose a repo to start context generation
After connecting
Go to your project directory and run the CLI to download context locally:
cd your-project
repowise create
Bitbucket
- Click Connect Repository on the dashboard
- Choose Bitbucket
- Enter your workspace slug and API token
- Select a repository
Bitbucket requires a workspace-level API token with repository read access. Learn how to create one.
GitLab
- Click Connect Repository on the dashboard
- Choose GitLab
- Enter your Personal Access Token
- Select a repository
GitLab requires a Personal Access Token with read_repository scope. Works with both GitLab.com and self-hosted instances.
Managing Connected Repos
Repo Settings
From the dashboard sidebar, go to Repositories and click on any repo to configure:
- Monitored Branch - which branch triggers automatic syncs (defaults to your default branch)
- Structure Detection - re-detect your project structure type (monorepo, standard, etc.)
- Project Groups - organize repos into logical groups
Disconnecting a Repo
From the repo detail page, scroll to Danger Zone and click Disconnect Repository. You'll need to type the repo name to confirm.
Disconnected repos keep their context for 30 days. If you reconnect the same repo within that window, your context is restored automatically without needing a full rescan.
Plan Limits
The number of repos you can connect depends on your plan:
| Plan | Repos | Syncs/month |
|---|---|---|
| Starter | 1 | 10 |
| Pro | 2 | 30 |
| Team | 3 | 30 |
Syncs beyond your monthly limit are auto-charged (not blocked). Rescans are pay-as-you-go based on actual processing cost.
Need more? Add Extra Repository add-ons ($10/mo each, +10 syncs/month per repo) from your billing settings. Scans on extra repos are pay-as-you-go.
Found a mistake on this page? Let us know at support@repowise.ai.