Skalor Documentation
The enterprise-grade payment control plane for AI agents. 5 fiduciary gates, real-time settlement, and audit trails for every transaction.
Choose your path
Python SDK
For LangChain, CrewAI, AutoGen, and custom Python agents. 8 methods including authorize_spend, check_budget, and A2A transfers.
pip install skalor-sdkMCP Server
For Claude Desktop, Cursor, and any MCP-compatible agent. 8 native tools with stdio and Streamable HTTP transports.
npx skalor-mcp-serverTypeScript SDK
For Node.js agents and TypeScript backends. Full type safety with ESM + CJS support.
npm install @skalor/sdkMerchant SDK
Monetize your API with HTTP 402 paywalls. Express, Next.js, and Fastify middleware.
npm install skalor-merchantHow it works
Your AI agent needs to call a paid API, buy data, or transfer USDC to another agent.
Skalor enforces: kill switch, vendor allowlist, per-tx limit, daily budget, and human approval.
If all 5 gates pass, the payment is authorized and settled. If any gate fails, the agent gets a clear reason.
5 Fiduciary Gates
Every payment must pass all 5 gates. This is the core of Skalor's clearing house. Learn more
Settlement Networks
| Network | Token | Type | Status |
|---|---|---|---|
| Tempo Moderato | PathUSD | A2A (agent-to-agent) | LIVE |
| Solana | USDC | B2B (enterprise) | COMING SOON |
| Base L2 | USDC (ERC-20) | B2B (enterprise) | COMING SOON |
Ready to start?
Pick a quickstart guide and have your first agent payment running in minutes.