Bankingfor agents.

Sub-accounts, cards, and payments — built for agents, ready to drop into OpenClaw, Hermes, Claude, LangChain, and more.

Foundry is a fintech, not an FDIC-insured bank. Funds are held non-custodially via Crossmint, our blockchain/fiat partner.

Operate

BankingA full banking stack, built for agents.

Sub-accounts, cards, invoicing, and multi-rail payments — every agent, its own financial surface. Ready to drop into OpenClaw, Hermes, Claude, or LangChain.

Intelligence

ControlA financial control room that never sleeps.

See where the money goes. Before it goes somewhere you didn't expect. Per-agent, per-category, per-day — with anomaly detection built in.

foundry.bank overview
Live
Total Balance
$2,148,903
▲ +$128K 7d
Transfer
Invoice
Issue Card
Spend Velocity · Apr
Recent Activity
OpenAI API
research-bot
-$12.40
AWS EC2
ops-runner
-$318.22
foundry.bank control
LIVE
Agent Spend Waveforms · 30d
Balance
$2.14M
+$128K 7d
24h Volume
$48.2K
1,284 txns
Live Transactions
Notion API
writer-04
-$16.00
AWS S3
writer-04
-$10.00
Notion API
writer-04
-$16.00
GCP Compute
billing-agent
-$145.00
Scroll

Works with the stack you already use

OpenClaw
OpenClaw
Hermes
Hermes
Claude
LangChain
OpenAI
Platform

Everything agents need.
Nothing they shouldn't have.

A full banking stack built from scratch for AI agents — not duct-taped onto products built for humans.

Agent Accounts5 active
org.foundry.main$8,902
Billing Agent
$4,382
Research Agent
$1,200
Support Agent
$890
Ops Agent
$2,100
A
Writer Agent
$320
01
Accounts

Every agent, its own account.

Spin up an isolated sub-account in one API call. Separate budgets, separate cards, separate audit trails — per agent, per run, per customer.

FoundryVISA
•••• •••• •••• 4291
Card Holder
Billing Agent
Exp
05/27
FoundryVISA
•••• •••• •••• 8847
Card Holder
Research Agent
Exp
05/27
FoundryVISA
•••• •••• •••• 3319
Card Holder
Support Agent
Exp
05/27
02
Cards

Cards that enforce themselves.

Issue a card in a line of code. Spend limits that bite, not blink. Lock any card instantly from the API.

Policy EngineEvaluating
ALLOWmerchant:aws,gcp,azure
DENYamount > $1,000
REQUIREhuman_approval(wire)
LIMITvelocity: $500/day
Evaluated today147 / 12 blocked
03
Control

Hard rules. Not suggestions.

Set the boundary once. Your agents can't cross it — even if they wanted to. ALLOW, DENY, LIMIT, REQUIRE at the network level.

Invoice #INV-2847
Billed to Acme Corp
Total$3,390.00
Created
Sent
Viewed
Paid
04
Payments

Your agents invoice your agents.

Or your customers. Same flow. Agents read, agents sign, agents get paid. Created → Sent → Viewed → Paid.

05
Payments

Every rail. One API.

Every major rail, one API. ACH, wire, RTP, card, and Tempo — on-chain when you need instant.

Revenue · this month
$45,000
+$35.2K net · 30d
06
Payments

Agents earn, not just spend.

Automate billing, subscriptions, and invoice collection. Your agents can run a business — give them the tools.

Spend velocity+$12,582 this week
$81K
$18.4K
Spend
847
Txns
12
Blocked
07
Intelligence

Real-time intelligence. Per agent.

See where the money goes before it goes somewhere you didn't expect. Per-agent, per-category, per-day.

Annual Yield
4.85%APY
$2,148,903 earning
+$281 / day
08
Yield

Idle cash, working.

Park treasury in auto-yielding vaults. Earn on idle agent balances, withdraw instantly when spend spikes.

Developer SDK

Built for builders.

Drop the SDK into your agent. One install. Real banking in two minutes. Works with OpenClaw, Hermes, Claude, LangChain, and every other framework your team ships on.

terminal
$ npm install @foundry/sdk

Drop this into your agent.

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

const foundry = new FoundryClient({
  apiKey: process.env.FOUNDRY_API_KEY,
});

export async function runAgentPayments() {
  // 1. Create a sub-account for this agent run
  const account = await foundry.accounts.create({
    agentId: "billing-agent-01",
    label  : "Billing Agent",
  );

  // 2. Issue a policy-locked virtual card
  const card = await foundry.cards.issue({
    accountId : account.id,
    policy    : "cloud-only",
    dailyLimit: 500_00,
  );

  // 3. Pay out via Tempo MPP — real-time, low-fee
  const payout = await foundry.payments.send({
    from    : account.id,
    to      : "acme-corp",
    amount  : 3_390_00,
    rail    : "tempo",
    endpoint: "https://mpp.tempo.money/v1/transfer",
    memo    : "Invoice #INV-2847 settlement",
  );

  return { account, card, payout };
}

Works with OpenClaw · Hermes · Claude · LangChain · OpenAI

For Builders

You're building agents that work for your business.
Not a financial and security stack.

Foundry ships the treasury, cards, payments, and policy engine — you ship the agent.

Foundry is a fintech, not an FDIC-insured bank. Funds held non-custodially via Crossmint.

01

Drop-in SDK

One install. Real banking in two minutes. No bank relationship, no compliance forms, no waiting.

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.

Join Early Access

Ship agents that handle
their own money. Today.

Be among the first to experience Foundry's AI banking platform. Sign up and we'll notify you when we launch.

We keep your information private and only contact you about Foundry.

SOC2 Type II·FDIC Insured·PCI DSS Level 1·Bank-grade encryption