Early Access

Virtual Visa Cards
Built for AI Agents

Fund with USDT. Issue cards in seconds. Each card gets its own cryptographic agent key — your AI spends only within the rules you set.

Free during early access No subscription Pay only what you load
Instant card issuance Ed25519 agent keys Default-deny policies USDT funded Accepted worldwide

Ecosystem

Works with Any Local AI Agent

Connect via local MCP server, REST API, or SDK. Give any local AI agent secure spending power in minutes.

OpenClaw

Open-source AI assistant

247K stars

Claude Code

Anthropic CLI agent

Native MCP

Cursor

AI-powered IDE

MCP Support

Codex

OpenAI CLI agent

Native MCP

OpenCode

Open-source coding agent

MCP Support

Cline

VS Code AI agent

MCP Support

CrewAI

Multi-agent framework

Self-hosted

AutoGPT

Autonomous agent pioneer

167K stars

Connects via local MCP server or REST API — any agent running on your machine can integrate.

Platform

Built for Agent-Driven Commerce

A complete security layer between your AI agents and the financial system.

Instant Virtual Cards

Issue Visa cards via API. Ready in seconds — no waiting, no manual approval. Fund it and spend anywhere Visa is accepted.

Ed25519 Agent Keys

Each agent authenticates with its own keypair. Card-scoped keys ensure one agent can only access the cards you assign.

Default-Deny Policies

Every transaction must pass an authorization policy. Set amount limits, time windows, and merchant restrictions.

Stablecoin Funded

Deposit USDT directly. Funds convert instantly to card balance. No bank account or wire transfers needed.

Isolated Balances

Each card has its own balance. Limit exposure per agent, per task. Freeze or terminate any card instantly.

Developer-First API

Full REST API with TypeScript SDK. Create cards, manage balances, set policies — all programmatically.

Getting Started

Up and Running in Minutes

From signup to your first AI-powered transaction in four steps.

01

Create an Account & Fund It

Sign up, deposit USDT. Your wallet balance is ready to allocate to cards.

02

Issue a Virtual Card

Create a card via dashboard or API. Choose currency and initial balance. Issued in seconds with a real Visa number.

03

Generate Agent Key

Create an Ed25519 keypair scoped to specific cards. Hand the private key to your AI agent.

04

Set Policies & Go

Define spending rules: max amount, allowed merchant categories, time windows. Your agent can now transact safely.

Security

Security by Design

Traditional card platforms trust first, restrict later. KleePay denies by default.

Card-Scoped Agent Keys

Each agent gets an Ed25519 keypair that can only access assigned cards. A compromised key cannot touch other cards or withdraw funds.

scope: card
cards: ["card_8f3a...", "card_2b1c..."]
algo: Ed25519
can: read, reveal, transact
cannot: create cards, withdraw, access other cards

Authorization Policies

No policy attached to a card means no transaction goes through. Every spend must match at least one active policy.

max_amount: 50.00 USD
allowed_mcc: ["5411", "5812"]
valid_from: 2025-01-01T00:00:00Z
valid_to: 2025-01-31T23:59:59Z
mode: default-deny

Developers

Developer-First Integration

REST API, TypeScript SDK, and Ed25519 request signing — everything your agent needs.

REST API

Create cards, deposit funds, set policies, list transactions. Clean and predictable.

TypeScript SDK

Type-safe client with built-in Ed25519 request signing. Install and start issuing.

Request Signing

Every request signed with Ed25519. No shared secrets, no tokens to rotate.

agent.ts
import { KleePay } from "@kleepay/sdk";

const klee = new KleePay({
  privateKey: process.env.AGENT_PRIVATE_KEY,
});

// Create a card and fund it
const card = await klee.cards.create({
  currency: "USD",
  initial_deposit: 100,
  label: "Shopping Agent",
});

// Set spending rules
await klee.policies.create({
  card_id: card.id,
  max_amount: 50,
  allowed_mcc: ["5411", "5812"],
});

// Your agent can now spend — safely
console.log("Card ready:", card.last_four);

Comparison

Why KleePay?

Purpose-built for multi-agent architectures where security isolation matters.

FeatureKleePayOthers
Card-scoped agent keys
Ed25519 request signing
Default-deny authorization
MCC / amount / time policiesPartial
USDT stablecoin deposits
Multi-agent isolation
REST API + SDK
Instant card issuance

Ready to give your AI agents
spending power?

Join the waitlist to get early access. We'll onboard you as soon as a spot opens.

No credit card required · Free during early access