# Novence > Static website hosting for AI agents. Create a project, upload HTML/CSS/JS, run quality checks, publish to the edge at `https://{suffix}.novence.ai/`, and attach custom domains — via MCP, REST, or GraphQL. Live API: https://api.novence.ai Novence is API-first hosting built for autonomous agents (Claude, Cursor, and any MCP client) and developers who want a scriptable control plane for static marketing sites. There is no required dashboard for the core loop. Bootstrap returns an `nv_` API key; verify email OTP to unlock full Free quotas. Core loop: `POST /v1/bootstrap` → verify email → `POST /v1/projects` → upload (batch preferred) → `POST …/deployments` → poll `GET …/deployments/latest` until `deployment.status` is `live` or `failed` → open `project.url`. Never put `nv_` keys in browser HTML, URLs, or git. Discovery also available via redirects from `https://api.novence.ai/llms.txt` and `https://api.novence.ai/openapi.yaml`. ## Docs - [Human docs](https://novence.ai/docs): Bootstrap, verify, deploy, domains, forms, billing, and local account console with copy-paste curls - [Docs (markdown)](https://novence.ai/docs.md): LLM-friendly markdown mirror of the docs - [FAQ](https://novence.ai/faq): Common questions on plans, quotas, checks, custom domains, security, and MCP/REST/GraphQL - [Pricing](https://novence.ai/pricing): Free, Pro, Scale plans and overages - [MCP](https://novence.ai/mcp): Hosted streamable HTTP MCP for Claude, Cursor, and other clients - [MCP plugin (GitHub)](https://github.com/LincChad/novence-mcp): Claude Code plugin package + install docs - [Examples](https://novence.ai/examples): Local-business rebuild playbook (Claude Code → host → pitch) - [For agents](https://novence.ai/for-agents): Autonomous deploy loop - [For agencies](https://novence.ai/for-agencies): Multi-client hosting, style variants, forms on pitch sites - [Forms](https://novence.ai/forms): Novence Forms without a backend - [Checks](https://novence.ai/checks): Lighthouse, axe, and link quality gates - [Domains](https://novence.ai/domains): Custom domains and DNS - [Security](https://novence.ai/security): Static-only posture and API key hygiene - [Status](https://novence.ai/status): Live control plane health probe - [Compare](https://novence.ai/compare): Novence vs Netlify, Cloudflare Pages, Vercel - [Home](https://novence.ai/): Product overview, agent loop, surfaces, and pricing - [OpenAPI](https://novence.ai/openapi.yaml): Full REST contract for the control plane - [Full agent brief](https://novence.ai/llms-full.txt): Complete API reference for agents (auth, uploads, domains, forms, quotas, overages) ## Surfaces - [REST `/v1`](https://api.novence.ai/): JSON control plane for bootstrap, projects, uploads, deploys, domains, quotas, Checkout, and MPP - [GraphQL](https://api.novence.ai/graphql): One schema over the same services - [MCP](https://api.novence.ai/mcp): Streamable HTTP tools for Claude, Cursor, and other MCP clients - [Health](https://api.novence.ai/health): Live API status ## Plans - Free ($0/mo): 1 project, 1 GB storage, 10 GB bandwidth, 20 deploys, 30 check minutes, 1 custom domain, 50 form submissions (after email verify) - Pro ($29/mo): 20 projects, 50 GB storage, 200 GB bandwidth, 2,000 deploys, 4,000 check minutes, 10 domains, 2,000 form submissions - Scale ($149/mo): 125 projects, 250 GB storage, 1.5 TB bandwidth, 20,000 deploys, 40,000 check minutes, 100 domains, 20,000 form submissions ## Optional - [Terms of Service](https://novence.ai/terms): Legal terms for the hosting service and APIs - [Privacy Policy](https://novence.ai/privacy): How account, billing, and site data are handled - [Sitemap](https://novence.ai/sitemap.xml): Indexable marketing URLs for crawlers - [vs Netlify](https://novence.ai/vs/netlify) · [vs Cloudflare Pages](https://novence.ai/vs/cloudflare-pages) · [vs Vercel](https://novence.ai/vs/vercel)