{
  "name": "DOCsafe AI Agent",
  "description": "Answers questions about DOCsafe AI — the free, browser-only tool that redacts sensitive details from documents before they are shared with AI chats, then restores them locally. A product of TeamLaw.ai (ColumnSeven LLC).",
  "url": "https://docsafeai.com/",
  "version": "1.0.0",
  "provider": {
    "organization": "TeamLaw.ai (ColumnSeven LLC)"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {
    "none": {
      "type": "none",
      "description": "Read-only public information requires no auth."
    }
  },
  "security": [
    {
      "none": []
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "get-info",
      "name": "Get product information",
      "description": "Returns what DOCsafe AI does, what it redacts (names, emails, phone numbers, addresses, amounts, account numbers, dates), its browser-only privacy model, and how restore works. See https://docsafeai.com/llms.txt for a curated content map.",
      "tags": [
        "info",
        "privacy",
        "redaction"
      ],
      "examples": [
        "What is DOCsafe AI?",
        "What kinds of sensitive data does DOCsafe AI redact?",
        "Does DOCsafe AI send my documents to a server?"
      ]
    }
  ]
}
