Back to pay

Card snapshot

pay-skill.com · 2026-05-18 15:35:56 UTC · 9e8366e471ed54fa05ef0d301b1577a73d1f2167607fec665d9ac596c95af08f

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "pay",
  "description": "USDC payment agent for AI systems on Base",
  "url": "https://pay-skill.com",
  "provider": {
    "organization": "pay-skill"
  },
  "version": "0.1.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "direct-payment",
      "name": "Direct Payment",
      "description": "Send one-shot USDC payment to any address"
    },
    {
      "id": "tab-management",
      "name": "Tab Management",
      "description": "Open, charge, close, and top-up pre-funded metered tabs"
    },
    {
      "id": "x402-request",
      "name": "x402 HTTP Request",
      "description": "Make HTTP requests with automatic 402 payment handling"
    },
    {
      "id": "discover",
      "name": "Service Discovery",
      "description": "Search for paid API services in the pay catalog"
    }
  ],
  "authentication": {
    "schemes": [
      "EIP-712"
    ]
  },
  "defaultInputMimeType": "application/json",
  "defaultOutputMimeType": "application/json"
}