Cards
Create Card
Create a virtual card and hosted checkout session
POST
Creates a new virtual card and returns a hosted checkout URL for funding. The card becomes active after successful payment.
Optionally assign to an agent:
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Display name for the card |
spending_limit_cents | number | Yes | Initial funding amount in cents (e.g. 5000 = $50.00) |
provider | string | No | Card type: prepaid_gift (default — prepaid Visa, no cardholder, $150 max) or managed_virtual (Stripe Issuing, no cap, requires a cardholder) |
agent_id | string | No | Agent UUID to assign the card to |
CLI
MCP
Tool:naive_cards_create