Card snapshot
nexez.app
·
2026-08-10 09:58:35 UTC
·
8140de7f2bdc46410c4370967d15d4cf573bf7ef6ac94e4212b5fa1ebac985df
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.
{
"protocolVersion": "0.3.0",
"name": "Nexez",
"description": "Agent-readable business offers with discovery, comparison, negotiation, checkout, booking, and attribution.",
"url": "https://nexez.app/api/v1",
"preferredTransport": "HTTP+JSON",
"provider": {
"organization": "Nexez",
"url": "https://nexez.ai/"
},
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": true
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"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": "Submit a proposal against a negotiable offer, poll the seller decision, and continue the thread to agreement.",
"tags": [
"commerce",
"negotiation"
],
"examples": [
"Offer $450 for the consulting package with a 10-day timeline."
]
},
{
"id": "checkout",
"name": "Checkout and booking handoff",
"description": "Start a checkout or booking for a listed offer and receive a durable order reference.",
"tags": [
"commerce",
"checkout",
"booking"
],
"examples": [
"Book the Discovery Call and send the confirmation link."
]
}
],
"documentationUrl": "https://nexez.app/llms.txt",
"additionalInterfaces": [
{
"transport": "mcp",
"url": "https://nexez.app/mcp"
},
{
"transport": "openapi",
"url": "https://nexez.app/openapi.json"
}
]
}