Give your agent virtual cards with spend limits

Scoped virtual cards with hard spend limits.

Read the launch post →
naïveVISA
•••• 4471
  • OpenAI−$48
  • Twilio−$3

Paste and ship

Drop this into Cursor, Claude Code, or any agent. It reads the skill manifest and wires up Cards for you.

Agent prompt

Read https://usenaive.ai/skill.md and use the Naïve Cards primitive in my project. Start with: naive cards create --name "Marketing" --spending-limit 5000

What you get

Spend limitsHard caps in cents, enforced at auth.
Reveal PANSecure reveal for checkout flows.
Per-user scopeforUser(id) for multi-tenant apps.
Audit trailEvery swipe logged centrally.

One call to cards

CLI, SDK, or REST — one bearer token, one credit balance.

POST /v1/cards

Cards

Issue virtual cards for agent spending with per-card limits, merchant controls, and real-time decline rules — one balance across every primitive.

Spend limits
Hard caps in cents, enforced at auth.
Reveal PAN
Secure reveal for checkout flows.
Per-user scope
forUser(id) for multi-tenant apps.
Audit trail
Every swipe logged centrally.
# Run with your API key exported
$ naive cards create --name "Marketing" --spending-limit 5000

Start building with Cards