Pricing · USDC only · No cards

Subscription for the six. PAYGO for everything else.

Two products, one platform. The Coding Subscription covers the 6 approved coding models. The Gateway is broad-catalog PAYGO. Separate billing lanes that never blur.

Coding Subscription

Flat USDC for the coding six.

The subscription only fires when the requested model is one of the 6 approved coding models and the tenant has an active subscription. Everything else routes through Gateway PAYGO.

Solo

Individual open-model coding with economy-first routing.

10USDCper month
Choose Solo
  • Six-model subscription lane
  • x402 top-ups
  • No card required

Max

Persistent agentic workloads with priority open-model routing.

100USDCper month
Choose Max
  • Priority routing
  • Larger spend windows
  • Advanced logs

Enterprise

Committed crypto deposits, custom model policy, and audit controls.

Custom
Contact sales
  • Custom contracts
  • SSO and audit
  • Private routes

Gateway PAYGO

Per-token access to the broad catalog.

One gateway across every major provider and open-weight model. Pay with USDC credits, x402 per request, or BYOK. This lane is metered per token and quoted per request.

USDC credits

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

Pay-as-you-go
Get started
  • OpenAI / Anthropic / Google / Azure / Bedrock + open models
  • Per-token pricing from the cheapest route
  • Scoped agent keys with hard spend ceilings

x402 per request

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

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

BYOK

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

0% platform fee
Get started
  • OpenAI / Anthropic / Google / Azure / Bedrock keys
  • Tenant-scoped vault, never global
  • Same routing, logging, and entitlements

Enterprise commit

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

Custom
Get started
  • Volume discounts per route
  • Dedicated provider capacity
  • Audit + SOC-style controls

Agent-native subscription flow

Agents subscribe by paying the protocol.

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

  1. 1GET /api/v1/products
  2. 2GET /api/v1/plans
  3. 3POST /api/v1/subscriptions/intents
  4. 4HTTP 402 Payment Required
  5. 5X-402-Payment: USDC proof
  6. 6Scoped subscription + entitlements

Agent-native gateway flow

Agents pay per request when credits run out.

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

  1. 1GET /api/v1/products
  2. 2POST /api/v1/gateway/quotes
  3. 3HTTP 402 if credits exhausted
  4. 4POST /api/v1/gateway/payment-intents
  5. 5X-402-Payment: USDC proof
  6. 6Scoped per-request authorization