Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Agentcard
## Docs
- [What is Agentcard](https://docs.agentcard.sh/get-started/what-is-agentcard.md): Agentcard gives AI agents a way to pay for things online, and an API that completes the purchase for them.
- [How it works](https://docs.agentcard.sh/get-started/how-it-works.md): How an Agentcard integration fits together, from the wallet to the money behind it.
- [Quickstart](https://docs.agentcard.sh/get-started/quickstart.md): Connect a test user, open the wallet, add a test card, and make a payment. Everything runs in sandbox.
- [How the wallet works](https://docs.agentcard.sh/wallet/how-the-wallet-works.md): Everything the Agentcard wallet handles for you, and the webhook that confirms each step.
- [Connect users](https://docs.agentcard.sh/wallet/connect-users.md): Authenticate your server, connect a user, and get the wallet link that opens their wallet.
- [Webhooks](https://docs.agentcard.sh/wallet/webhooks.md): How your server finds out what happened in the wallet: the envelope, the signature, and every event we send.
- [Choose your platform](https://docs.agentcard.sh/platforms/choose-your-platform.md): One wallet, five hosts. Pick where your product lives and follow one page.
- [Web](https://docs.agentcard.sh/platforms/web.md): Add the Agentcard wallet to any web app with a script tag and one call.
- [iOS (Swift)](https://docs.agentcard.sh/platforms/ios.md): Add the Agentcard wallet to your iOS app with the AgentcardWalletKit Swift package.
- [React Native](https://docs.agentcard.sh/platforms/react-native.md): Add the Agentcard wallet to your React Native app with @agentcard/wallet-react-native.
- [iMessage](https://docs.agentcard.sh/platforms/imessage.md): Give an iMessage agent a wallet by texting a link. Tapping it opens the wallet, nothing to install.
- [Hosted link](https://docs.agentcard.sh/platforms/hosted-link.md): No frontend? Create a wallet link and send the URL. We host the whole wallet.
- [Purchase API](https://docs.agentcard.sh/purchase/pur
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "Agentcard API",
"version": "2.0.0",
"description": "The Agentcard v2 API — connect your users and verify their identity from your own backend. Every call is authenticated with a platform access token minted from your `client_id` + `client_secret`."
},
"servers": [
{
"url": "https://api.agentcard.sh",
"description": "There is one base URL. Sandbox vs production is decided by the client credential you use, never by the