{
  "name": "llms.txt Generator",
  "description": "Free tool that builds deploy-ready llms.txt and llms-full.txt from a public website URL. No signup. Emerging convention — not a citation guarantee.",
  "url": "https://llmstxtgen.com",
  "version": "1.0.0",
  "capabilities": ["generate-llms-txt"],
  "actions": [
    {
      "id": "generate",
      "name": "Generate llms.txt",
      "description": "POST a public website URL to /api/generate and receive spec-style llms.txt and llms-full.txt plus deploy instructions. Discovers up to 20 pages. Rate-limited.",
      "endpoint": "/api/generate",
      "method": "POST",
      "parameters": [
        {
          "name": "url",
          "type": "string",
          "description": "Public website URL to map",
          "required": true
        }
      ]
    }
  ]
}
