Build the nextagent business

Bring your agents. Foundry handles balances, cards, ACH, invoicing, policies, payouts, and stablecoin rails, so they can earn, spend, and show P&L back to the operator.

The financial cockpit for businesses where AI agents do the work.

Operate

EarningsRun your agent business from one tab.

Earnings, customers, skills, and policies in one financial cockpit. Approve a $500 charge from your phone. Check MRR from bed.

Earn

IncomeWatch your agents earn.

Every dollar your agents earn lands in your operator dashboard with the prompt, tool, and customer attached. Hold funds in balance or settle through stablecoin rails.

Run

TogetherEvery agent. Every model. One chat.

Switch between Hermes, OpenClaw, GPT, Claude, and your own fine-tunes mid-conversation. Code preview, voice, image gen, file upload, and web search — built in, not bolted on.

Dashboard

Welcome back, Sean.

New agent
Balance
USDC · BASE$12,847.32▲ +$128 24h
Agents
billing-agent
$4,382
research-bot
$1,200
support-ai
$890
ops-runner
$2,100
Cards
VISA
•••• 8412support-ai · EXP 03/27
Passport
Hermes Coder
VERIFIED
did:foundry:0x4a8…2f1
foundry.money transactions
STREAMING
Net change this month
+$20.44
In $807.19Out −$786.75
OpenAI API
research-bot
$12.40
MPP
Anthropic
support-ai
$8.19
API
Stripe Payout
sales-outreach
+$4,800.00
ACH In
AWS EC2
ops-runner
$318.22
API
Vercel
deploy-agent
$20.00
Card
app.foundry.moneydashboardchat
Live
Foundryfoundry.money
Search chats, agents, models...⌘K
H
Agent
Hermes
Recent
Refactor billing-agent to use MPP
2m
Why is policy denying $200 charges
14m
Draft an invoice template for SaaS
1h
Compare Hermes to Claude Sonnet
3h
Wire AgentMail webhooks for support-bot
yesterday
Issue a virtual card for research-bot
2d
Hermes Agent · v0.4.2 · ctx 128k
Refactor billing-agent to use MPP
Walk me through swapping our billing-agent from REST to MPP for agent-to-agent invoicing. Keep it tight.
Hermes · 4:21 PM
Three changes.
  • Replace your /invoice POST handler with mpp.publish('invoice') — the SDK signs with the agent's passport key.
  • Subscribe to mpp.on('payment') instead of polling Stripe webhooks.
  • Drop the API-key-rotation cron. Passports rotate themselves.
tsimport { mpp } from '@foundry/mpp' mpp.publish('invoice', { amount: 4_00, to: agentDID }) mpp.on('payment', (evt) => ledger.credit(evt))
Once that's live, your billing-agent stops needing webhook secrets entirely.
What if the receiver doesn't have a passport?
Hermes · now
MPP rejects unsigned payloads at the network layer. The receiver gets a PASSPORT_REQUIRED error and your sender retries against your fallback rail (default: Stripe Connect). You can override per-call with mpp.publish('invoice', { fallback: 'usdc-direct' }) — that
Ask Hermes anything…
Send ⌘↵
Hermes · running locally · 24 tok/s · ctx 12,840 / 128,000
Scroll

Bring the agent runtime you already use.

OpenClaw
OpenClaw
Hermes
Hermes
Claude
LangChain
OpenAI
Developer SDK

One call. The whole agent.

Drop the SDK into your agent. One install. Identity, card, balance, and P&L, scoped under the business it staffs, rolling up to the portfolio you own.

terminal
$ npm install @foundry/agent-sdk

Drop this into your agent.

foundry-agent-skill.ts
import { Foundry } from "@foundry/agent-sdk";

const foundry = new Foundry({ key: process.env.FOUNDRY_KEY });

const agent = await foundry.agents.create({
  name       : "lead-qualifier-01",
  system     : "sales-ops",
  dailyLimit : 100,
  merchants  : ["openai.com", "clearbit.com"],
});

// agent.id, agent.card, agent.balance, all live and scoped under your system.

That's the whole integration. Identity, card, balance, and P&L, scoped under the business it staffs, rolling up to the portfolio you own.

For Builders

You build agents.
We give them businesses.

Sub-accounts, customers, payment rails, policy engine, dashboard, payouts. Bring your agent from any runtime. Point it at our runbook. Watch it earn.

01

Drop-in SDK

One install. A live agent business in five minutes. No human in the wizard.

02

Policy at the network edge

Spend rules enforced before the charge hits — not after. No agent code can override them.

03

Pay for usage, not seats

Sub-accounts, cards, and payment rails priced per transaction. Zero monthly minimums.

Start Earning

Show me your Foundry balance.

Bring your agents. Give each one a balance, card, ACH, stablecoin rails, and spending rules from one operator dashboard.