{
  "name": "Hyperfiles",
  "description": "Local-first AI session analysis. Processes coding chat history into effective context — entirely on the user's machine.",
  "url": "https://wrecktangle.ai",
  "protocolVersion": "0.2.5",
  "preferredTransport": "JSONRPC",
  "version": "1.0",
  "provider": {
    "organization": "Wrecktangle LLC",
    "url": "https://wrecktangle.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "supportedInterfaces": [
    "commerce"
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "agent-offer",
      "name": "Product Offer",
      "description": "Machine-readable offer with pricing, discount eligibility, and purchase flow for AI agents evaluating Hyperfiles on behalf of a user.",
      "uri": "https://wrecktangle.ai/api/agent-offer",
      "tags": [
        "pricing",
        "purchase",
        "discount"
      ]
    },
    {
      "id": "agent-install",
      "name": "Installation Spec",
      "description": "Step-by-step machine-readable installation specification for agents to purchase, install, configure, and verify Hyperfiles.",
      "uri": "https://wrecktangle.ai/agent-install.json",
      "tags": [
        "install",
        "setup",
        "configuration"
      ]
    },
    {
      "id": "validate-key",
      "name": "License Validation",
      "description": "Validate an hpd_* API key and check subscription status.",
      "uri": "https://wrecktangle.ai/api/validate-key",
      "tags": [
        "auth",
        "license",
        "validation"
      ]
    }
  ],
  "documentationUrl": "https://wrecktangle.ai/for-agents.html",
  "privacyPolicyUrl": "https://wrecktangle.ai/privacy",
  "termsOfServiceUrl": "https://wrecktangle.ai/terms"
}