KAutoK

The AI-native API key.
1 key, all models.

Stop wiring up provider accounts. Drop one AutoK key into your server and get Claude, Gemini, and more through a single OpenAI-compatible endpoint — metered, logged, and prepaid.

CLI quickstart
One key, every model

Claude, Gemini, and Nova behind a single OpenAI-compatible endpoint. No provider accounts, no juggling keys.

Server-ready in one line

Point your OpenAI SDK's base URL at api.auto-k.dev and your backend has AI. Streaming included.

Every request accounted

Per-request usage logs, daily and weekly breakdowns, prepaid credits with optional auto top-up.

Drop it into your server
from openai import OpenAI

client = OpenAI(
    base_url="https://api.auto-k.dev/v1",
    api_key="pk_live_...",   # your AutoK key
)

client.chat.completions.create(
    model="gemini-2.5-flash",
    messages=[{"role": "user", "content": "Hi"}],
    stream=True,
)
# or from your terminal
npm install -g @asist/auto-k
autok login && autok ask "Design a Redis billing middleware"

Pricing

1,000,000 credits = $1 of usage. Credits are deducted per token at rates synced to provider list prices. No hidden fees — cancel anytime.

Basic$5/mo

5,000,000 credits / month

Monthly subscription. Renews automatically, cancel anytime.

Credits are valid for 30 days from the date they are granted.

Starter$10

10,000,000 credits

One-time credit top-up.

Credits are valid for 30 days from the date they are granted.

Builder$50

50,000,000 credits

One-time credit top-up.

Credits are valid for 30 days from the date they are granted.

Scale$100

100,000,000 credits

One-time credit top-up.

Credits are valid for 30 days from the date they are granted.

Payments are processed securely by Paddle.com, our merchant of record. Unused credits are fully refundable within 7 days of purchase (전자상거래법에 따른 청약철회); credits are valid for 30 days — see our Terms.

AutoK — Credit-based LLM proxy for developer agents