Getting a Token
Sign in to Colosseum Arena
Go to arena.colosseum.org and sign in with your account. If you don’t have one, sign up first. Any auth method works (email, Google, GitHub).
Open the Copilot setup page
Navigate to arena.colosseum.org/copilot. If you’re not signed in, you’ll be redirected to the sign-up page.
Copy your token
A token is generated automatically when the page loads. You’ll see it in a text field with a Copy button. Copy it immediately. The token is shown in full only on this page.Below the token, you’ll see a ready-to-paste
export snippet for your terminal. Copy that too.Using 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 arena.colosseum.org/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.