Skip to content
Back to Ace site agent

Card snapshot

ace-bl.tech · 2026-09-17 11:12:07 UTC · 87bff644d6d01d6b8a5649a5ea41ca0964de5f23dc9cfd5064a7be4110e1985b

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": "Ace site agent",
  "version": "2026.09.16.4",
  "description": "Discover Ace, search its public pages and read them through the same public tools used by its MCP server. Synchronous, stateless requests; no model-generated replies or delegated payments.",
  "provider": {
    "organization": "Ace",
    "url": "https://ace-bl.tech"
  },
  "documentationUrl": "https://ace-bl.tech/agent/connect.md",
  "supportedInterfaces": [
    {
      "url": "https://ace-bl.tech/agent/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "site_info",
      "name": "site info",
      "description": "What Ace (ace-bl.tech) is, with links to its sitemap, docs, contact and every discovery document.",
      "tags": [
        "discovery",
        "public-site"
      ],
      "examples": [
        "{\"skill\":\"site_info\",\"arguments\":{}}"
      ]
    },
    {
      "id": "search_pages",
      "name": "search pages",
      "description": "Find pages on ace-bl.tech by words in their URL path (sitemap search). Returns URLs with a match score.",
      "tags": [
        "discovery",
        "public-site"
      ],
      "examples": [
        "{\"skill\":\"search_pages\",\"arguments\":{\"query\":\"pricing\"}}"
      ]
    },
    {
      "id": "read_page",
      "name": "read page",
      "description": "Read one https://ace-bl.tech page as Markdown (Cloudflare Markdown for Agents) or stripped text, up to 40,000 characters.",
      "tags": [
        "discovery",
        "public-site"
      ],
      "examples": [
        "{\"skill\":\"read_page\",\"arguments\":{\"url\":\"https://ace-bl.tech/\"}}"
      ]
    },
    {
      "id": "list_products",
      "name": "list products",
      "description": "Everything an agent can buy from Ace, with Stripe-verified prices, billing terms, delivery and live availability.",
      "tags": [
        "discovery",
        "public-site"
      ],
      "examples": [
        "{\"skill\":\"list_products\",\"arguments\":{}}"
      ]
    }
  ]
}