{
  "name": "llms.txt Generator",
  "description": "Generate deploy-ready llms.txt and llms-full.txt from a public URL. No signup. Emerging convention — not a citation guarantee.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://llmstxtgen.com/api/generate",
      "protocolBinding": "HTTP",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/markdown"],
  "skills": [
    {
      "id": "generate",
      "name": "Generate llms.txt",
      "description": "POST /api/generate with { \"url\": \"https://example.com\" } to receive llms.txt and llms-full.txt.",
      "tags": ["llms.txt", "content-map", "generator"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ],
  "documentationUrl": "https://llmstxtgen.com/AGENTS.md",
  "provider": {
    "organization": "llms.txt Generator",
    "url": "https://llmstxtgen.com/"
  }
}
