llms.txt Content
# ShipStatic
> Static hosting on a global edge network. Deploy instantly — no account required. Claim to keep permanently.
The platform has two primitives: **deployments** (immutable file snapshots with instant preview URLs) and **domains** (pointers you repoint between deployments for instant rollbacks).
- Package: `@shipstatic/ship` (both CLI and SDK)
- MCP Server: `@shipstatic/mcp` (works without credentials)
- API: `https://api.shipstatic.com`
- Dashboard: `https://my.shipstatic.com`
- Docs: `https://docs.shipstatic.com`
## Agent Resources
- [Agent Resources](https://www.shipstatic.com/agents/): MCP server, CLI skill, SDK, REST API — everything agents need
- [MCP Server](https://www.npmjs.com/package/@shipstatic/mcp): `npx @shipstatic/mcp` — deploy from Claude Code, Cursor, Windsurf, VS Code
- [SKILL.md](https://www.shipstatic.com/SKILL.md): Agent skill instructions for CLI-based deployment
- [.well-known/mcp.json](https://www.shipstatic.com/.well-known/mcp.json): MCP server discovery
## Docs
- [Deployments](https://docs.shipstatic.com/deployments): Immutable file snapshots with unique IDs and instant preview URLs
- [Domains](https://docs.shipstatic.com/domains): Internal (`*.shipstatic.com`) or custom (`www.example.com`) — no apex domains
- [Tokens](https://docs.shipstatic.com/tokens): Single-use, time-limited deploy credentials
- [API Key](https://docs.shipstatic.com/api-key): Persistent credential (`ship-{64 hex}`), one per account
- [ship.json](https://docs.shipstatic.com/ship-json): Optional config for redirects, rewrites, headers, clean URLs
## Interfaces
- [Web](https://docs.shipstatic.com/web): Dashboard with drag-and-drop deploy and DNS setup wizard
- [CLI](https://docs.shipstatic.com/cli): `npm i -g @shipstatic/ship` — deploy from terminal
- [MCP](https://docs.shipstatic.com/mcp): `npx @shipstatic/mcp` — deploy from AI agents (Claude Code, Cursor, VS Code)
- [SDK](https://docs.shipstatic.com/sdk): `npm i @shipstatic/ship` — deplo