The AI token network

One network.All your AI tokens.

Byoky lets you share your token budget with friends, your team, or anyone building cool stuff — without exposing your keys.

Also on Firefox · iOS · Android · GitHub
15 Providers
2 Lines to Integrate
AES-256-GCM Encrypted
MIT Licensed
OpenClaw × Byoky

Run Claude Code, Codex, and Gemini in OpenClaw — for free.

Get a free token gift from the token pool, or plug in your existing Claude Pro/Max subscription. Either way, zero API credits, zero card on file — just a 5-minute setup.

Two lines of code. Full AI power.

Integrate with any AI provider using their native SDK. Just swap in Byoky's fetch — keys never touch your app.

npm install @byoky/sdk to add to an existing project · npx create-byoky-app to scaffold a new one

Native SDK compatibility

Works with official SDKs from Anthropic, OpenAI, Gemini, Mistral, and 11 more providers. Just swap in Byoky's fetch.

Streaming out of the box

Full SSE streaming support through the extension proxy. No special handling needed.

Backend relay

Your server makes LLM calls through the user's browser via WebSocket. Keys never leave the extension — even server-side.

CLI & local apps

The Byoky Bridge lets CLI tools and desktop apps route through the wallet via a local HTTP proxy. Keys stay in the extension.

Token gifts

Let users share token access without sharing API keys. Relay-backed with budget caps, expiry, and instant revocation.

app.ts
import Anthropic from '@anthropic-ai/sdk';
import { Byoky } from '@byoky/sdk';

const byoky = new Byoky();
const session = await byoky.connect({
  providers: [{ id: 'anthropic', required: true }],
  modal: true, // built-in connect UI with QR code
});

// Use the native Anthropic SDK — keys never exposed
const client = new Anthropic({
  apiKey: session.sessionKey,
  fetch: session.createFetch('anthropic'),
});

Build AI apps.
Pay nothing for AI.

Stop worrying about API bills killing your project. Your users connect their own AI keys through Byoky — you get the full power of Claude, GPT-4, Gemini, and 12 more providers without spending a cent on infrastructure.

$0your AI cost — forever
0AI providers supported
0lines to integrate

Indie dev? Startup? Side project? It doesn't matter. If your users have API keys, you have a product. No billing integration, no usage caps, no margin pressure.

See it in action.

Narrated 40-second tour — every provider, every device, every feature.

Connect & Chat

One click to connect. Stream AI responses through your wallet.

Cross-Provider Routing

Drag an app between groups — the wallet translates on the fly.

Mobile QR Pairing

No extension? Scan a QR code with the Byoky app. Keys proxy through your phone.

Token Gifts

Share AI access without sharing your key. Set a budget, generate a link, revoke anytime.

How it works

Install the wallet

Add the Byoky extension to Chrome or Firefox — or grab the iOS or Android app. Set a master password to encrypt your vault.

Add your keys

Paste API keys or add a Claude setup token. Everything is encrypted locally with AES-256-GCM. Multiple keys per provider.

Connect to any app

Visit any Byoky-enabled app. Approve access in one click. Your keys stay in the vault — always.

Works with any AI provider

Claude
OpenAI
Gemini
Mistral
Grok
DeepSeek
Cohere
Groq
Perplexity
Together AI
Fireworks
OpenRouter
Hugging Face
Replicate
Azure OpenAI
Ollama
Bedrock
LM Studio
Vertex AI

Built for paranoia.

Security isn't a feature — it's the entire point.

AES-256-GCM encryption

Keys encrypted with PBKDF2 (600K iterations). 12-character minimum with real-time strength meter. Web Crypto API — no dependencies.

Zero key exposure

API keys never leave the extension process. Apps receive temporary session tokens. The extension proxies every request.

Full audit log

Every API request is logged with the app origin, provider, status, and timestamp. Complete visibility into credential usage.

Spending caps

Set token allowances per app — total or per provider. The proxy enforces limits so no app can overspend.

Relay-backed gifting

Share token access with anyone — your API key stays in your wallet. Requests relay through you. Budget-capped with instant revocation.

Encrypted vault backup

Export your vault as an encrypted .byoky file with a separate backup password. Import on any device.

Local only

No cloud. No telemetry. No tracking. Everything is stored on your device, encrypted behind your master password.

Cross-Provider

One App. Any Provider.

Move an app from a Claude group into a GPT group — the wallet translates requests on the fly. Anthropic ↔ OpenAI ↔ Gemini ↔ Cohere. No code changes.

Your AppAnthropic SDK
WalletTranslates
GPT-4oOpenAI API
Mobile

No Extension? Use Your Phone.

Scan a QR code with the Byoky iOS or Android app. Your keys proxy through your phone. Works on any browser, any computer.

BrowserAny device
PhoneKeys here
LLM API
Open source · MIT licensed