Getting started
New to SageOx? Choose your path:
- Solo Quickstart — try it yourself, no team needed
- Team Setup Quickstart — creating a new team
- New Team Member Quickstart — joining an existing team
This guide walks you through setting up SageOx for your team. By the end, your AI coworkers will have access to your team's shared context.
Prerequisites
- A SageOx account (sign up here)
- Claude Code installed
- A git repository you want to connect
Step 1: Install the CLI
Step 2: Authenticate
This opens your browser to sign in. Once authenticated, credentials are stored securely at ~/.config/sageox/credentials.json.
Step 3: Connect your repository
The first person on a team runs ox init to register the repo with SageOx. This only needs to happen once per repository — after that, other coworkers who run ox login in the same repo are automatically connected.
Already have a coworker who set up SageOx on this repo? You don't need to run ox init. Run ox login and you're connected.
Step 4: Verify setup
You should see green checkmarks for:
- Authentication status
- Repository connection
- Team membership
Using with Claude Code
Once set up, Claude Code automatically receives your team's context:
The AI coworker runs ox agent prime on startup to inject Team Context.
Recording team discussions
Capture knowledge from discussions so it feeds into your Team Context:
- Open the web recorder in your browser
- Click Record to start capturing
- Transcription happens automatically after recording
On mobile, you can add SageOx to your home screen for quick access.
Next steps
- Connect more repositories
- Learn about Team Context
- Cookbooks — end-to-end workflow recipes

