Skip to content
GitHub Copilot Authentication

GitHub Copilot Authentication

Pando integrates with GitHub Copilot, allowing you to use Copilot models through the LLM Proxy and agent system.

Login

# Device flow login (opens browser)
pando auth copilot login

# For GitHub Enterprise
pando auth copilot login --enterprise-url https://github.mycompany.com

# Print URL/code without opening browser
pando auth copilot login --no-browser

Status

pando auth copilot status

Logout

pando auth copilot logout

Using Copilot Models

Once authenticated, Copilot models are available as:

# In agent mode
pando --model copilot.gpt-4.1 -p "Explain this code"

# In LLM Proxy
pando llm-proxy
# Connect tools to http://localhost:8765/v1

Model Availability

Copilot models depend on your subscription tier:

TierAvailable Models
FreeLimited models
ProGPT-4, GPT-4o
Pro+Extended model access
Business/EnterpriseOrganization models

Configuration

Copilot authentication is stored in your Pando profile. No additional configuration needed after login.

The Copilot OAuth flow uses GitHub’s device flow. Your Copilot credentials never leave your machine—they’re used locally to obtain tokens.