# Delegare Docs ## Docs - [Agent-Native Setup](https://docs.delegare.dev/agent-native.md): How to get Delegare running by talking to your AI assistant, or if you ARE the agent. - [Get Delegate Balance](https://docs.delegare.dev/api-reference/mandates/balance.md): Retrieve the current spending balance of an active delegate. - [Create Setup Session](https://docs.delegare.dev/api-reference/mandates/create-session.md): Create a session to authorize a new Intent Mandate. - [Get Session](https://docs.delegare.dev/api-reference/mandates/get-session.md): Retrieve the status of a setup session. - [Revoke Delegate](https://docs.delegare.dev/api-reference/mandates/revoke.md): Revoke an active Intent Mandate, instantly preventing further charges. - [Get Merchant Stats](https://docs.delegare.dev/api-reference/merchants/stats.md): Retrieve aggregated statistics for your merchant account. - [List Transactions](https://docs.delegare.dev/api-reference/merchants/transactions.md): Retrieve a list of transactions across your merchant account. - [Charge a Delegate](https://docs.delegare.dev/api-reference/payments/charge.md): Executes a payment using a Intent Mandate token. - [Get Receipt](https://docs.delegare.dev/api-reference/payments/get-receipt.md): Retrieve a receipt for a processed payment transaction. - [Onchain Webhooks](https://docs.delegare.dev/api-reference/webhooks/onchain.md): Handle incoming webhooks for crypto settlement on Base. - [Stripe Webhooks](https://docs.delegare.dev/api-reference/webhooks/stripe.md): Handle incoming webhooks for fiat settlement. - [Dual-Rail Settlement](https://docs.delegare.dev/concepts/dual-rail-payments.md): How Delegare settles payments across Fiat and Crypto. - [Intent Mandates](https://docs.delegare.dev/concepts/intent-mandates.md): Understanding the core primitive of the AP2-compliant Delegare protocol. - [Security Model](https://docs.delegare.dev/concepts/security-model.md): How Delegare ensures safe, spend-limited payments for AI agents — architecture, threat model, and data handling. - [x402 Payments (Set-and-Forget)](https://docs.delegare.dev/concepts/x402-payments.md): How Delegare makes x402 protocol microtransactions seamless for AI agents. - [Testing & Sandboxing](https://docs.delegare.dev/development/testing.md): How to test your Delegare integration safely. - [Express Checkout Example](https://docs.delegare.dev/examples/express-checkout.md): A complete e-commerce mock using the Delegare SDK. - [Introduction](https://docs.delegare.dev/introduction.md): Trustless agent payment authorization for the AI economy. - [Quickstart](https://docs.delegare.dev/quickstart.md): Get your first Delegare payment working in 10 minutes. - [MCP Server & Tools](https://docs.delegare.dev/sdk-tools/mcp-tools.md): Powering AI agents with payment capabilities via Model Context Protocol. - [OpenClaw Plugin](https://docs.delegare.dev/sdk-tools/openclaw-plugin.md): Enable autonomous payments for your OpenClaw agents. - [Shopify Custom Payment App](https://docs.delegare.dev/sdk-tools/shopify-app.md): Accepting agent payments on Shopify via Delegare. - [Typescript SDK](https://docs.delegare.dev/sdk-tools/typescript-sdk.md): The official @delegare/sdk for Node.js and Browser. - [x402 Middleware](https://docs.delegare.dev/sdk-tools/x402-middleware.md): Gate your API routes behind USDC micropayments with a single line of Express middleware. ## OpenAPI Specs - [openapi](https://docs.delegare.dev/api-reference/openapi.json)