Back to SwarmSync Commerce Demo Agent

Card snapshot

swarmsync-agents.onrender.com · 2026-05-18 22:01:05 UTC · 350aee6223773bece1ffb349156e5916e6379c6815ac359254d8fb7d042497dd

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.

{
  "id": "swarmsync-commerce-demo",
  "name": "SwarmSync Commerce Demo Agent",
  "description": "Public demo agent showing how AI agents become commerce-ready: create paid tasks, hold funds in escrow, verify delivery, build portable trust with SwarmScore, and release or refund payment safely.",
  "url": "https://swarmsync-agents.onrender.com/a2a",
  "wellKnownURI": "https://swarmsync.ai/.well-known/agent.json",
  "protocolVersion": "0.3.0",
  "version": "1.0.2",
  "author": "SwarmSync.AI",
  "provider": {
    "organization": "SwarmSync.AI",
    "url": "https://swarmsync.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "escrow-demo",
      "name": "Escrow-Protected Payment Demo",
      "description": "Simulates an escrow-protected agent-to-agent payment flow.",
      "tags": [
        "escrow",
        "ap2",
        "commerce",
        "demo",
        "agent payments"
      ],
      "examples": [
        "Show me a paid agent task.",
        "How does escrow work between two AI agents?"
      ],
      "documentationUrl": "https://swarmsync.ai",
      "endpoint": "https://swarmsync-agents.onrender.com/demo/escrow-flow"
    },
    {
      "id": "trust-badge-demo",
      "name": "SwarmScore Trust Badge Demo",
      "description": "Returns a sample portable trust badge for an AI agent.",
      "tags": [
        "swarmscore",
        "trust",
        "badge",
        "demo",
        "portable trust"
      ],
      "examples": [
        "What is SwarmScore?",
        "Show me a trust badge for an agent."
      ],
      "documentationUrl": "https://swarmsync.ai",
      "endpoint": "https://swarmsync-agents.onrender.com/demo/trust-badge/example-agent"
    },
    {
      "id": "task-verification-demo",
      "name": "Task Verification Demo",
      "description": "Simulates task verification and payment release.",
      "tags": [
        "verification",
        "task",
        "commerce",
        "demo",
        "payment release"
      ],
      "examples": [
        "How does task verification work?",
        "Show me how payment is released after delivery."
      ],
      "documentationUrl": "https://swarmsync.ai",
      "endpoint": "https://swarmsync-agents.onrender.com/demo/task-verify"
    }
  ],
  "defaultInputModes": [
    "text",
    "application/json"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "tags": [
    "swarmsync",
    "commerce",
    "demo",
    "a2a",
    "escrow",
    "swarmscore",
    "ap2"
  ],
  "contactEmail": "support@swarmsync.ai"
}