✓ Verified
🛒 E-commerce
✓ Enhanced Data
Agent Card Provisioning
Provision virtual payment cards for AI agents on-demand.
- Rating
- 4 (149 reviews)
- Downloads
- 21,243 downloads
- Version
- 1.0.0
Overview
Provision virtual payment cards for AI agents on-demand.
Complete Documentation
View Source →
Agent Card Provisioning
Provision virtual payment cards for AI agents with built-in spending controls.
How It Works
- Agent requests card via payment intent
- Policy evaluates the request (amount, merchant, limits)
- Card issued if within policy OR approval required if over threshold
- Agent uses card for the specific purchase
- Transaction tracked and matched to intent
Creating a Card (Intent-Based)
Cards are provisioned through payment intents, not created directly:
text
proxy.intents.create
├── merchant: "Amazon"
├── amount: 49.99
├── description: "Office supplies"
└── category: "office_supplies" (optional)
If approved (auto or manual), a card is issued:
text
Response:
├── id: "int_abc123"
├── status: "pending" or "card_issued"
├── cardId: "card_xyz789"
└── message: "Card issued successfully"
Getting Card Details
Masked (for display)
text
proxy.cards.get { cardId: "card_xyz789" }
→ { last4: "4242", brand: "Visa", status: "active" }
Full Details (for payment)
text
proxy.cards.get_sensitive { cardId: "card_xyz789" }
→ {
pan: "4532015112830366",
cvv: "847",
expiryMonth: "03",
expiryYear: "2027",
billingAddress: {
line1: "123 Main St",
city: "New York",
state: "NY",
postalCode: "10001",
country: "US"
}
}
Card Controls (via Policy)
Policies define what cards can be used for:
| Control | Description |
|---|---|
| Spending limit | Max per transaction |
| Daily/monthly limits | Cumulative caps |
| Merchant categories | Allowed/blocked MCCs |
| Auto-approve threshold | Below = instant, above = human approval |
| Expiration | Card validity period |
Card Lifecycle
text
Intent Created
│
▼
┌─────────────┐
│ Policy │
│ Evaluation │
└──────┬──────┘
│
┌────┴────┐
▼ ▼
Auto Needs
Approve Approval
│ │
▼ ▼
Card [Human]
Issued │
│ │
◀─────────┘
│
▼
Card Used
│
▼
Transaction
Matched
│
▼
Card
Expired
Best Practices
- One intent per purchase - Creates audit trail
- Descriptive intent names - Helps reconciliation
- Set reasonable policies - Balance autonomy vs control
- Monitor transactions - Use
proxy.transactions.list_for_card
Security
- Cards are single-purpose (one intent = one card)
- Unused cards auto-expire
- Full PAN only via
get_sensitive(requires auth) - All transactions logged and reconciled
Installation
Terminal bash
openclaw install agent-card-provisioning
Copied!
💻Code Examples
└── message: "Card issued successfully"
-message-card-issued-successfully.txt
## Getting Card Details
### Masked (for display)}
-.txt
## Card Controls (via Policy)
Policies define what cards can be used for:
| Control | Description |
|---------|-------------|
| **Spending limit** | Max per transaction |
| **Daily/monthly limits** | Cumulative caps |
| **Merchant categories** | Allowed/blocked MCCs |
| **Auto-approve threshold** | Below = instant, above = human approval |
| **Expiration** | Card validity period |
## Card Lifecycleexample.txt
proxy.intents.create
├── merchant: "Amazon"
├── amount: 49.99
├── description: "Office supplies"
└── category: "office_supplies" (optional)example.txt
Response:
├── id: "int_abc123"
├── status: "pending" or "card_issued"
├── cardId: "card_xyz789"
└── message: "Card issued successfully"example.txt
proxy.cards.get_sensitive { cardId: "card_xyz789" }
→ {
pan: "4532015112830366",
cvv: "847",
expiryMonth: "03",
expiryYear: "2027",
billingAddress: {
line1: "123 Main St",
city: "New York",
state: "NY",
postalCode: "10001",
country: "US"
}
}example.txt
Intent Created
│
▼
┌─────────────┐
│ Policy │
│ Evaluation │
└──────┬──────┘
│
┌────┴────┐
▼ ▼
Auto Needs
Approve Approval
│ │
▼ ▼
Card [Human]
Issued │
│ │
◀─────────┘
│
▼
Card Used
│
▼
Transaction
Matched
│
▼
Card
ExpiredTags
#transportation
Quick Info
Category E-commerce
Model Claude 3.5
Complexity Multi-Agent
Author proxyhq
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install agent-card-provisioning
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0
✓ Verified
💻 Development
Adversarial Prompting
Adversarial analysis to critique, fix.
🧠 Claude-Ready
)}
★ 4.6 (372)
↓ 28,222
v1.0.0