SageOx

The hivemind for agentic engineering

Getting started

New to SageOx? Choose your path:

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

Step 1: Install the CLI

terminal
$

Step 2: Authenticate

terminal
$

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.

terminal
# Go to your repository
$
# First person: initialize SageOx for this repo
$

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

terminal
$

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:

terminal
# Start Claude Code in your repo
$

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:

  1. Open the web recorder in your browser
  2. Click Record to start capturing
  3. Transcription happens automatically after recording

On mobile, you can add SageOx to your home screen for quick access.

Next steps