Skalor is an agentic clearing house. A real-time control layer for AI agents. Detect fraud. Contain rogue agents. Audit every action and payment.
Skalor sits in front of any agent action — payments, API calls, transfers, decisions. Define risk policy in code. Every action is evaluated, logged, and either allowed or blocked, in single-digit milliseconds.
Native SDKs for TypeScript, Python, and Rust. Drop-in middleware for Express, Hono, FastAPI. Integrates with x402, internal APIs, and payment rails (Tempo testnet today, Canton coming soon).
import { skalor } from "@skalor/agent";const agent = skalor(({)policy: {dailyCap: "$1,000",perVendor: "$200",allowlist: ["api.openrouter.ai", "*.replicate.com"],velocity: { max: 10, window: "1m" },},rail: "tempo", // testnet today; mainnet & canton soon});// every agent action runs through risk policy firstawait agent.charge(({ vendor, amount }));
Agent commerce will be regulated. Agent fraud is already happening. Skalor is built for both: deterministic policy, signed audit trails, and a non-custodial model that risk teams can actually approve.
Early access is open to a small cohort of banks, insurers, and AI platforms running agents in production.