Beta · Copilot gateway

Your Copilot subscription,
as any model provider.

Connect GitHub Copilot once. Get a universal API key. Use it with Claude Code, Codex, Cursor, OpenCode, ForgeCode — any client that speaks OpenAI or Anthropic, with zero changes to its config.

live endpointhttps://openmanifest.one/v1
curl
curl https://openmanifest.one/v1/chat/completions \
  -H "Authorization: Bearer omk_live_…" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4o",
    "messages": [{"role": "user", "content": "ship it"}],
    "stream": true
  }'
How it works

Two minutes to first request.

OAuth, device flow, and an API key. That is the entire setup — no credit card, no configuration files, no migrations.

01

Sign in with GitHub

OAuth authenticates your account. No separate signup, no password.

02

Authorize Copilot

Device flow links your GitHub Copilot subscription. Validated instantly.

03

Point any agent

Copy the API key into Claude Code, Codex, Cursor. You're live.

What you get

A real gateway — not a wrapper.

01

OpenAI-compatible

Chat completions, responses, and messages — the exact protocol your existing clients already speak.

02

Streaming first

Server-sent events preserved end-to-end. No buffering, no broken token streams, no latency tax.

03

Zero config on the agent

Point any OpenAI- or Anthropic-compatible client at our base URL. The key is all that changes.

04

Model discovery

GET /v1/models returns the live catalog your Copilot plan has access to, cached and always fresh.

Integrations

Works with every coding agent.

Already compatible. Copy, paste, and keep shipping.

Claude Code

bash
export ANTHROPIC_BASE_URL="https://openmanifest.one/v1"
export ANTHROPIC_API_KEY="omk_live_…"
claude

Codex

bash
export OPENAI_BASE_URL="https://openmanifest.one/v1"
export OPENAI_API_KEY="omk_live_…"
codex

OpenCode

bash
export OPENAI_BASE_URL="https://openmanifest.one/v1"
export OPENAI_API_KEY="omk_live_…"
opencode

Cursor

config
Settings → Models → OpenAI
Base URL: https://openmanifest.one/v1
API Key:  omk_live_…

ForgeCode

bash
export OPENAI_BASE_URL="https://openmanifest.one/v1"
export OPENAI_API_KEY="omk_live_…"
forgecode

Any OpenAI client

python
from openai import OpenAI

client = OpenAI(
    base_url="https://openmanifest.one/v1",
    api_key="omk_live_…",
)
Pricing

One Copilot seat. Every model.

You already pay GitHub. We just make your seat portable. No per-token markup, no surprise bills.

Beta Free

$0forever
Requests
500 / day
API keys
1
Start free

Starter

$9per month
Requests
5,000 / day
API keys
3
Choose Starter

Pro

Popular
$29per month
Requests
50,000 / day
API keys
10
Choose Pro

Scale

$99per month
Requests
Unlimited
API keys
Unlimited
Choose Scale

Founders tier is invite-only. Request an invite.

Ship from anywhere. Pay once.

One GitHub Copilot subscription. Every agent. Every model your plan unlocks. No lock-in, no rewiring.