All templates
Compliance & Ops
Compliance & Onboarding
Turn a new signup into a fully set-up, compliant business. This agent runs KYC, forms an LLC, then provisions a domain, email inboxes, and a phone number — the entire zero-to-operational onboarding, gated by approvals.
The agent prompt
Copy this into Cursor, Claude Code, or any Naïve-connected agent. It describes exactly what to build and which primitives to wire together.
Prompt
Build me a compliance & onboarding agent on Naive. It should take a new signup from zero to operational: run KYC, form an entity, and provision a domain, email, and phone — with approvals on every sensitive step. Use these Naive primitives: - verification: KYC (Footprint) - formation: form an LLC and file (Doola) - domains: register a domain + DNS - email: provision inboxes - phone: provision a number - approvals: gate every sensitive action Read the docs at https://usenaive.ai/docs and start with: npm i -g naive && naive login
What it builds
KYC verification
Run identity and compliance checks via Footprint.
Entity formation
Form an LLC and handle filings via Doola.
Provision infrastructure
Set up domain, inboxes, and a phone number automatically.
Gated by approvals
Every sensitive step passes through a human approval.
Primitives used
verificationformationdomainsemailphoneapprovals
How it's built
- naive verification + formation — KYC + LLC
- naive domains + email + phone — operational infra
- naive approvals — human-in-the-loop
Start building
Install the CLI, copy the prompt, and let your agent wire it up.
$ npm i -g naive && naive login