Card snapshot
api.hilt.so
·
2026-07-23 04:28:49 UTC
·
59ebecdd1c88349285c327c23183e8e6300240783158a602b8f11a5cd536b9f9
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: x402 V2 paid requests with Solana USDC settlement, atomic metered usage, durable entitlements, receipts, signed webhooks, subscription state, sandbox bootstrap, and live API-plan activation.",
"protocolVersion": "0.3.0",
"version": "1.1.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
},
"securitySchemes": {},
"security": [],
"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": "activate_hilt_api_plan",
"name": "Activate Hilt Pay API",
"description": "Discover Starter, Growth, and Scale x402 V2 activation tools paid in Solana USDC with automatic entitlement and key delivery.",
"tags": [
"payments",
"entitlements",
"receipts",
"api"
],
"examples": [
"{\"action\":\"activate_plan\",\"input\":{}}"
]
},
{
"id": "build_metered_hilt_endpoint",
"name": "Build a metered Hilt endpoint",
"description": "Implement consume, HTTP 402 PAYMENT-REQUIRED, paid retry settlement, atomic consumption, and serve using the Hilt Pay API V2 contract.",
"tags": [
"x402 V2",
"metered usage",
"PAYMENT-SIGNATURE",
"Solana USDC"
],
"examples": [
"How should my agent API settle and consume one paid request?"
]
}
]
}