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.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_platform_sites_slug | DELETE /v1/platform/sites/{slug} | 1 | DeleteProject deletes a project and takes its site off the internet. |
delete_v1_platform_sites_slug_domains_host | DELETE /v1/platform/sites/{slug}/domains/{host} | 2 | ReleaseDomain gives a custom hostname back, so the name is free to reuse. |
get_v1_platform_sites | GET /v1/platform/sites | 0 | ListProjects returns every project your org owns. |
get_v1_platform_sites_slug | GET /v1/platform/sites/{slug} | 1 | GetProject returns one project of yours by slug — its settings, its live URL and the deployment curr |
get_v1_platform_sites_slug_deployments | GET /v1/platform/sites/{slug}/deployments | 1 | ListDeployments returns a project's deploy history, newest version first. |
get_v1_platform_sites_slug_deployments_id | GET /v1/platform/sites/{slug}/deployments/{id} | 2 | GetDeployment returns one deployment of a project by id. |
get_v1_platform_sites_slug_domains | GET /v1/platform/sites/{slug}/domains | 1 | ListDomains returns every custom hostname this site holds: the live ones, plus any pending claim wit |
get_v1_platform_sites_slug_releases | GET /v1/platform/sites/{slug}/releases | 1 | ListReleases returns a site's releases newest-first, marking the active one — the rollback menu. |
patch_v1_platform_sites_slug | PATCH /v1/platform/sites/{slug} | 11 | UpdateProject changes a project's settings, and only the settings you send. |
post_v1_platform_sites | POST /v1/platform/sites | 9 | CreateProject creates a project — the handle a site is deployed and served under — and answers 201 w |
post_v1_platform_sites_slug_domains | POST /v1/platform/sites/{slug}/domains | 2 | BindDomains attaches one or more CUSTOM public hostnames to this org's site. |
post_v1_platform_sites_slug_domains_host_verify | POST /v1/platform/sites/{slug}/domains/{host}/verify | 2 | VerifyDomain checks the DNS challenge for a pending custom hostname and, when it passes, promotes th |
post_v1_platform_sites_slug_publish | POST /v1/platform/sites/{slug}/publish | 2 | PublishSite promotes a build output into a new release AND goes live with it — create+activate in on |
post_v1_platform_sites_slug_purge | POST /v1/platform/sites/{slug}/purge | 1 | PurgeProject flushes the site's edge cache without redeploying anything. |
post_v1_platform_sites_slug_releases | POST /v1/platform/sites/{slug}/releases | 2 | CreateRelease promotes a build output into a new immutable release WITHOUT serving it — the staged h |
post_v1_platform_sites_slug_releases_release_activate | POST /v1/platform/sites/{slug}/releases/{release}/activate | 2 | ActivateRelease points the site at an existing release — the go-live, and equally the ROLLBACK. |
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?