Concierge Beta · 50 spots

Gift
Claude Pro.

Pay for someone's Claude Pro. They sign in to the real claude.ai. No code, no wallet, no app to download.

Claude Pro live now · ChatGPT Plus & Gemini Advanced — join the waitlist.

How it works

Three taps. Done.

01
Pick recipient & plan

Their email. Claude Pro, ChatGPT Plus or Gemini Advanced.

02
Pay your way

Card or USDC on Base. You hold the billing.

03
They just sign in

No code to redeem. Pro is active on the real site.

Where does my mom enter the code?

There is no code. We activate her Claude Pro directly — she just signs into claude.ai like normal.

What if she already has Claude Pro?

We credit the next renewal so she's never double-charged.

Can I stop funding?

Anytime, from your dashboard. Her plan reverts to free at the end of the paid period.

Also shipping

Agent-to-agent
AI billing API.

Your agent runs low. It calls our API. Credits arrive in seconds. Hybrid pricing — free indie tier, $49/mo Build, custom Scale.

For developers

Built for agents
and developers.

A standardized JSON envelope, staging and live keys, and signed webhooks. Ship AI top-ups in 10 minutes.

  • · Numeric error codes & transaction IDs on every response
  • · Staging keys for end-to-end testing without moving credits
  • · HMAC-signed webhooks with retries and delivery logs
POST /api/v1/topup.send200 OK
{
  "success": true,
  "code": 1000,
  "transaction_id": "txn_8f2a...",
  "status": "ok",
  "timestamp": "2026-06-13T05:00:00Z",
  "data": {
    "recipient": "agent@email.com",
    "platform": "claude",
    "amount_usd": 25
  }
}