{
  "schema_version": "1.0",
  "name": "DeployHQ",
  "description": "Automated deployment platform for web applications. Deploy from GitHub, Bitbucket, and GitLab to any server with zero downtime.",
  "url": "https://www.deployhq.com",
  "provider": {
    "name": "DeployHQ (Krystal Hosting)",
    "url": "https://www.deployhq.com/about",
    "contact": "support@deployhq.com"
  },
  "capabilities": [
    {
      "name": "content_api",
      "description": "REST API for reading and managing support articles, deployment guides, git tutorials, and git commands",
      "endpoint": "https://www.deployhq.com/admin/llm/",
      "authentication": {
        "type": "bearer_token",
        "scopes": {
          "read": "Access published content",
          "write": "Create and update content"
        }
      },
      "rate_limit": {
        "requests_per_minute": 60,
        "requests_per_hour": 1000
      }
    },
    {
      "name": "markdown_content",
      "description": "All public pages serve Markdown content when requested with the Accept: text/markdown header",
      "usage": "Set Accept header to 'text/markdown' on any public page URL to receive clean Markdown instead of HTML"
    },
    {
      "name": "llms_txt",
      "description": "Machine-readable site index following the llms.txt specification",
      "endpoints": {
        "index": "https://www.deployhq.com/llms.txt",
        "full": "https://www.deployhq.com/llms-full.txt"
      }
    },
    {
      "name": "mcp_server",
      "description": "Model Context Protocol server for programmatic deployment management",
      "repository": "https://github.com/deployhq/deployhq-mcp-server",
      "protocol": "MCP (Model Context Protocol)"
    },
    {
      "name": "sitemap",
      "description": "XML sitemap with lastmod dates for all content",
      "endpoint": "https://www.deployhq.com/sitemap.xml"
    }
  ],
  "content_types": [
    {
      "type": "support_articles",
      "description": "Help documentation for using DeployHQ",
      "base_url": "https://www.deployhq.com/support/"
    },
    {
      "type": "deployment_guides",
      "description": "Step-by-step deployment guides for frameworks like Laravel, Rails, React, Next.js, etc.",
      "base_url": "https://www.deployhq.com/guides/"
    },
    {
      "type": "git_tutorials",
      "description": "Educational Git tutorials and command references",
      "base_url": "https://www.deployhq.com/git/"
    },
    {
      "type": "blog_posts",
      "description": "Product updates, deployment tips, and technical articles",
      "base_url": "https://www.deployhq.com/blog/"
    },
    {
      "type": "feature_pages",
      "description": "Detailed feature descriptions and integration documentation",
      "base_url": "https://www.deployhq.com/features/"
    },
    {
      "type": "comparison_pages",
      "description": "DeployHQ compared to alternatives like Jenkins, GitHub Actions, Buddy, etc.",
      "base_url": "https://www.deployhq.com/compare/"
    }
  ]
}
