Skip to content
AG Agent Gateway by Adyrra

Bring your own subscription

Your AI CLI subscription.
One API endpoint.

Turn the AI CLI subscription you already pay for into one isolated API — tool calling, streaming, and vision included.

No shared subscriptions Isolated per customer Standard wire format
# your own endpoint, your own CLI agent
curl -X POST \
  https://api.yourdomain.dev/t/acme/agent/chat/completions \
  -H "Authorization: Bearer $TENANT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "codex",  /* or claude-code, gemini-cli, grok */
    "messages": [
      {"role": "user", "content": "Summarize this repo"}
    ]
  }'

Works with your CLI agent of choice

Codex CLI Claude Code Gemini CLI Grok More soon

1

Pod per customer

0

Shared subscriptions

1

Standard API format across every agent

MCP

Tool-calling ready

Features

Everything a CLI-agent-backed API needs

One standard chat API on the outside, your own isolated CLI agent on the inside.

One familiar chat API

Drop-in /chat/completions shape, the same for every backend agent — point your existing SDK at it.

Tool & MCP calling

Bridge your own MCP servers — execution stays on your side, we just relay the decision.

Real token streaming

Genuine Server-Sent Events, sourced from live agent deltas — not a fake buffered stream.

Vision input

Send images inline in chat messages, the same familiar way modern vision APIs work.

Full tenant isolation

Every customer gets a dedicated, sandboxed Kubernetes pod — never shared compute.

Bring your own subscription

Your Codex, Claude Code, Gemini, or Grok login stays yours — we never hold or share your credentials.

How it works

Three steps, no shared keys

01

Provision a tenant

We spin up a dedicated, network-isolated pod for you in seconds.

02

Sign in with your own account

A device-code link opens in your browser — your credentials never touch our servers.

03

Call your endpoint

Use the endpoint URL and API key we hand you — from any compatible client.

Pricing

Annual plans, sized to your company

You bring the subscriptions. We price the orchestration, isolation, and uptime as an annual contract based on your team size — talk to us for a quote.

Startup

Annual · Custom quote

For small teams running their first integration.

  • A handful of tenant pods
  • Chat, streaming, vision
  • Community support
Talk to sales

Most common

Growth

Annual · Custom quote

For companies shipping a product on top of the API.

  • Dozens of tenant pods
  • Tool/MCP calling
  • Priority support
Talk to sales

Enterprise

Annual · Custom quote

For organizations with dedicated infrastructure needs.

  • Unlimited tenant pods
  • Dedicated cluster option
  • SLA & onboarding support
Talk to sales

Pricing is quoted annually per company, based on team size and usage — no published list prices.

Contact

Let's get you an endpoint

Tell us a bit about what you're building. We'll get back to you with access details within one business day.

Static demo form — wire up to your own backend before going live.