# Proxy ## Docs - [Get an access event](https://docs.useproxy.ai/api-reference/access-events/get-an-access-event.md): Retrieve an access event by ID. - [List card access events](https://docs.useproxy.ai/api-reference/access-events/list-card-access-events.md): Retrieve access events (credential access grants) for a card. - [Request card access](https://docs.useproxy.ai/api-reference/access-events/request-card-access.md): Request access to card credentials. Returns granted/denied status based on policy evaluation. - [Create or register an agent](https://docs.useproxy.ai/api-reference/agents/create-or-register-an-agent.md): Create a new agent or register an existing one by externalId (idempotent by externalId). - [Delete an agent](https://docs.useproxy.ai/api-reference/agents/delete-an-agent.md): Soft-delete an agent. Sets status to disabled. - [Get an agent](https://docs.useproxy.ai/api-reference/agents/get-an-agent.md): Retrieve an agent by ID. - [List agents](https://docs.useproxy.ai/api-reference/agents/list-agents.md): Retrieve a paginated list of agents, optionally filtered by customer. - [Update an agent](https://docs.useproxy.ai/api-reference/agents/update-an-agent.md): Update agent details, status, limits, or policy. - [Authentication](https://docs.useproxy.ai/api-reference/authentication.md): Authenticate with the Proxy API - [Get customer balances](https://docs.useproxy.ai/api-reference/balances/get-customer-balances.md): Retrieve the balance information for a customer. - [Get funding instructions](https://docs.useproxy.ai/api-reference/balances/get-funding-instructions.md): Retrieve deposit address and instructions for funding a customer account. - [Close a card](https://docs.useproxy.ai/api-reference/cards/close-a-card.md): Cancel/close a card. The card will no longer be usable for transactions. - [Create a card](https://docs.useproxy.ai/api-reference/cards/create-a-card.md): Issue a new virtual or physical card for a customer. - [Freeze a card](https://docs.useproxy.ai/api-reference/cards/freeze-a-card.md): Temporarily freeze a card. The card cannot be used for transactions until unfrozen. - [Get a card](https://docs.useproxy.ai/api-reference/cards/get-a-card.md): Retrieve card details by ID. - [Get card details (PAN, CVV)](https://docs.useproxy.ai/api-reference/cards/get-card-details-pan-cvv.md): Retrieve sensitive card details (PAN, CVV) after policy evaluation. Requires intent if policy mandates it. - [Get card policy summary](https://docs.useproxy.ai/api-reference/cards/get-card-policy-summary.md): Retrieve the resolved policy, spend limits, TTL, and cooldown status for a card. - [List cards](https://docs.useproxy.ai/api-reference/cards/list-cards.md): Retrieve a paginated list of cards, optionally filtered by customer or agent. - [Replace a card](https://docs.useproxy.ai/api-reference/cards/replace-a-card.md): Replace a virtual card with new credentials (new PAN/CVV). - [Unfreeze a card](https://docs.useproxy.ai/api-reference/cards/unfreeze-a-card.md): Reactivate a frozen card. - [Update a card](https://docs.useproxy.ai/api-reference/cards/update-a-card.md): Update card status, limits, billing, or policy. - [Create a customer](https://docs.useproxy.ai/api-reference/customers/create-a-customer.md): Create a new customer record. - [Delete a customer](https://docs.useproxy.ai/api-reference/customers/delete-a-customer.md): Soft-delete a customer. Sets status to deleted. - [Get a customer](https://docs.useproxy.ai/api-reference/customers/get-a-customer.md): Retrieve a customer by ID. - [List customers](https://docs.useproxy.ai/api-reference/customers/list-customers.md): Retrieve a paginated list of all customers. - [Update a customer](https://docs.useproxy.ai/api-reference/customers/update-a-customer.md): Update customer details. - [Approve an intent](https://docs.useproxy.ai/api-reference/intents/approve-an-intent.md): Approve a pending_approval intent, allowing the associated transaction to proceed. - [Cancel an intent](https://docs.useproxy.ai/api-reference/intents/cancel-an-intent.md): Cancel/delete a pending intent. - [Create an intent](https://docs.useproxy.ai/api-reference/intents/create-an-intent.md): Declare an intent to spend before accessing card credentials. - [Get an intent](https://docs.useproxy.ai/api-reference/intents/get-an-intent.md): Retrieve an intent by ID. - [Get intent findings](https://docs.useproxy.ai/api-reference/intents/get-intent-findings.md): Retrieve policy findings/analysis for an intent. - [List card intents](https://docs.useproxy.ai/api-reference/intents/list-card-intents.md): Retrieve intents associated with a card. - [Reject an intent](https://docs.useproxy.ai/api-reference/intents/reject-an-intent.md): Reject a pending_approval intent. - [API Introduction](https://docs.useproxy.ai/api-reference/introduction.md): Overview of the Proxy API - [Create a KYC application](https://docs.useproxy.ai/api-reference/kyc/create-a-kyc-application.md): Submit a new KYC application for a customer. - [Get a KYC application](https://docs.useproxy.ai/api-reference/kyc/get-a-kyc-application.md): Retrieve a KYC application by ID. - [List KYC applications](https://docs.useproxy.ai/api-reference/kyc/list-kyc-applications.md): Retrieve KYC applications for a customer. - [Update a KYC application](https://docs.useproxy.ai/api-reference/kyc/update-a-kyc-application.md): Update a KYC application with additional information. - [Evaluate spend policy](https://docs.useproxy.ai/api-reference/spend/evaluate-spend-policy.md): Evaluate whether a proposed spend would be approved based on current policy rules. - [Get a dispute](https://docs.useproxy.ai/api-reference/transactions/get-a-dispute.md): Retrieve a dispute by ID. - [Get a transaction](https://docs.useproxy.ai/api-reference/transactions/get-a-transaction.md): Retrieve a transaction by ID. - [List disputes](https://docs.useproxy.ai/api-reference/transactions/list-disputes.md): Retrieve a list of disputes. - [List transactions](https://docs.useproxy.ai/api-reference/transactions/list-transactions.md): Retrieve a paginated list of transactions, optionally filtered by customer, agent, or card. - [Update a transaction](https://docs.useproxy.ai/api-reference/transactions/update-a-transaction.md): Update transaction memo. - [Create or update a webhook](https://docs.useproxy.ai/api-reference/webhooks/create-or-update-a-webhook.md): Create a new webhook subscription or update an existing one (if id is provided). - [Delete a webhook](https://docs.useproxy.ai/api-reference/webhooks/delete-a-webhook.md): Disable a webhook subscription. - [Get a webhook](https://docs.useproxy.ai/api-reference/webhooks/get-a-webhook.md): Retrieve a webhook subscription by ID. - [List webhook subscriptions](https://docs.useproxy.ai/api-reference/webhooks/list-webhook-subscriptions.md): Retrieve all configured webhook subscriptions. - [Agents](https://docs.useproxy.ai/concepts/agents.md): Autonomous actors that spend on behalf of customers - [Cards](https://docs.useproxy.ai/concepts/cards.md): Virtual spending instruments with policy controls - [Customers](https://docs.useproxy.ai/concepts/customers.md): The entity who owns funds and cards - [Disputes](https://docs.useproxy.ai/concepts/disputes.md): Contesting transactions and resolving chargebacks - [Intents](https://docs.useproxy.ai/concepts/intents.md): Pre-transaction declarations of planned purchases - [KYC](https://docs.useproxy.ai/concepts/kyc.md): Know Your Customer verification for card issuance - [Policies](https://docs.useproxy.ai/concepts/policies.md): Spending controls and approval rules for cards and agents - [Transactions](https://docs.useproxy.ai/concepts/transactions.md): Card spend events from authorization through settlement - [Webhooks](https://docs.useproxy.ai/concepts/webhooks.md): Real-time event notifications - [Introduction](https://docs.useproxy.ai/introduction.md): Virtual cards for AI agents - [MCP Overview](https://docs.useproxy.ai/mcp/introduction.md): Enable AI agents to manage Proxy cards through the Model Context Protocol - [MCP Quickstart](https://docs.useproxy.ai/mcp/quickstart.md): Set up the Proxy MCP server with Claude, Cursor, and other AI tools - [MCP Tools Reference](https://docs.useproxy.ai/mcp/tools.md): Complete documentation for all Proxy MCP tools - [Quickstart](https://docs.useproxy.ai/quickstart.md): Issue your first card in minutes ## OpenAPI Specs - [openapi](https://docs.useproxy.ai/openapi.json)