Deploy autonomous agents with enterprise-grade compliance. OFAC screening, credit scoring, and settlement — built for engineering teams.
Shulam combines compliance screening, credit scoring, spending governance, and settlement into a single API. Built for engineering teams that ship fast and need compliance infrastructure that keeps up.
Install the TypeScript SDK from npm, configure your API key, and start settling compliant transactions. Every endpoint returns typed responses. Webhook events fire for screening results, spending limit alerts, credit score changes, and settlement confirmations.
npm install @shulam/sdk
import { createShulamAgent }
from '@shulam/sdk'
const agent = createShulamAgent({
apiKey: process.env.SHULAM_API_KEY
});
const result =
await agent.settle({
to: '0xMerchant...',
amount: 5_000_000
});
// Screened + settled in one call
Register agents individually or in bulk. Each agent gets an Agent Passport with compliance status, credit score, and network trust. Set per-agent spending policies, monitor fleet health in real time, and get webhook alerts for policy violations or screening holds.
Fleet overview
42 AI souls powered by Anthropic Claude handle screening, scoring, monitoring, and reporting 24/7. Define spending policies in plain English — "max $500/day, alert me over $200" — and Shulam enforces them in real time. No compliance team required.
NLP policy engine
Natural language input
"Max $500/day, block new addresses over $100, alert on cross-chain"
{ dailyLimit: 500_000_000,
newAddressMax: 100_000_000,
crossChainAlert: true,
overLimitAction: "hold" }
Shulam indexes 30+ chains and screens every address regardless of chain. Settlement executes on Base L2 with 2-second finality and sub-cent gas. No need to build separate screening pipelines per chain — one API covers everything.
TypeScript SDK, OpenAPI spec, webhook events. Two endpoints to learn. Production-ready compliance in a single sprint.
Every agent gets a 300-850 credit score based on 5 factors. Use scores to gate access, set limits, and build trust programmatically.
Write rules in plain English. Claude parses them with 0.96 confidence. Enforce per-agent, per-fleet, or per-environment.
HTTP 402 payment protocol built in. Your agents pay for services with compliance screening included in every transaction.
Hash-chained receipts for every screening and settlement. Tamper-evident, 7-year retention. Export in CSV, JSON, or PDF.
Claude-powered souls handle screening, scoring, monitoring, and reporting 24/7. You only get involved on 0.003% of transactions.
“We integrated Shulam in under an hour. Our agents were screening transactions and settling USDC before lunch. The TypeScript SDK is the best developer experience I have seen in compliance infrastructure.”
Free to start. TypeScript SDK included. Scale when you're ready.
Get started for free