Crypto pricing / Two products

Subscription for the six. PAYGO for everything else.

Foundry Cloud is two products under one platform. The Coding Subscription covers the 6 approved open coding models. The Gateway is broad-catalog PAYGO. They are separate billing lanes and never blur. No cards. USDC only.

Foundry Coding Subscription

Flat USDC for the open coding six.

Subscription only applies when the requested model is one of the approved open coding models AND the tenant has an active subscription. Otherwise the request routes through Foundry Gateway PAYGO. Internal COGS budgets, soft caps, hard caps, routing downgrades, and explicit x402 top-ups apply.

Solo

10 USDC / month
  • Six-model subscription lane
  • x402 top-ups
  • No card required

Builder

50 USDC / month
  • Balanced routing
  • Team projects
  • USDC credit balance

Max

100 USDC / month
  • Priority routing
  • Larger spend windows
  • Advanced logs

Enterprise

Custom USDC commit
  • Custom contracts
  • SSO and audit
  • Private routes
Foundry Gateway

Per-token PAYGO for the broad catalog.

OpenRouter-style gateway across providers and open models. Pay with USDC credits, x402 per request, or BYOK. Subscription does NOT cover gateway models. This lane is metered per token, quoted per request.

USDC credits

Pay-as-you-go

Top up a credit balance in USDC, debit per token across the broad model catalog.

  • OpenAI / Anthropic / Google / Cohere / Azure / Bedrock + open models
  • Per-token pricing from the cheapest available provider route
  • Scoped agent keys with hard spend ceilings

x402 per request

0 credits required

Agents pay each request directly via x402 USDC. No prepaid balance needed.

  • POST /api/v1/gateway/payment-intents
  • Per-request quote and proof
  • Wallet-bound, agent-discoverable

BYOK

No platform per-token fee

Bring your own provider keys. Foundry still meters and audits every request.

  • OpenAI / Anthropic / Google / Azure / Bedrock keys
  • Tenant-scoped vault, never global
  • Same routing, logging, and entitlements

Enterprise commit

Custom

Committed USDC deposit, private routes, audit log export, custom policy.

  • Volume discounts on a per-route basis
  • Dedicated provider capacity
  • Audit + SOC-style controls

Agent-native subscription flow

Agents subscribe by paying the protocol.

An autonomous client discovers the subscription product, requests a subscription intent, receives an x402 challenge, pays in USDC, and receives a scoped Foundry credential — without a human checkout.

GET /api/v1/productsGET /api/v1/plansPOST /api/v1/subscriptions/intentsHTTP 402 Payment RequiredX-402-Payment: USDC proofScoped subscription + entitlements

Agent-native gateway flow

Agents pay per request when credits run out.

If a tenant has no USDC credits and no subscription path applies, the gateway returns 402 with x402 payment requirements. The agent pays in USDC and gets a scoped per-request authorization.

GET /api/v1/productsPOST /api/v1/gateway/quotesHTTP 402 if credits exhaustedPOST /api/v1/gateway/payment-intentsX-402-Payment: USDC proofScoped per-request authorization