# SiteStakk > Agent-first static site hosting. Two API calls from zero to published site. You bring the HTML; SiteStakk handles domains, SSL, image optimisation, forms, analytics, and cookie consent automatically. No dashboard, no build step, no lock-in. ## Documentation - [Quick Start](https://app.sitestakk.com/resources/quickstart.md): Sign up and deploy a site in under 5 minutes - [Full Docs](https://app.sitestakk.com/resources/docs.md): Complete reference — API, CLI, MCP, sitestakk.toml config, and all features - [Agent Skill](https://app.sitestakk.com/resources/skill.md): Installable Claude Code skill for SiteStakk deployment ## API - [OpenAPI Specification](https://app.sitestakk.com/openapi.json): Machine-readable API spec (OpenAPI 3.0) - Base URL: `https://app.sitestakk.com/api/v1` - Auth: `Authorization: Bearer sk_live_...` - Sign up: `POST /api/v1/signup` — returns an API key immediately, no email gate - Deploy: `POST /api/v1/deploy` — send a `.tar.gz` archive; first deploy auto-creates the site ## MCP Server - SSE endpoint: `https://app.sitestakk.com/mcp/sse` - Add to Claude Desktop / Claude Code config as: `{"type": "sse", "url": "https://app.sitestakk.com/mcp/sse"}` - Available tools: `deploy_site`, `list_sites`, `get_site`, `delete_site`, `rollback_site`, `list_deployments`, `list_forms`, `get_submissions`, `get_analytics`, `get_site_analytics`, `get_docs`, `check_status` ## Key Facts - Free tier: 1 site, all features - Site config lives in `sitestakk.toml` — redeploy to change any setting - Custom domains, SSL, and www-redirects are automatic - Automatic image optimisation (JPEG/PNG → WebP), favicon generation, sitemap, and analytics — no config needed - Forms detected via `data-sitestakk="name"` attribute; submissions emailed to you