Guide
Deploy from Grok Build
Terminal agent. Hosted MCP or npx novence. Live URL at https://{suffix}.novence.ai.
Connect MCP
Grok Build is xAI’s terminal coding agent (grok). It already has a shell, so npx novence deploy ./dist is enough. MCP is optional if you want the hosted tools in-session.
curl -fsSL https://x.ai/cli/install.sh | bash # optional MCP (no key to start) grok mcp add --transport http novence https://api.novence.ai/mcp
Call bootstrap(email) on first use; the session adopts the nv_ key. Grok also reads .cursor/mcp.json and .mcp.json if you already connected Cursor. Doctor: grok mcp doctor novence.
Install notes: /mcp. CLI reference: /cli. Static output only — pick a framework how-to on /guides.
Paste this prompt
Copy Prompt asks Grok to read llms-full.txt, bootstrap a key (or use demo), upload static HTML/CSS/JS, and poll until live. Headless: grok -p with the same text.
Verify email
Unverified accounts skip checks and expire in 30 days. Verify the OTP (the link in the email, /verify, from the CLI with novence login (/cli), or POST https://api.novence.ai/v1/auth/verify-email) to unlock Free quotas, custom domains, and Lighthouse/axe gates.
Agents ship. Novence hosts.
Paste the prompt in Grok Build, or run the CLI from the repo.