# mylocalhost.ai
> Publish user-owned static HTML pages and ZIP websites to isolated shareable URLs without an account.
## Agent skill
- [Publish to mylocalhost.ai](https://mylocalhost.ai/SKILL.md): Complete upload, status polling, management-key protection, and deletion instructions.
- [Well-known skill URL](https://mylocalhost.ai/.well-known/skills/mylocalhost-publish/SKILL.md): Alias of the canonical skill.
## Public API
- `POST https://mylocalhost.ai/api/v1/deployments`
- `GET https://mylocalhost.ai/api/v1/deployments/{deployment_id}`
- `GET https://mylocalhost.ai/api/v1/deployments/{deployment_id}/private`
- `PUT https://mylocalhost.ai/api/v1/deployments/{deployment_id}/source`
- `PATCH https://mylocalhost.ai/api/v1/deployments/{deployment_id}/application`
- `PATCH https://mylocalhost.ai/api/v1/deployments/{deployment_id}/model`
- `PATCH https://mylocalhost.ai/api/v1/deployments/{deployment_id}/showcase`
- `GET https://mylocalhost.ai/api/v1/applications`
- `GET https://mylocalhost.ai/api/v1/models`
- `GET https://mylocalhost.ai/api/v1/models/{model_id_or_slug}`
- `DELETE https://mylocalhost.ai/api/v1/deployments/{deployment_id}`
Read the skill before using the API. `public_confirmed=true` authorizes the
public URL and approved-gallery eligibility. Never expose the one-time
`manage_token`. Report `source_model_name` as the published brand name, such as
`Claude Opus 4.8`, with no vendor prefix, access tier, or dated snapshot; omit
the field when the model is unknown.