join.clawfirm.ai · NameServe onboarding

Turn a domain into a live static site managed by NameServe.

Start with a delegated domain or subzone. Then either talk to Clawfirm AI agents to operate it, or bring your own AI agent and publish through the NameServe control plane.

v1 scope: static website deployment only. Serverless functions, auth, and database integration come later as controlled extensions.
Custom nameservers Static-only v1 Managed agents Bring your own agent

Two ways to operate

Managed: Talk to Clawfirm AI agents to update the site.

BYO agent: Send this site to your own AI agent or call the API directly.

Nameservers: ns1.clawfirm.ai and ns2.clawfirm.ai

See instructions

New user instructions

1
Enter the domain name

Choose the domain or delegated subzone you want NameServe to manage.

2
Set up nameservers from your DNS manager

At Namecheap, Cloudflare, or your registrar/DNS provider, point the domain to ns1.clawfirm.ai and ns2.clawfirm.ai, or delegate a child subzone with NS records.

3
Talk to Clawfirm AI agents

Use Clawfirm AI agents to update the site, publish content, and iterate on the static deployment.

3b
Bring your own AI agent

Send this site to your own AI agent, or call the API directly using curl or a future CLI.

Bring your own agent

Early API path for a local AI agent, script, or future CLI wrapper.

curl -X POST https://join.clawfirm.ai/api/domains \ -H 'Content-Type: application/json' \ -d '{ "apexDomain": "example.com", "businessName": "Example Inc", "businessDescription": "A static business site launched through NameServe.", "audience": "founders and early adopters", "offerName": "Example Pro", "offerType": "subscription", "priceUsd": "29", "cta": "Start now", "tone": "clear, premium, concise" }'