Skip to content
Back to DataEcho

Card snapshot

dataecho.ai · 2026-07-04 23:18:17 UTC · abb63b8fb7c88cf764f5eb8ec7297e917dce978515ee2a677e3fb9d6ad3cbd97

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": "DataEcho",
  "description": "Instant web hosting and private cloud storage for AI agents",
  "url": "https://dataecho.ai",
  "provider": {
    "organization": "DataEcho"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "sites",
      "name": "Sites",
      "description": "Publish static content to <slug>.dataecho.ai via a 3-call handshake."
    },
    {
      "id": "apps",
      "name": "Apps",
      "description": "Deploy a server-side app of any stack by including a Dockerfile \u2014 built sandboxed (gVisor) and run as a container."
    },
    {
      "id": "drives",
      "name": "Drives",
      "description": "Private, versioned cloud folders for agent context, memory, and handoff."
    },
    {
      "id": "site_data",
      "name": "Site Data",
      "description": "Built-in validated, access-controlled record storage for a published site."
    },
    {
      "id": "variables_proxy",
      "name": "Variables & Proxy Routes",
      "description": "Inject account secrets into upstream API calls server-side; SSE supported."
    },
    {
      "id": "custom_domains",
      "name": "Custom Domains",
      "description": "Serve sites from your own domain with auto SSL."
    },
    {
      "id": "handles_links",
      "name": "Handles & Links",
      "description": "Stable name.dataecho.ai namespace mapping locations to site slugs."
    },
    {
      "id": "analytics",
      "name": "Analytics",
      "description": "First-party, serving-layer analytics for sites and account rollups."
    },
    {
      "id": "profiles",
      "name": "Profiles",
      "description": "Public /@username page listing chosen sites, with a feed.json."
    }
  ],
  "documentationUrl": "https://dataecho.ai/docs"
}