Skip to main content
← Back to Blog
Product4 min read

AI Token Packs: Use Morpheus Without a Claude Subscription

Not everyone has an Anthropic API key. Here's how we built a managed Claude proxy so anyone can use Morpheus.


The problem

Claude Code is powerful, but using it requires an Anthropic API key or a Max subscription. That is a barrier for a lot of developers — people who want to try AI-assisted coding but haven't committed to a monthly plan, or teams where only some members have API access.

We wanted Morpheus to work for everyone, not just developers who already have an Anthropic account. So we built token packs.

Managed Claude proxy

When you use token packs, your instructions are routed through a Supabase edge function that acts as a proxy to the Anthropic API. The edge function handles authentication, token metering, and streaming responses back to your device. Your instructions are still end-to-end encrypted between your phone and your machine — the proxy only sees the request after the agent decrypts it and forwards it.

50K free starter tokens

Every new Morpheus user gets 50,000 tokens for free on first launch. That is enough for roughly 10 commands — enough to pair your device, try a few instructions, and decide if Morpheus fits your workflow before spending anything.

Token pack tiers

We offer four token pack sizes, each a one-time purchase with no expiration:

PackTokensPricePer 1K tokens
Starter500,000$4.99$0.010
Builder2,000,000$16.99$0.0085
Pro5,000,000$34.99$0.007
Enterprise15,000,000$79.99$0.0053

Larger packs have a lower per-token cost. All tokens are consumed on a per-API-call basis — both input and output tokens count against your balance.

Tokens never expire

Unlike a monthly subscription, token packs are a one-time purchase. Buy them when you need them, use them at your own pace. There is no "use it or lose it" pressure, no auto-renewal, and no surprise charges.

BYOK mode

If you already have an Anthropic API key, you can use Morpheus for free with unlimited usage. Just enter your key in the agent settings and all requests go directly to the Anthropic API. No proxy, no token metering, no cost from us. This is the free tier — you only pay Anthropic directly for what you use.

Purchase and entitlement tracking

Token pack purchases are handled through RevenueCat, which manages entitlements across iOS and Android. After purchase, your token balance is synced to your account and displayed in the terminal header as a color-coded pill:

  • Green — Healthy balance (more than 25% remaining)
  • Yellow — Running low (10-25% remaining)
  • Red — Nearly depleted (under 10% remaining)

You always know exactly where you stand, and you can top up with another pack at any time without losing your remaining balance.