Skip to content
Back to Eco Docs

Card snapshot

docs.eco.com · 2026-06-26 01:42:09 UTC · 0ca0cbdd286c06a3523febe7a320c8288b67f374cb20b132d61cd8484a51f462

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": "Eco Docs",
  "url": "https://docs.eco.com/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.eco.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.eco.com/",
    "organization": "Eco Docs"
  },
  "documentationUrl": "https://docs.eco.com/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "ecoinc",
      "name": "Ecoinc",
      "description": "Use when building cross-chain stablecoin transfers, swaps, and settlement flows; integrating programmable deposit addresses; or implementing solver-based intent fulfillment. Agents should reach for this skill when working with Routes (intent-based transfers), Programmable Addresses (auto-routing deposits), or building solver infrastructure.",
      "tags": [],
      "url": "https://docs.eco.com/.well-known/agent-skills/ecoinc/skill.md"
    }
  ]
}