{
  "schema_version": "v1",
  "name_for_human": "DeployHQ",
  "name_for_model": "deployhq",
  "description_for_human": "Automated deployment platform. Deploy code from Git repositories to servers with zero downtime.",
  "description_for_model": "DeployHQ is an automated deployment platform for web applications. Use this to find information about deploying code from GitHub, Bitbucket, and GitLab to servers via FTP, SFTP, SSH, S3, and more. DeployHQ supports build pipelines, zero-downtime deployments, deployment templates, integrations with Slack/Discord/Sentry/New Relic, and an AI assistant. The API at /admin/llm/ provides structured access to support articles, guides, git tutorials, and git commands (requires Bearer token authentication).",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer",
    "verification_tokens": {}
  },
  "api": {
    "type": "openapi",
    "url": "https://www.deployhq.com/openapi.json",
    "has_user_authentication": true
  },
  "logo_url": "https://www.deployhq.com/images/logos/deployhq-logo-512.png",
  "contact_email": "support@deployhq.com",
  "legal_info_url": "https://www.deployhq.com/terms",
  "endpoints": {
    "llms_txt": "https://www.deployhq.com/llms.txt",
    "llms_full_txt": "https://www.deployhq.com/llms-full.txt",
    "sitemap": "https://www.deployhq.com/sitemap.xml"
  },
  "capabilities": {
    "content_negotiation": {
      "markdown": {
        "description": "All public pages serve Markdown when requested with Accept: text/markdown header",
        "accept_header": "text/markdown"
      }
    },
    "structured_data": {
      "formats": ["JSON-LD", "schema.org"],
      "types": ["Article", "FAQPage", "BreadcrumbList", "SoftwareApplication", "WebSite", "Organization", "VideoObject"]
    },
    "mcp": {
      "description": "Model Context Protocol server for programmatic access to DeployHQ deployment management",
      "repository": "https://github.com/deployhq/deployhq-mcp-server"
    }
  }
}
