The agent-native landing page builder
Let any AI agent generate landing-page HTML with Claude Opus 4.7, promote drafts to live URLs on per-brand subdomains under gentic.run (or your own custom domain), iterate with cheap targeted patches, roll back to any prior version, and capture leads — all through one MCP server. No code editors, no hosting config, no CMS. Describe what you want and ship it.
How it works
From signup to a live, branded landing page with lead capture — and cheap iterative edits.
Sign up and get an API key
Create a free account at gentic.co, generate an API key from your dashboard, and use it as a Bearer token to authenticate your agent.
Add the MCP server to your agent
Drop https://mcp.gentic.co/landing-pages into Claude Code, Claude Web, OpenClaw, Claude Cowork, ChatGPT, n8n, or any MCP-compatible client. Pass your Gentic API key as a Bearer token — or connect via OAuth on clients that support it.
Set a brand style guide (optional)
Call save_brand_style_guide with an idea_slug to lock in brand colors, fonts, voice, and personality. Any future page deployed with that idea_slug gets the brand CSS injected automatically — one source of truth across a whole idea's pages.
Fetch a reference page (optional)
Use fetch_rendered_page to grab the full rendered HTML of any existing page. Your agent can use this as a starting point to clone or remix the design.
Claim brand subdomains (optional)
Your org's slug is auto-claimed as your default subdomain. To run multiple brands off one account (e.g. a holdco with `pistash.gentic.run` and `rhodeandfrond.gentic.run`), call claim_subdomain to reserve additional brand hosts. Use list_subdomains to see what you own and release_subdomain to free a brand label that's no longer in use.
Generate the page HTML
Hand your agent a brief — purpose, audience, sections, voice, CTAs — and call generate_landing_page ($7.50, async, ~1–5 min via Claude Opus 4.7). Pass an idea_slug to drive colors/fonts/tone from the saved brand guide, or a reference_url to clone an existing site. Returns a job_id and an immutable draft_id you can promote to live in the next step.
Promote the draft to a live URL
Call deploy_landing_page with the draft_id from the previous step (25¢ — the cheapest path) and it goes live at {subdomain}.gentic.run/{slug}. Already have hand-written HTML? Pass it on the legacy raw-html path ($7.50). Subdomain precedence when omitted: explicit subdomain → idea's auto-claimed subdomain → org default.
Iterate cheaply: patch, edit, or replace
Three tiers, by intent. patch_landing_page (50¢) — mechanical string-replacement when you can spell out the exact old/new strings (typo fixes, image src swaps, color tweaks). edit_landing_page ($1) — describe the change in prose ('add a testimonial section after the hero', 'remove the pricing block') and Gemini computes the minimal diff for you. replace_landing_page (25¢ from a generate draft, $7.50 from raw HTML) — full rewrites and layout changes. Pick the cheapest tier the change actually needs.
Browse history and roll back
Every deploy, replace, patch, and restore writes an immutable version. List with list_landing_page_versions (free), inspect any historical HTML via get_landing_page_version (free), and revert to a prior state with restore_landing_page_version (25¢) — the prior version stays in history.
Collect and export leads
Every deployed page includes a built-in lead capture endpoint. Query submissions inline with get_landing_page_leads, export as CSV via export_landing_page_leads, and delete pages when campaigns end — leads are preserved even after deletion.
Available tools
26 tools your AI agent can call through the Model Context Protocol.
claim_subdomain
Claim an additional subdomain under gentic.run for this organization.
connect_custom_domain
Connect a customer-owned domain (e.g.
delete_landing_page
Remove a landing page from public hosting.
deploy_landing_page
Deploy a landing page to a live URL at {subdomain}.gentic.run/{page-slug}.
disconnect_custom_domain
Disconnect a custom domain.
edit_landing_page
Edit a landing page from a freeform brief, e.g.
export_landing_page_leads
Export collected leads as a downloadable CSV file.
extract_brand_guidelines
Extract comprehensive, production-grade brand guidelines from a brand's public website.
fetch_rendered_page
Fetch a web page with full JavaScript rendering and return the rendered HTML source code.
generate_landing_page
Generate a landing page HTML document via Claude Opus 4.7.
get_brand_guidelines
Look up canonical brand guidelines for your organization.
get_landing_page_html
Fetch the current HTML of either a deployed landing page (by page_id) or an undeployed generation draft (by draft_id).
get_landing_page_leads
Query collected leads (email submissions) for a specific landing page.
get_landing_page_version
Fetch the HTML for a specific historical version of a landing page.
list_asset_jobs
List recent asset generation jobs (images, videos, and landing pages).
list_custom_domains
List all custom domains connected to this organization along with their verification status and the gentic.run subdomain each one serves from.
list_landing_page_versions
List the immutable HTML version history for a deployed landing page.
list_landing_pages
List landing pages for the organization with metadata, lead counts, and the subdomain each page is hosted on.
list_subdomains
List all subdomains claimed by this organization under gentic.run.
patch_landing_page
Apply small, targeted string-replacement edits to a landing page HTML without regenerating it.
release_subdomain
Release a subdomain claim owned by this organization.
replace_landing_page
Replace an existing landing page's HTML with a full new document and/or update its metadata.
restore_landing_page_version
Roll a landing page back to a previous version's HTML.
save_brand_style_guide
Save or update a brand style guide for a specific idea.
update_landing_page
[DEPRECATED — use replace_landing_page] Alias for replace_landing_page.
verify_custom_domain
Check whether a pending custom domain's Fly-issued Let's Encrypt cert has been provisioned.
Connect in seconds
Sign up, grab your API key, and add the MCP server to your agent. Works with Claude Code, Claude Web, OpenClaw, Claude Cowork, ChatGPT, n8n, and any MCP client.
claude mcp add gentic-landing-pages \
--transport http \
https://mcp.gentic.co/landing-pages \
--header "Authorization: Bearer YOUR_API_KEY"You can also connect via OAuth — just add gentic-landing-pages as a connector in Claude or ChatGPT settings. No API key needed; authentication is handled automatically.
Install the Gentic agent skill to teach your agent the optimal workflow so it gets the best results automatically.
npx skills add gentic-co/agent-skillsWorks with Claude Code, Cursor, Copilot, and 40+ other agents.
Simple per-use pricing
Generate HTML with Claude Opus 4.7 for $7.50 (charged only on success), promote a draft to a live URL for 25¢, patch mechanical edits for 50¢, describe an edit in prose for $1, restore a prior version for 25¢, render a reference page for 10¢. Listing pages, version history, querying leads, and exporting CSV are always free.
| Tool | Cost |
|---|---|
| claim_subdomain | Free |
| connect_custom_domain | 25¢ / call |
| delete_landing_page | Free |
| deploy_landing_page | 25¢–$7.50 |
| disconnect_custom_domain | Free |
| edit_landing_page | 100¢ / call |
| export_landing_page_leads | Free |
| extract_brand_guidelines | 300¢ / call |
| fetch_rendered_page | 10¢ / call |
| generate_landing_page | 750¢ / call |
| get_brand_guidelines | Free |
| get_landing_page_html | Free |
| get_landing_page_leads | Free |
| get_landing_page_version | Free |
| list_asset_jobs | Free |
| list_custom_domains | Free |
| list_landing_page_versions | Free |
| list_landing_pages | Free |
| list_subdomains | Free |
| patch_landing_page | Free |
| release_subdomain | Free |
| replace_landing_page | 25¢–$7.50 |
| restore_landing_page_version | 25¢ / call |
| save_brand_style_guide | Free |
| update_landing_page | 25¢–$7.50 |
| verify_custom_domain | Free |
Pricing is pulled live from the Gentic MCP manifest so it always matches what you'll actually be charged.
Why agent-native landing pages?
Traditional page builders weren't designed for AI workflows — drag-and-drop UIs, template locks, and separate hosting. Gentic Landing Pages is.
Generate, then ship
Pass a brief and Claude Opus 4.7 writes a complete, brand-aware HTML document. Promote the draft to a live URL on a brand subdomain in one more call — no build steps, no hosting setup, no DNS config.
Built-in lead capture
Every page gets a lead capture endpoint out of the box. Collect emails, query them inline, and export as CSV — no third-party forms or integrations.
Versioned by default
Every deploy, replace, patch, and restore writes an immutable HTML version. Browse the full history, inspect any prior HTML, and roll back to any point in time without losing your current state.
Pay per use
No monthly seats or platform fees. Generate HTML for $7.50 (charged only on success), promote a draft to live for 25¢, patch mechanical edits for 50¢, describe an edit in prose for $1, restore a prior version for 25¢, render a reference page for 10¢. Listing, leads, HTML fetches, version history, and exports are free.