4278 5678 9012 3456
Agent
∞ / ∞
$ how it works
One card stack: currency, account, rules, authorization, and rail policy.
> 01 • Currency
> 02 • Account
> 03 • Rule
4278 5678 9012 3456
Agent
∞ / ∞
SYS.PROGRAMMABLE_CURRENCYUse stablecoin balances to fund agent cards 24/7.
SYS.PROGRAMMABLE_ACCOUNTSAgent card funds stay isolated from your bank.
SYS.PROGRAMMABLE_RULESSet amount, merchant, TTL, and card scope for every payment.
$ agent payment runtimeA sample agent flow:
Request, scope, authorize, and return a receipt.
Agent identifies amount, merchant, and purchase reason.
KleePay applies merchant and spend limits without exposing card details.
Local authorization approves every agent-initiated transaction.
Buy $48 of dataset credits for this build. Use KleePay anddo not expose card details.
$kleepay pay --merchant datasets.io --amount 48 --scope one-task
>reading request and creating scoped payment...
+kleepay.intent.create merchant=datasets.io limit=$48 ok
+kleepay.policy.check scope=merchant+amount authorization=local ok
>awaiting local authorization
+kleepay.card.issue single_use=true cvv=hidden ok
+merchant.charge network=visa result=paid paid
✓receipt returned · card scope revoked
Works anywhere Visa is accepted.
Agent gets a payment receipt, not card details.
Rules expire after TTL, amount, or merchant boundary.
$ agent use casesComposable payment skills your agents can call on demand.
STATUSSYS.AUTO_REFILLSRefills before stock runs low;
}_
SYS.SUBSCRIPTION_MONITORCancels forgotten subscriptions;
}_
SYS.HANDSFREE_CHECKOUTPays across multiple tasks without card exposure;
}_
SYS.GLOBAL_CHECKOUTFinds the best Visa checkout and FX route;
}_
SYS.SMART_BUNDLINGBundles purchases for the best total price;
}_
SYS.SMART_PRICE_COMPARISONCompares prices before every checkout;
}_
$ agent security
Three independent layers of defense. Your money moves only by your rules.
SYS.AGENT_BLINDAgents never hold PCI credentials.
SYS.LOCAL_AUTHORIZATIONYour infrastructure authorizes. We hold no private keys.
SYS.RAIL_GUARDNetwork rules enforce transaction scope.