Hanzo
Cloud MCPplatform

platform

16 MCP tools on the Hanzo cloud door that call the platform API.

The 16 tools tools/list names for platform. Each dispatches to an operation in the platform API reference.

ToolRouteArgumentsDescription
delete_v1_platform_sites_slugDELETE /v1/platform/sites/{slug}1DeleteProject deletes a project and takes its site off the internet.
delete_v1_platform_sites_slug_domains_hostDELETE /v1/platform/sites/{slug}/domains/{host}2ReleaseDomain gives a custom hostname back, so the name is free to reuse.
get_v1_platform_sitesGET /v1/platform/sites0ListProjects returns every project your org owns.
get_v1_platform_sites_slugGET /v1/platform/sites/{slug}1GetProject returns one project of yours by slug — its settings, its live URL and the deployment curr
get_v1_platform_sites_slug_deploymentsGET /v1/platform/sites/{slug}/deployments1ListDeployments returns a project's deploy history, newest version first.
get_v1_platform_sites_slug_deployments_idGET /v1/platform/sites/{slug}/deployments/{id}2GetDeployment returns one deployment of a project by id.
get_v1_platform_sites_slug_domainsGET /v1/platform/sites/{slug}/domains1ListDomains returns every custom hostname this site holds: the live ones, plus any pending claim wit
get_v1_platform_sites_slug_releasesGET /v1/platform/sites/{slug}/releases1ListReleases returns a site's releases newest-first, marking the active one — the rollback menu.
patch_v1_platform_sites_slugPATCH /v1/platform/sites/{slug}11UpdateProject changes a project's settings, and only the settings you send.
post_v1_platform_sitesPOST /v1/platform/sites9CreateProject creates a project — the handle a site is deployed and served under — and answers 201 w
post_v1_platform_sites_slug_domainsPOST /v1/platform/sites/{slug}/domains2BindDomains attaches one or more CUSTOM public hostnames to this org's site.
post_v1_platform_sites_slug_domains_host_verifyPOST /v1/platform/sites/{slug}/domains/{host}/verify2VerifyDomain checks the DNS challenge for a pending custom hostname and, when it passes, promotes th
post_v1_platform_sites_slug_publishPOST /v1/platform/sites/{slug}/publish2PublishSite promotes a build output into a new release AND goes live with it — create+activate in on
post_v1_platform_sites_slug_purgePOST /v1/platform/sites/{slug}/purge1PurgeProject flushes the site's edge cache without redeploying anything.
post_v1_platform_sites_slug_releasesPOST /v1/platform/sites/{slug}/releases2CreateRelease promotes a build output into a new immutable release WITHOUT serving it — the staged h
post_v1_platform_sites_slug_releases_release_activatePOST /v1/platform/sites/{slug}/releases/{release}/activate2ActivateRelease points the site at an existing release — the go-live, and equally the ROLLBACK.

All 834 tools · The door

Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).

How is this guide?