{
  "name": "naxytra machine discovery agent",
  "description": "Public A2A agent card for the naxytra machine stack. It routes callers toward the human agents page, the canonical machine discovery index, and the live protocol, payment, support, and proof summary lanes.",
  "url": "https://xytara.onrender.com/v1/a2a",
  "version": "3.0.1",
  "provider": {
    "name": "naxytra",
    "url": "https://www.naxytra.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "machine_discovery_index",
      "name": "Machine discovery index",
      "description": "Routes callers to the canonical public discovery index and summary surfaces.",
      "tags": [
        "discovery",
        "registry",
        "agents"
      ],
      "examples": [
        "show me the public machine entry",
        "list the live summary lanes"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "protocol_routing",
      "name": "Protocol routing",
      "description": "Highlights the live protocol lanes for MCP, A2A, A2C, ACP, and adjacent bridge surfaces.",
      "tags": [
        "protocols",
        "mcp",
        "a2a",
        "a2c",
        "acp"
      ],
      "examples": [
        "which protocol lane should I use?",
        "show the A2A and MCP entry points"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "payment_and_execution_surfaces",
      "name": "Payment and execution surfaces",
      "description": "Surfaces x402, L402, BOLT, credits, hosted checkout, and execution entry references.",
      "tags": [
        "payments",
        "x402",
        "l402",
        "bolt",
        "execution"
      ],
      "examples": [
        "what is the payment lane?",
        "show the execution and settlement references"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "proof_and_verification_surfaces",
      "name": "Proof and verification surfaces",
      "description": "Surfaces verification, proof followthrough, and trust portability references.",
      "tags": [
        "proof",
        "verification",
        "trust",
        "followthrough"
      ],
      "examples": [
        "where are the proof summary refs?",
        "show the verification services"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false,
  "metadata": {
    "website": "https://www.naxytra.com/agents",
    "documentation": "https://www.naxytra.com/v1/agent-discovery-index/summary",
    "mcp_remote_url": "https://xytara-mcp-executor.onrender.com/mcp"
  }
}