Getting a Token
1
Sign in to Colosseum Arena
Go to colosseum.com/arena and sign in with your account. If you don’t have one, sign up first. Any auth method works (email, Google, GitHub).
2
Open the Copilot setup page
Navigate to colosseum.com/arena/copilot. If you’re not signed in, you’ll be redirected to the sign-up page.
3
Generate and copy your token
Click Generate your token. The token appears once — copy it immediately using the Copy button. The full token is only shown on this page.Below the token, you’ll see a ready-to-paste
export snippet for your terminal. Copy that too.4
Store it securely
Add the token to your shell profile so it persists across sessions:Then reload your shell:
source ~/.zshrcUsing Your Token
Pass the token as a Bearer token in theAuthorization header:
COLOSSEUM_COPILOT_PAT automatically. You don’t need to set the header manually.
Regenerating Your Token
Tokens expire after 90 days. You can also regenerate early if needed:- Go to colosseum.com/arena/copilot
- Click Regenerate token
- Confirm in the dialog. This invalidates your current token immediately
- Copy the new token and update your environment variables
401 errors until you update it. If you suspect a token has been compromised, regenerate immediately.
See API Reference for rate limits and API Reference for error codes.