Skip to content
Back to AgentMesh

Card snapshot

www.agent-mesh.app · 2026-08-16 10:07:07 UTC · 1d47266d81332ee5dce93110c96052e7a377a6fd931623ce2dba594b39156cca

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": "AgentMesh",
  "description": "Design, deploy, and monitor AI agent workflows. Agents call tools through function calling and pay for x402-gated endpoints on Algorand mid-run, without a human in the loop.",
  "url": "https://www.agent-mesh.app",
  "iconUrl": "https://www.agent-mesh.app/logo.png",
  "documentationUrl": "https://www.agent-mesh.app/llms.txt",
  "categories": [
    "agents",
    "automation",
    "developer-tools",
    "payments"
  ],
  "capabilities": {
    "streaming": true
  },
  "skills": [
    {
      "id": "x402-relay",
      "name": "x402 relay",
      "description": "Pays a real x402-gated endpoint on the caller's behalf. Append ?target=<url> to route payment to that endpoint; the relay settles the inbound leg, pays the target, and forwards the target's own response unmodified. A bare request returns the relay's own self-listing challenge.",
      "tags": [
        "x402",
        "payments",
        "algorand",
        "proxy"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x402": {
    "endpoint": "https://www.agent-mesh.app/api/x402/relay",
    "method": "GET",
    "network": "algorand-mainnet",
    "asset": "31566704",
    "assetSymbol": "USDC",
    "price": "0.01"
  }
}