SageOx

The hivemind for agentic engineering

Quickstart

New Team Member Quickstart

This guide is for people joining an existing team via an invite link.

Setting up SageOx for your team from scratch? See the Team Setup Quickstart instead.

Step 1: Accept the invite

Click the invite link your teammate shared. This takes you to SageOx where you can create an account (or sign in) and join the team.

Step 2: Install the CLI

terminal
$

Step 3: Authenticate

terminal
$

This opens your browser to confirm. Your session persists across terminal restarts.

Step 4: Connect your repositories

In each git repo you work on:

terminal
$
$

This links the repo to your team. Repeat for each repo you work on.

Step 5: Start coding with Team Context

Launch your AI coding agent as usual:

terminal
$

The agent automatically runs ox agent prime on startup, injecting your team's shared context — conventions, architectural decisions, and domain knowledge.

Verify your setup

terminal
$

You should see green checkmarks for authentication, repo connection, and team membership.

Next Steps