01
Sign in with GitHub
OAuth connects your account. No separate signup.
You already pay GitHub $10/mo for Copilot. Turn that subscription into a universal API for Claude Code, Codex, Cursor, Cline, and Zed. No token markup. No middleman.
OAuth connects your account. No separate signup.
We validate your subscription and mint your API key.
Drop the base URL and key into Claude Code, Codex, or Cursor.
ANTHROPIC_BASE_URL="https://api.openmanifest.one/v1" \
ANTHROPIC_API_KEY="omk_live_…" \
claudeOPENAI_BASE_URL="https://api.openmanifest.one/v1" \
OPENAI_API_KEY="omk_live_…" \
codexSettings → Models → OpenAI Base URL:
https://api.openmanifest.one/v1OPENAI_BASE_URL="https://api.openmanifest.one/v1" \
OPENAI_API_KEY="omk_live_…" \
opencode// Cline settings.json
{
"openAi.baseUrl": "https://api.openmanifest.one/v1",
"openAi.apiKey": "omk_live_…"
}// .zed/settings.json
{ "language_models": { "openai": {
"api_url": "https://api.openmanifest.one/v1"
}}}Your Copilot subscription pays for the upstream tokens. OpenManifest's plan covers proxy + dashboard + observability. We never mark up tokens.