# Privacy Developer API Documentation > The Privacy developer API provides a predictable and programmatic interface to create and configure virtual cards. Get real-time payment data, programmatically issue cards, configure card permissions, and set spending limits all through the API. Append .md to any documentation page URL to get its markdown version. ## Guides - [Getting Started](https://developers.privacy.com/docs/getting-started.md) - [MCP Server](https://developers.privacy.com/docs/mcp-server.md): Connect AI agents to the Privacy API using the Model Context Protocol - [Privacy CLI](https://developers.privacy.com/docs/privacy-cli.md): The Privacy CLI helps you create and manage your Privacy Virtual Cards directly from the terminal. - [Cards](https://developers.privacy.com/docs/cards.md): Learn how to create, update, manage, and reissue cards. Both virtual cards and digital wallet cards are supported. - [Funding Sources](https://developers.privacy.com/docs/funding-sources.md): Learn how to make funds available to your cards. - [Transactions](https://developers.privacy.com/docs/transactions.md): Learn more about transactions. - [Transaction Webhooks](https://developers.privacy.com/docs/transaction-webhooks.md): Learn about transaction webhooks. ## API Reference - [List cards](https://developers.privacy.com/reference/get_cards-1.md): List cards. - [Create card](https://developers.privacy.com/reference/post_cards-1.md): Create a new virtual card. - [Get card](https://developers.privacy.com/reference/get_cards-card-token-1.md): Get card configuration such as spend limit and state. - [Update card](https://developers.privacy.com/reference/patch_cards-card-token-1.md): Update the specified properties of the card. Unsupplied properties will remain unchanged. *Note: setting a card to a `CLOSED` state is a final action that cannot be undone.* - [Share card](https://developers.privacy.com/reference/post_cards-card-token-share.md): Share a card securely with another person via email. The recipient will receive an email with a secure link to view the card details (PAN, CVV, expiration date). The shared card link expires after a set period for security. This feature requires a subscription. - [List funding sources](https://developers.privacy.com/reference/get_funding-sources-1.md): List all the funding sources associated with the Privacy account. - [List transactions](https://developers.privacy.com/reference/get_transactions-1.md): List transactions. - [API status check](https://developers.privacy.com/reference/get_status-1.md)