Before you begin
You need:- Access to the Upsun Dispatch console.
- An Anthropic or OpenAI API key.
- A GitHub repository where you can install or link the Upsun Dispatch GitHub App, or a GitLab project that you can connect with the required project and service-account credentials.
1. Sign in
- Open the Upsun Dispatch console.
- Select Sign in.
- Complete the Upsun sign-in flow.
2. Create an organization
If you do not already have an organization:- Go to the organizations page in the Upsun Dispatch console.
- Create an organization and enter a label for it.
- Open the new organization.
3. Store a model key
Upsun Dispatch uses organization-scoped model keys for workflow runs.- In your organization, go to Settings > AI model keys.
- Select your model integration: Anthropic or OpenAI.
- Select Add key.
- Paste the API key.
- Select Save.
- If your organization stores more than one model key, choose the default model integration for organization runs.
4. Connect a source integration
Choose one integration for your first run.- GitHub
- GitLab
- In your organization, go to Settings > GitHub or Integrations.
- Start the GitHub App installation flow.
- Complete the GitHub authorization and installation steps.
- Return to Upsun Dispatch and link the installation to your organization.
5. Open a test pull request or merge request
Create a small change in a connected repository and open a pull request or merge request. If the Code review workflow is set to automatic triggering, Upsun Dispatch starts a review when it receives a supported event:- For GitHub, open or push to a pull request in a connected repository.
- For GitLab, open or update a merge request in a connected project.
- On GitHub, comment
@upsun-dispatch reviewon the pull request. - On GitLab, comment
@<configured-bot-username> reviewon the merge request.
6. Watch the run
- In Upsun Dispatch, open your organization.
- Go to Runs.
- Open the newest run for your test pull request or merge request.
- GitHub reviews use check runs and review comments.
- GitLab reviews use progress notes, commit statuses, and merge request notes.
7. Adjust workflow settings
After your first run, tune Code review behavior for the organization or for individual repositories. In Settings > Workflows, you can configure supported workflow settings, such as trigger mode, ignored authors, summary mode, GitLab fork-author admission, plan approval, model integration selection, and repository-specific overrides. For the canonical settings overview, see Workflows in Upsun Dispatch. For Code review behavior, including summary behavior, see Code review. For console tasks such as browsing repositories, filtering runs, rerunning eligible runs, and viewing usage, see Use the Upsun Dispatch console.Next steps
Explore built-in workflows
Learn what Upsun Dispatch can run after your first code review.
Configure ignored authors
Prevent automatic Code review runs from selected automation accounts.
Invite organization members
Add people to the organization and manage their roles.
Review usage
Track token usage after more workflow runs.