GitHub Copilot
Use your paid GitHub Copilot subscription with Empryo: copy the OAuth token, save it, and run Claude, GPT, and Gemini models at no extra cost.
If you pay for GitHub Copilot, Empryo can use it. Claude Opus/Sonnet, GPT-4o, GPT-5.4, o-series, Gemini 2.5 Pro - all included in your Copilot subscription, no extra cost.
Unofficial integration using the same internal API as VS Code. Not endorsed by GitHub. Use at your own risk.
Setup
- 1Sign in to Copilot in VS Code or JetBrains
Install the Copilot extension in your IDE and sign in. This writes your OAuth token to disk.
- 2Copy your token
jq -r '."github.com".oauth_token' ~/.config/github-copilot/apps.jsonOn Windows the path is
~\AppData\Local\github-copilot\apps.json. - 3Save to Empryo
empryo --set-key copilot <token>Or use
/keysinside the TUI. - 4Use it
Press
Ctrl+L, pickcopilot, choose a model.empryo --headless --model copilot/claude-sonnet-4 "explain this file"
Legal review
We reviewed GitHub's published terms and Microsoft's AI Code of Conduct - none prohibit third-party clients using valid Copilot credentials. Full review:
Re-verify if GitHub publishes updated terms after 2026-04-04.