Skip to content
Back to Hilt Pay Agent Gateway

Card snapshot

api.hilt.so · 2026-07-16 01:16:57 UTC · cfdbeb798623cada63f19f027ffac787531b66a7d3a13a314250383ea6352930

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": "Hilt Pay Agent Gateway",
  "description": "Agent-readable access to Hilt Pay: Solana USDC and x402 payments, receipts, entitlements, signed webhooks, subscription state, sandbox bootstrap, and live API-plan activation.",
  "protocolVersion": "0.3.0",
  "version": "1.0.0",
  "url": "https://api.hilt.so/a2a/jsonrpc",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://api.hilt.so/a2a/jsonrpc",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Hilt",
    "url": "https://www.hilt.so"
  },
  "documentationUrl": "https://docs.hilt.so",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "discover_hilt_catalog",
      "name": "Discover Hilt Pay",
      "description": "Return canonical products, pricing, interfaces, and buying paths.",
      "tags": [
        "payments",
        "x402",
        "solana",
        "usdc",
        "catalog"
      ],
      "examples": [
        "Show me the Hilt Pay catalog",
        "{\"action\":\"pricing\",\"input\":{}}"
      ]
    },
    {
      "id": "bootstrap_hilt_sandbox",
      "name": "Bootstrap Hilt Sandbox",
      "description": "Create a free sandbox setup intent and scoped sandbox key.",
      "tags": [
        "sandbox",
        "bootstrap",
        "api-key"
      ],
      "examples": [
        "{\"action\":\"bootstrap\",\"input\":{\"agent_name\":\"My Agent\"}}"
      ]
    },
    {
      "id": "buy_hilt_readiness_scan",
      "name": "Buy Hilt x402 Readiness Scan",
      "description": "Discover the 15-USDC Solana x402 scan and its MCP or HTTP purchase route.",
      "tags": [
        "x402",
        "readiness",
        "solana",
        "usdc"
      ],
      "examples": [
        "{\"action\":\"readiness_scan\",\"input\":{}}"
      ]
    },
    {
      "id": "activate_hilt_api_plan",
      "name": "Activate Hilt Pay API",
      "description": "Discover Starter, Growth, and Scale Solana x402 activation tools with automatic entitlement and key delivery.",
      "tags": [
        "payments",
        "entitlements",
        "receipts",
        "api"
      ],
      "examples": [
        "{\"action\":\"activate_plan\",\"input\":{}}"
      ]
    }
  ]
}