Skip to content
Back to Nexez

Card snapshot

nexez.app · 2026-09-01 10:53:06 UTC · 7ffbf287a2f2d2996b7fcc83987a716da9db90a53adc18cf2525283401c67c8c

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": "Nexez",
  "description": "Agent-readable business offers with discovery, comparison, negotiation, checkout, booking, and attribution.",
  "supportedInterfaces": [
    {
      "url": "https://nexez.app/api/v1/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Nexez",
    "url": "https://nexez.ai/"
  },
  "version": "1.1.0",
  "documentationUrl": "https://nexez.ai/developers",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "nexezApiKey": {
      "httpAuthSecurityScheme": {
        "description": "Nexez Pro API key created in the authenticated dashboard.",
        "scheme": "Bearer",
        "bearerFormat": "nxz_live_..."
      }
    }
  },
  "securityRequirements": [
    {
      "schemes": {
        "nexezApiKey": {
          "list": []
        }
      }
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "offer-discovery",
      "name": "Offer discovery",
      "description": "Search and compare agent-readable products and services across published Nexez storefronts.",
      "tags": [
        "commerce",
        "search",
        "catalog"
      ],
      "examples": [
        "Find dog grooming services in London under $100."
      ]
    },
    {
      "id": "negotiation",
      "name": "Price negotiation",
      "description": "Prepare a buyer proposal against a negotiable offer and return an approval-required action.",
      "tags": [
        "commerce",
        "negotiation",
        "approval"
      ],
      "examples": [
        "Offer $450 for the consulting package with a 10-day timeline."
      ]
    },
    {
      "id": "checkout",
      "name": "Checkout and booking handoff",
      "description": "Prepare a checkout or booking handoff while preserving Nexxi buyer approval boundaries.",
      "tags": [
        "commerce",
        "checkout",
        "booking",
        "approval"
      ],
      "examples": [
        "Book the Discovery Call and return the approval request."
      ]
    }
  ]
}