KleePay Docs
KleePay connects AI agents to scoped card payments without exposing unrestricted card credentials. Agents can inspect safe card metadata, move funds when authorized, and create locally signed payment authorizations for specific payment intents.
Start from the KleePay web app, or create an account if you do not have one yet.
The big picture
KleePay separates two very different ways to pay — an AI agent buying online for you, and a person (or, soon, a robot) tapping in person — and secures each the right way.
How an agent pays online
Your agent never holds a chargeable card. It asks klw — the KleePay Local Wallet on the same device — to sign a scoped authorization: an amount range, one merchant, a short time window. The agent then places the order at the merchant's checkout, and when the merchant charges the card, KleePay compares the charge against your active authorizations and approves it only on a full match. Anything else — wrong amount, wrong merchant, too late, or a charge you never authorized at all — is declined.
Paying in person — today your phone, tomorrow a robot
Add the same card to Apple Pay or Google Wallet and tap at a physical terminal: it behaves like any normal debit card, with no authorization step. What protects that path is what protects Apple Pay itself — the device's secure chip holds a device-specific token, never your real card number, and produces a fresh one-time cryptographic proof for every tap. And because that chip is smartwatch-class hardware, the same card is designed to extend to robots: a payment chip on board lets a robot tap to pay under the same account, limits, and audit trail.
What is documented here
- setting up
klw(KleePay Local Wallet) and the local signer daemon - understanding Devices and setup-command lifecycle
- connecting MCP-compatible agents to KleePay
- using the local HTTP API at
http://127.0.0.1:7723 - creating scoped, recurring, and verification authorizations
- managing card and wallet operations through safe local tools
- mapping agent actions to current frontdesk surfaces such as Activity, Balance, and Cards (plus statement PDF export)
Current coverage
These docs cover the current developer-facing KleePay flow: device connection, local signer setup, MCP tools, local HTTP fallback, scoped authorizations, and the frontdesk product concepts an agent needs to reason about payments safely.