Documentation Index
Fetch the complete documentation index at: https://conto.finance/docs/llms.txt
Use this file to discover all available pages before exploring further.
Card Management
This guide walks through connecting payment cards in the Conto dashboard, assigning them to agents, and enforcing spend policies.Issuing new cards directly through Conto is not yet generally available. Today, you can connect any existing card manually and enforce the full policy engine on it.
Prerequisites
- A Conto organization with at least one agent
Connecting a Card
Enter Card Details
The Manual provider is selected by default. Fill in:
- Card name - A descriptive name (e.g., “Marketing Agent Card”)
- Last 4 digits - The last 4 digits of the card number
- Brand - Visa, Mastercard, Amex, or Other
- Card type - Virtual or Physical
- Daily limit - Maximum daily spend (default: $1,000)
- Per-transaction limit - Maximum per charge (default: $500)
Additional providers shown in the list and marked as Coming Soon will allow you to issue new cards directly through Conto when generally available.
Assigning Cards to Agents
Each card can be assigned to one or more agents with independent spend controls.Select Agent
Choose an active agent from the dropdown. Agents already linked to this card are filtered out.
Set Agent Limits
Configure per-agent spending controls:
Agent limits cannot exceed the card’s own limits.
| Setting | Default | Description |
|---|---|---|
| Per-transaction | $250 | Max amount per charge |
| Daily | $500 | Max daily spend |
| Weekly | (optional) | Max weekly spend |
| Monthly | (optional) | Max monthly spend |
Linking Policies
Beyond field-based limits, you can link named policies to cards for advanced rule enforcement.Example: Geographic + MCC Policy
Create a policy with these rules, then link it to a card:Card Lifecycle
| Action | Dashboard | API |
|---|---|---|
| Pause | Menu > Pause Card | PATCH /api/cards/{id}/state |
| Resume | Menu > Resume Card | PATCH /api/cards/{id}/state |
| Cancel | Menu > Cancel Card | PATCH /api/cards/{id}/state |
Monitoring
The card detail page shows:- Spend stats - Spent today, per-tx limit, weekly/monthly limits
- Linked agents - Each agent’s individual limits and status
- Policies - Linked policies with rule badges
- Transactions - Recent card transactions with merchant details and status
Next Steps
Card Payments API
Full API reference for card operations
Policy Overview
Learn about the policy engine
Securing Agents
Security best practices
Policy Testing
Test policies before deployment