Skip to content
Back to Nexez

Card snapshot

nexez.app · 2026-07-11 16:48:12 UTC · 72269a92efc49dbc4d87ef086bc0fd23b2b1599677a601a14d3dcd6ff9601ac8

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.

{
  "schema_version": "1.0",
  "name": "Nexez",
  "description": "Agent-readable business offers with discovery, comparison, negotiation, checkout, booking, and attribution.",
  "url": "https://nexez.ai/",
  "provider": {
    "name": "Nexez",
    "support_url": "https://nexez.ai/support",
    "terms_url": "https://nexez.ai/terms",
    "privacy_url": "https://nexez.ai/privacy"
  },
  "capabilities": {
    "offer_discovery": true,
    "structured_comparison": true,
    "checkout_handoff": true,
    "negotiation": true,
    "location_filtering": true
  },
  "offers": [
    {
      "name": "Nexez agent-ready storefront",
      "description": "Publish structured products and services that AI buyer agents can understand and act on.",
      "price": 0,
      "price_currency": "USD",
      "availability": "available",
      "action": {
        "type": "create_storefront",
        "url": "https://app.nexez.ai/create"
      }
    }
  ],
  "endpoints": {
    "search": "https://nexez.app/api/agent-search?q={buyer_query}",
    "catalog": "https://nexez.app/agent-pages.json",
    "llms": "https://nexez.app/llms.txt",
    "openapi": "https://nexez.app/openapi.json",
    "mcp": "https://nexez.app/.well-known/mcp.json"
  }
}