Satu kunci untuk semua AI premium. Gateway API, reverse-proxy web UI, dan setup script — terintegrasi ke workflow CLI, IDE, dan browser kamu.
Akses langsung ke Claude Code, OpenAI Codex, dan endpoint LLM lewat satu kunci terpadu. Cocok untuk developer yang pakai CLI, IDE plugin, atau build automation.
Reverse proxy dengan session-injection untuk ChatGPT, Claude, dan Grok. Cookie di-rewrite otomatis ke domain akunpy — buka langsung di browser tanpa setting manual.
Konfigurasi instan Claude Code / Codex di terminal. Satu baris install Node.js, tulis settings.json, set environment variable, test konektivitas.
Pilih bahasa / environment kamu — copy, paste, jalan.
curl -s https://akunpy.com/setup/claudecode.sh | \
bash -s -- --url https://api.akunpy.com/claudecode \
--key ak-live-xxxxxxxxxxxxxxxxClaude, ChatGPT, Grok, Midjourney — satu gateway, satu billing
Buat kunci per-proyek dengan limit kuota & model tersendiri
Tracking token input/output per request, di-aggregate Redis
Auto back-off saat upstream 429, retry ke slot berikutnya
Round-robin ke belasan slot premium untuk availability maksimal
Low-latency streaming response, buffering off sepenuhnya
OpenAI-format ↔ Anthropic-format otomatis di gateway
Header trace-id untuk tiap request, debugging mudah
Cloudflare anycast, datacenter Jakarta untuk latensi <30ms
Endpoint utama. Full reference di Dashboard → Docs.
| Method | Path | Deskripsi |
|---|---|---|
| POST | /v1/messages | Anthropic Messages API — native passthrough |
| POST | /v1/chat/completions | OpenAI-compat adapter (input/output auto-translate) |
| GET | /v1/models | List model tersedia per plan |
| GET | /v1/quota | Cek sisa token / amount di kunci aktif |
| GET | /auth/loginSession | Start session untuk web-UI mirror |
| GET | /health | Liveness probe + region info |
Buka Dashboard → Integrations → New Key. Pilih scope (Claude Code / Codex / Full) dan expiry.
API Gateway untuk CLI, Session Proxy untuk browser, Setup Script untuk Claude Code di mesin lokal.
Export ANTHROPIC_BASE_URL + ANTHROPIC_AUTH_TOKEN, atau run one-liner setup. Siap dipakai dalam <60 detik.
Semua request logged di Dashboard → Usage. Quota alert via email saat 80% / 100%.
High-level flow dari client ke upstream provider.
┌────────────────┐ ┌────────────────┐
│ CLI / SDK │ │ Browser │
│ Claude Code, │ │ Chat Web UI │
│ Codex, curl │ │ │
└───────┬────────┘ └───────┬────────┘
│ │
▼ ▼
┌───────────────────────────────────────────┐
│ CLOUDFLARE EDGE — Jakarta │
│ WAF · Turnstile · TLS 1.3 / HTTP/3 │
└─────────┬────────────────────┬────────────┘
│ │
▼ ▼
┌─────────────────┐ ┌─────────────────────┐
│ API Gateway │ │ Reverse Proxy │
│ (Go · Redis) │ │ (OpenResty + Lua) │
│ • key lookup │ │ • cookie rewrite │
│ • quota check │ │ • sub_filter HTML │
│ • pool select │ │ • SSE passthrough │
└────────┬────────┘ └────────┬────────────┘
│ │
└──────────┬──────────┘
▼
┌───────────────────────────────────────────┐
│ UPSTREAM POOL │
│ claude.ai · chat.openai.com · grok.com │
│ api.anthropic.com · midjourney.com │
└───────────────────────────────────────────┘Satu gateway, banyak model
Extension = auto-login ke web UI via Chrome. Integration = akses programmatic untuk developer: CLI, SDK, REST API, dan setup script untuk Claude Code/Codex.
Ya, gateway kami 100% kompatibel dengan @anthropic-ai/sdk dan openai Python/Node SDK. Cukup ganti base_url saja, sisanya identik.
Setiap key punya quota token atau USD amount. Input + output tokens dicount, di-aggregate di Redis, dan bisa dicek via /v1/quota. Alert otomatis di 80% dan 100%.
Ya, SSE streaming full passthrough dengan buffering off. Latensi tambahan <50ms dibanding request langsung ke upstream.
Tidak. Gateway hanya forward request dan log metadata (token count, latency, status). Isi percakapan tidak pernah disimpan ke database.
Bisa. Claude Code, Cursor, Continue.dev, Cline — semua support custom ANTHROPIC_BASE_URL. Tinggal set env var dan API key.
Generate API key pertama kamu dalam 30 detik. Gratis untuk plan Pro ke atas.