Setting up your team
Getting a team onto Verify has two halves. An admin turns on agent hooks for everyone working in a given repository. Then each engineer connects their GitHub account and sets up the CLI and the Aviator skill on their own machine, which is covered in Setting up your machine.
This page is the admin half.
Before you start:
The repository needs to be connected to Verify. See Connect a repository.
Everyone who will use Verify needs an invite to your company's Aviator workspace.
1. Install the CLI
brew trust aviator-co/tap
brew install aviator-co/tap/aviatorbrew trust is needed on Homebrew 6 and later, which only loads third-party taps you've trusted. On Linux, install the .deb or .rpm from the releases page.
2. Run aviator init
cd to the repository you're setting up, then:
aviator initIf you aren't signed in yet, it offers to sign you in first, which opens your browser and stores the session in your OS keychain.

init offers a sign-in when it can't find credentialsThen it asks which agents to set up. Select every agent used by your team in this repository, not just the one you use. The configuration is committed, so it covers your whole team.

3. Commit the hooks
init writes .claude/settings.json for Claude Code and .codex/hooks.json for Codex, then prints the git commands to put them on a branch. Run those and open the PR. Merging it turns the hooks on for everyone.
Support for other agents is coming. If your team uses a different one, email howto@aviator.co and we'll send you the manual setup steps.
Every agent session in the repo then carries a standing instruction to capture intent and acceptance criteria before a PR, plus reminders at commit and PR time. None of it blocks. A teammate missing the CLI or a sign-in still commits and opens pull requests exactly as before, gets told what's missing at their next session start, and their changes simply don't reach Verify. See Set up agent hooks for the detail.
4. Send your team the setup steps
Everyone working in the repository sets up their own machine: Setting up your machine.
See also
Setting up your machine, the half your team does
Set up agent hooks, what each hook does and how to remove them
Aviator CLI, the full command surface
Setting up org invariants, the rules that apply to every change automatically
Last updated
Was this helpful?
