{
  "$schema": "https://a2a.dev/schema/agent.json",
  "protocol": "agent-to-agent",
  "protocol_version": "0.2",
  "name": "AIPC Discovery Agent",
  "description": "Agent-callable interface to the AIPC.computer Discovery Layer — search, rank, compare, and route to purchase across 171+ verified AI PCs and AI hardware.",
  "url": "https://aipc.computer",
  "provider": {
    "organization": "AIPC.computer",
    "url": "https://aipc.computer",
    "contact": "partners@aipc.computer"
  },
  "version": "1.0.0",
  "documentation_url": "https://aipc.computer/agent-protocol",
  "default_input_modes": ["text/plain", "application/json"],
  "default_output_modes": ["application/json", "text/markdown"],
  "capabilities": {
    "streaming": false,
    "push_notifications": false,
    "state_transition_history": false,
    "agent_to_agent": true,
    "structured_catalog": true,
    "privacy_verified_filter": true
  },
  "skills": [
    {
      "id": "search_ai_pcs",
      "name": "Search AI PCs",
      "description": "Search the catalog of 171+ verified AI PCs by brand, chip, NPU TOPS, price, category, or privacy tier.",
      "tags": ["search", "discovery", "catalog"],
      "input_modes": ["text/plain", "application/json"],
      "output_modes": ["application/json"]
    },
    {
      "id": "get_top_ranked",
      "name": "Get Top 5 Ranked",
      "description": "Return the editorial Top 5 in any of 6 categories: laptops, desktops, workstations, mini-pcs, gaming, tablets.",
      "tags": ["ranking", "top5", "editorial"],
      "input_modes": ["application/json"],
      "output_modes": ["application/json"]
    },
    {
      "id": "compare_machines",
      "name": "Compare Machines",
      "description": "Side-by-side comparison of up to 4 AI PCs by spec, price, NPU performance, and privacy score.",
      "tags": ["compare", "specs"],
      "input_modes": ["application/json"],
      "output_modes": ["application/json"]
    },
    {
      "id": "privacy_verified",
      "name": "Privacy-Verified Filter",
      "description": "Return machines with hardware-level privacy: secure enclave, NPU kill-switch, hardware webcam shutter, mic mute, TPM 2.0+, Pluton, on-device-only AI.",
      "tags": ["privacy", "security", "hardware"],
      "input_modes": ["application/json"],
      "output_modes": ["application/json"]
    },
    {
      "id": "route_to_purchase",
      "name": "Route to Purchase",
      "description": "Return the official affiliate URL for a given product so the agent can hand off to a human or transactional agent.",
      "tags": ["affiliate", "purchase", "redirect"],
      "input_modes": ["application/json"],
      "output_modes": ["application/json"]
    },
    {
      "id": "intent_mandate",
      "name": "AP2 Intent Mandate",
      "description": "Submit a signed pre-authorization (Agentic Purchase Protocol) so the agent can place verified items in the user's cart.",
      "tags": ["ap2", "checkout", "mandate", "agentic-commerce"],
      "input_modes": ["application/json"],
      "output_modes": ["application/json"]
    },
    {
      "id": "ollama_score",
      "name": "Local LLM Benchmark",
      "description": "Return tokens/sec for Llama 3 8B, Mistral 7B, Phi-3 Mini — fully offline / air-gapped.",
      "tags": ["local-llm", "benchmark", "ollama", "air-gapped"],
      "input_modes": ["application/json"],
      "output_modes": ["application/json"]
    }
  ],
  "endpoints": {
    "catalog": "https://aipc.computer/api/a2a/catalog.json",
    "capabilities": "https://aipc.computer/api/a2a/capabilities.json",
    "discovery": "https://aipc.computer/.well-known/ai-commerce.json",
    "plugin_manifest": "https://aipc.computer/.well-known/ai-plugin.json",
    "markdown_index": "https://aipc.computer/llms-pcs.md",
    "intent_mandate": "https://aipc.computer/intent-mandate"
  },
  "supported_agents": [
    "ChatGPT Agent",
    "Google Gemini",
    "Microsoft Copilot",
    "Perplexity",
    "Claude",
    "Apple Intelligence",
    "Amazon Rufus"
  ],
  "last_updated": "2026-04-23T00:00:00Z"
}
