Card snapshot
apimesh.xyz
·
2026-05-23 00:44:01 UTC
·
51a68312f1e8357a8a5753445b6fdfc31f36a0d81b9ea7064569d24e078e23a4
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": "APIMesh",
"description": "Pay-per-call API marketplace. 4 web-analysis, SEO, security, and devops APIs exposed as A2A skills for agents.",
"version": "1.0.0",
"protocolVersion": "1.0",
"provider": {
"organization": "APIMesh",
"url": "https://apimesh.xyz"
},
"iconUrl": "https://apimesh.xyz/favicon.ico",
"documentationUrl": "https://apimesh.xyz/openapi.json",
"supportedInterfaces": [
{
"url": "https://apimesh.xyz",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.1"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extendedAgentCard": false
},
"skills": [
{
"id": "agentcontext",
"name": "agentcontext",
"description": "Agentcontext \u2014 pay-per-call API on apimesh.xyz (price: $0.01 per call)",
"tags": [
"web-analysis",
"agentcontext"
],
"examples": [
"GET https://agentcontext.apimesh.xyz/check"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "agentsmd",
"name": "agentsmd",
"description": "Agentsmd \u2014 pay-per-call API on apimesh.xyz (price: $0.01 per call)",
"tags": [
"web-analysis",
"agentsmd"
],
"examples": [
"GET https://agentsmd.apimesh.xyz/check"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "sigdebug",
"name": "sigdebug",
"description": "Sigdebug \u2014 pay-per-call API on apimesh.xyz (price: $0.01 per call)",
"tags": [
"web-analysis",
"sigdebug"
],
"examples": [
"GET https://sigdebug.apimesh.xyz/check"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "stripesig",
"name": "stripesig",
"description": "Stripesig \u2014 pay-per-call API on apimesh.xyz (price: $0.01 per call)",
"tags": [
"devops",
"stripesig"
],
"examples": [
"GET https://stripesig.apimesh.xyz/check"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"securitySchemes": {
"x402": {
"type": "Payment",
"protocol": "x402",
"version": "1",
"networks": [
"base-mainnet"
],
"asset": "USDC",
"description": "Pay per request via x402 (HTTP 402 + WWW-Authenticate: Payment)."
},
"mpp": {
"type": "Payment",
"protocol": "mpp",
"version": "draft-ryan-httpauth-payment",
"description": "Pay per request via MPP (HTTP 402 + WWW-Authenticate: Payment)."
},
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "Authorization",
"description": "Bearer sk_live_\u2026 key purchased at /signup (Stripe).",
"x-purchase-url": "https://apimesh.xyz/signup"
}
},
"security": [
{
"x402": []
},
{
"mpp": []
},
{
"apiKey": []
}
],
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"generated_at": "2026-05-11T21:42:25.881Z"
}