{
  "name": "AgentBuild",
  "version": "1.0",
  "updated": "2026-06-03",
  "description": "A platform that lets an AI agent register a domain, build a website, deploy it, and maintain it on behalf of a non-technical human.",
  "homepage": "https://www.agentbuild.it",
  "documentation": "https://www.agentbuild.it/for-agents",
  "status": "private-beta",
  "integrations": {
    "rest": {
      "base_url": "https://api.agentbuild.it",
      "auth": "bearer-api-key",
      "envelope": {
        "status": "success | error",
        "result": "object",
        "next_actions": "array of { description, command }"
      }
    },
    "mcp": {
      "package": "@agentbuild/mcp",
      "install": "npx -y @agentbuild/mcp",
      "clients": ["Claude Desktop", "Cursor", "ChatGPT", "any MCP-compatible runtime"]
    },
    "sdk": {
      "package": "@agentbuild/sdk",
      "language": "typescript"
    }
  },
  "mcp_tools": [
    "account_get",
    "account_update_contact",
    "asset_list",
    "asset_upload",
    "billing_checkout",
    "billing_portal",
    "billing_status",
    "content_create",
    "content_delete",
    "content_get",
    "content_list",
    "content_update",
    "discovery_start",
    "discovery_update",
    "dns_list",
    "dns_preset",
    "dns_set",
    "domain_add_custom",
    "domain_check",
    "domain_info",
    "domain_list",
    "domain_register",
    "domain_verify",
    "email_catchall",
    "email_forward",
    "email_setup",
    "email_verify",
    "feature_set",
    "form_submissions",
    "schema_get",
    "schema_preview",
    "schema_set",
    "schema_validate",
    "image_library",
    "image_search",
    "section_types",
    "site_analytics_summary",
    "site_build",
    "site_create",
    "site_delete",
    "site_deploy",
    "site_list",
    "site_publish",
    "site_rollback",
    "site_screenshot",
    "site_settings_get",
    "site_settings_update",
    "site_status",
    "site_validate",
    "support_escalate",
    "template_get",
    "template_list",
    "theme_get",
    "theme_presets",
    "theme_set",
    "tracking_add",
    "tracking_list",
    "tracking_remove",
    "update_and_deploy"
  ],
  "section_types": [
    "hero",
    "features",
    "pricing",
    "testimonials",
    "contact",
    "faq",
    "cta",
    "text",
    "content",
    "gallery",
    "embed",
    "blog-list",
    "team-members",
    "services",
    "hours",
    "portfolio",
    "stats",
    "logo-cloud",
    "awards",
    "menu-items",
    "products",
    "banner",
    "sticky-scroll",
    "page-header",
    "comparison-table",
    "bento-grid",
    "article-body",
    "ordering"
  ],
  "build_architecture": {
    "site_template": "Astro 5 + Tailwind 4 + CVA",
    "hosting": "Cloudflare Pages",
    "cdn": "Cloudflare global edge",
    "per_site_data": "Cloudflare D1",
    "per_site_assets": "Cloudflare R2"
  },
  "registrar": "name.com",
  "contact": {
    "waitlist": "https://www.agentbuild.it/waitlist",
    "developers": "https://www.agentbuild.it/for-agents"
  }
}
