{
  "name": "SeenPDF",
  "version": "1.2.0",
  "description": "AI-ready PDF converter and sharing platform. Convert DOC/DOCX to PDF, generate shareable links, and track document views. Supports human OAuth login and autonomous x402 crypto payments for agents.",
  "url": "https://api.seenpdf.com/a2a",
  "provider": {
    "organization": "SeenPDF",
    "url": "https://seenpdf.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://api.seenpdf.com/a2a",
      "transport": "jsonrpc",
      "protocolVersion": "0.3.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["Bearer", "x402"]
  },
  "defaultInputModes": ["text/plain", "application/json", "multipart/form-data"],
  "defaultOutputModes": ["application/json", "application/pdf"],
  "skills": [
    {
      "id": "upload-document",
      "name": "Upload Document",
      "description": "Upload and convert DOC, DOCX, or PDF files to a shareable PDF link. Supports x402 autonomous payments for AI agents.",
      "tags": ["pdf", "conversion", "upload", "x402"],
      "inputModes": ["multipart/form-data"],
      "outputModes": ["application/json"]
    },
    {
      "id": "get-document",
      "name": "Get Document",
      "description": "Retrieve document metadata, view statistics, and access PDF content by document ID.",
      "tags": ["pdf", "metadata", "analytics"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json", "application/pdf"]
    },
    {
      "id": "track-views",
      "name": "Track Views",
      "description": "Record and retrieve view analytics for shared PDF documents including timestamps and viewer information.",
      "tags": ["analytics", "tracking"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ]
}
