# Spacesheep > Spacesheep hosts single-file web pages — dashboards, reports, docs, small apps — at spacesheep.dev/@you/, with versions, sharing tiers, comments and reactions built in. AI agents publish to it through one remote MCP server; people and CI publish through the open-source CLI. ## Deploy from a terminal or CI (no agent) - Install nothing: `npx spacesheep login` then `npx spacesheep deploy ./dist` (a folder with index.html, or one .html file). Prints the URL. Run again to publish a new version. - GitHub Actions: add an API key from https://spacesheep.dev/settings as the SPACESHEEP_KEY secret, then `- uses: micmmakarov/spacesheep-cli@v1` with `dir: dist` and `key: ${{ secrets.SPACESHEEP_KEY }}`. - Source: https://github.com/micmmakarov/spacesheep-cli (MIT). npm package: spacesheep. ## Deploy from an AI assistant - Claude Code: `npx spacesheep-skill` installs the /sheep skill and connects the MCP server. - Claude.ai, ChatGPT, Grok, Cursor, Codex, Windsurf, Gemini CLI: connect the MCP server at https://mcp.spacesheep.dev/mcp (OAuth, or a Bearer API key). - Agent-readable setup for every client: https://spacesheep.dev/setup.md ## Docs - https://spacesheep.dev/docs — setup by client, MCP tools, access tiers, worker mode - https://spacesheep.dev/skill/sheep.md — the /sheep skill text - https://spacesheep.dev/changelog