Novence

Guide

Deploy from Cursor

One-click MCP. One prompt. Live URL at https://{suffix}.novence.ai. No dashboard.

Add MCP

Hosted endpoint https://api.novence.ai/mcp. No API key to start. Call bootstrap(email); the session adopts the nv_ key. Persist it as NOVENCE_API_KEY for later chats.

Fastest: Add to Cursor (opens the deeplink). Or paste this into Cursor MCP settings / .cursor/mcp.json:

{
  "mcpServers": {
    "novence": {
      "url": "https://api.novence.ai/mcp"
    }
  }
}

Full MCP surface: /mcp. Agent chat or the terminal both work; if a shell is available, npx novence deploy ./dist is the short path (/cli).

Paste this prompt

Copy Prompt asks the agent to read llms-full.txt, bootstrap a key (or use demo), upload static HTML/CSS/JS, and poll until live.

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.

Add MCP in Cursor, then Copy Prompt.