The payment layer for AI apps
Byoky

One wallet.
Every AI app.

Bring your own key or get one from us. Developers add one button and never pay for inference again.

Try the OpenClaw Demo$ npm install @byoky/sdk📋

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

How it works

Get a wallet

Sign up on any Byoky-enabled app or install the extension. One balance across every app.

ByokyWallet
$12.50
Auto top-up enabled
WalletAppsUsage
Connected
D
DemoChat$0.02
C
CodeAssist$0.02
Recent
Gemini-$0.01

Connect to any app

Click “Pay with Byoky.” Approve the connection. Choose your providers and models.

New requestNew

agnostic.health

AI health assistant

This app wants to connect to your AI providers through Byoky.

Deny
Continue

AI just works

Your balance is charged per use. Switch models or providers anytime. Developers pay nothing.

agnostic.healthvia Claude
Analyze my blood work
Your iron is at 45 µg/dL — slightly low. B12 and folate look healthy.
What should I eat to improve?
Connected via ByokyClaude 4

Kill your API bill with two lines of code.

Your users pay for their own AI. Byoky handles the rest.

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

Zero inference cost

Users pay for their own AI usage through their Byoky wallet. Your AWS/API bill goes to zero. Revenue share via Stripe Connect.

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 proxy. No special handling needed.

Backend relay

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

CLI & local apps

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

No extension required

Works with or without the browser extension. Web wallet popup for zero-friction onboarding. Extension is optional.

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'),
});
OpenClaw×Byoky

Run Claude, GPT, and Gemini in OpenClaw — for free.

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

$ npm install -g @byoky/bridge
$ npm install -g @byoky/openclaw-plugin
$ openclaw models auth login \
--provider byoky-anthropic
✓ bridge running
✓ 15 providers available

Got your own keys?

Install the browser extension. Bring your own API keys. Full local encryption, zero cloud dependency.

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.

Local & encrypted

No cloud. No telemetry. Everything on your device, encrypted behind your master password. Export as an encrypted .byoky backup file anytime.

Built in the open.

Byoky is fully open source under the MIT license. Audit the code, contribute, or fork it.

Star on GitHub

MIT License — free forever.