Skip to content
Back to Eco Docs

Card snapshot

docs.eco.com · 2026-06-30 11:23:34 UTC · 362c09cea70cf03bb528d96dcac96d1e93f69b67c7957646171f2e8306b67a8f

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 payments; integrating deposit addresses that auto-route funds; building solvers that fulfill intents; or implementing treasury rebalancing and settlement workflows. Agents should reach for this skill when users need to move stablecoins across chains, accept deposits on any chain and settle to a preferred destination, or operate as a solver in the intent network.",
      "tags": [],
      "url": "https://docs.eco.com/.well-known/agent-skills/ecoinc/skill.md"
    }
  ]
}