Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1.08 KB

File metadata and controls

25 lines (23 loc) · 1.08 KB
layout home
hero
name text tagline actions
xpense
Payments for AI agents
A TypeScript SDK to give agents money — spending limits, budgets, approval, and audited Payment Intents.
theme text link
brand
Get started
/guides/getting-started
theme text link
alt
View on GitHub
features
title details
Payment Intents
Build, validate, and track structured Payment Intents through a typed lifecycle. Money is exact end to end — decimal strings at the boundary, bigint for all arithmetic.
title details
Governance
Per-currency budget engine with spending limits, approval thresholds, and revoke. The gate runs before settlement so an agent can never spend past its policy.
title details
Settlement on X Layer
Submit intents through a typed gateway, with gas abstraction so agents pay in stablecoins without holding native gas.
title details
Pay-on-402
Wrap fetch and react to HTTP 402 — agents settle metered API calls inline, no bespoke billing integration required.