KLEEPAY®
CREATE YOUR CARD
Hong Kong
KleePay
01Home02Card03Automation04Developers05Agents06Enterprise
COMING SOON
CREATE YOUR CARD

Your money© your rules.

Programmable digital asset cards that let you control, automate, and scale your spending.

KleePayT
TOTAL BALANCE$2,847.50Digital wallet · 3 active cards
Monthly limit $2,500ON
OpenAI + AWS onlyON
Auto-pay · Claude API$20/MO
Monthly budget$1,620 of $2,500
Merchant ruleOpenAI + AWS only
Automated paymentClaude API · $20/mo
Spending policyApprovals over $500

The card is the interface.
The platform is the product.

Virtual cards in secondsIssue a card the moment you need one. Retire it just as fast.
One funding balanceFund your digital asset balance once. Spend from it across every card.
Global acceptancePay any online merchant. They just see an ordinary card.
Instant controlsFreeze, cap, or re-scope any card in real time.
A card for every jobSubscriptions, ads, automations. Budgets stay clean.

Turn your money into
programmable workflows

(01)

Set spending limits.

Hard caps per transaction, per day, per month. When the limit is reached the card pauses itself. No overdraft, no surprise, no morning-after statement.

rule → limit: $2,500/mo · hard cap

Monthly limit

Enforced at authorization

WITHIN LIMIT
$1,620 spent this monthlimit $2,500
Drag to change the monthly limit$2,500/mo
(02)

Create merchant rules.

Allowlists that make a card useless anywhere else. Your OpenAI card cannot buy shoes. A leaked number is a dead end, not an incident.

rule → allow: api.openai.com only

Merchant rules

Cards only work where you say

3 OF 4 ALLOWED
OOpenAIapi.openai.comAllowed
AAWSaws.amazon.comAllowed
FFigmafigma.comAllowed
MMeta Adsads.meta.comBlocked
(03)

Automate recurring payments.

Subscriptions renew inside their own schedule and amount. Pause one with a switch. Nothing renews that you did not schedule.

rule → recur: $20 monthly · day 1

Recurring payments

Subscriptions that pay themselves

ON SCHEDULE
CClaude APIMonthly · renews Aug 1$20
VVercel ProMonthly · renews Aug 3$20
GGitHub CopilotMonthly · renews Aug 12$4
Total automated$44/mo
(04)

Separate budgets for everything.

One balance, split into envelopes with their own ceilings. Tools, marketing, travel. Spend from one never leaks into another.

rule → budget: tools $300 · ads $1,000

Budgets

One balance, purpose-built envelopes

3 BUDGETS
Tools & SaaS remaining$116

Spending, as an endpoint.

Issue cards, attach policies, and authorize transactions with three calls. By default a card cannot be charged at all.

# Spin up a card with rules attached
curl -X POST https://api.kleepay.ai/v1/cards \
  -H "Authorization: Bearer kp_live_····" \
  -d '{
    "label": "Infra spending",
    "funding": "wallet",
    "policy": {
      "monthly_limit": 2500,
      "merchants": ["aws.amazon.com", "vercel.com"],
      "approval_over": 500
    }
  }'
POST /v1/cardsPOST /v1/authorizationsGET /v1/wallet
RESPONSE · 201
{ "status": "approved",
  "auth_id": "auth_x1z9" }
Every ruleEnforced at authorization
Agent runtimesMCP integrations built in
EXPLORE THE API

Built for how
you spend

PERSONAL

Subscriptions, tamed.

Manage subscriptions and daily expenses with caps that end bill surprises.

rule: subscriptions ≤ $120/mo
BUILDERS

One card per stack.

Domains, APIs, SaaS, hosting, and tools. Paid from one clean balance.

rule: allow api.* merchants only
TEAMS

No more shared cards.

Every teammate gets a controlled spending account with its own allowance.

rule: per-seat $500/mo · approvals over $200
AUTOMATION

Software that pays.

Let software execute payments inside rules you define. Nothing moves outside them.

rule: max $25/tx · 15-min authorizations
THE FUTURE OF SPENDING RUNS ON RULES