Deploy agents with built-in spending controls.

Issue cards with compliance baked in. Set limits, enforce policies, track every transaction. $49/agent/month.

Explore interactive demo →

Control spend before it happens.

Every agent card comes with configurable spending limits, category restrictions, and approval thresholds. Policies enforce themselves.

Every transaction screened automatically.

OFAC, AML, PEP — all included. No extra cost. No manual work. Compliance is built into the card, not bolted on after.

Real-time visibility into every dollar.

See what every agent is spending, in real time. No more waiting for monthly statements. No more surprises.

Issue a card in one API call.

Deploy an agent with spending controls in seconds. Set daily limits, block categories, require approvals above a threshold. The card enforces your policies automatically — before any transaction settles.

S
Agent-7a2f
Active · $500/day limit
Today's spend
$142.50
Remaining
$357.50

Compliance built into every card.

Every transaction is screened before settlement. If a counterparty is on the OFAC SDN list, the transaction is held — not settled. This happens automatically on every card, at no extra cost.

100%
Transaction screening coverage
Every card. Every transaction. Every time.

Fleet management at scale.

Issue cards for 1 agent or 1,000. Manage spending policies at the fleet level or per-agent. Reassign budgets, freeze cards, update limits — all through the API or dashboard.

Fleet Overview
12
Active agents
$4.2K
Monthly spend
0
Policy violations

Issue a card with the SDK

Three lines of code. Built-in compliance. Instant deployment.

Issue an agent cardtypescript
import { Shulam } from "@shulam/sdk";

const shulam = new Shulam({ apiKey: "sk_live_..." });

// Issue a card with built-in compliance
const card = await shulam.cards.issue({
  agentId: "agent_7a2f",
  dailyLimit: 500_000_000n, // $500 USDC
  categories: { blocked: ["gambling", "weapons"] },
  approvalThreshold: 250_000_000n, // Require approval >$250
});

console.log(card.id); // "card_9bc1..."
console.log(card.status); // "active"
<5 seconds
Deployment time
100%
Compliance coverage
$49/month
Cost per agent
$0
Chargebacks

Why operators choose agent cards

The old way vs. the Shulam way.

CapabilityManual ProcessShulam
Card issuanceDays (application + approval)Seconds (API call)
Spending controlsMonthly limits, post-hocPer-transaction, pre-settlement
ComplianceSeparate vendor, extra costBuilt-in, included
VisibilityMonthly statementReal-time feed
Cost$65K/yr (human compliance officer)$49/agent/month