- ›
Naïve supports Doola for Agent Incorporation— `/formation` files US LLCs through Doola after founder KYC and hosted checkout - ›
Naïve is the orchestration layer; Doola handles the licensed formation filing— the resulting Company is a first-class runtime object - ›
One governed identity— the same profile that incorporates can own cards, domains, and email without a second vendor account - ›Per-tenant isolation with naive.forUser(), Account Kits, approvals on binding steps, and a unified audit trail
- ›
Entity type in published docs centers on LLC— see the formation guide for supported states and gap cases
An agent that can research markets and draft contracts still cannot operate as a business until it has a legal entity — something that can own a domain, sign agreements, and hold financial relationships. Naïve is the autonomous company infrastructure that gives agents real-world capabilities, and Naïve supports Doola for Agent Incorporation through /formation: founder KYC, hosted payment, and US LLC filing orchestrated on one governed profile.
How /formation works with Doola
Naïve is an orchestration layer. State filings run through a licensed formation partner — Doola — while Naïve owns the agent-facing flow:
- Verify — founders complete hosted KYC via
/verificationuntilready_for_formationis true. - Submit —
naive formation submitreturns acheckout_urlfor the published formation fee (see the formation guide for current pricing). - Execute — after payment,
naive formation executedispatches the filing; verified PII stays in Naïve's encrypted identity vault until filing time. - Compose — attach
/cards,/domains,/email, and the rest of the stack to the Company object that comes back.
The entity your agent forms is a first-class runtime object, not a document trapped in a third-party inbox.
Why this matters for agent builders
- No second vendor account — incorporation lives on the same Naïve workspace as spend, comms, and runtime.
- Per-tenant isolation — scope every call with
naive.forUser()so one customer's formation never leaks to another. - Governance by default — formation submit and execute can freeze for human approval at execution time.
- Honest scope — LLC-centric today; read the Doola migration guide if you are comparing direct Doola API features.
Where to go next
- Formation docs — authoritative steps, statuses, and pricing
- Introducing /formation — primitive overview
- Agentic incorporation platform — multi-tenant SDK pattern
- What is an autonomous company? — hub context
What does it mean that Naïve supports Doola for agent incorporation?+
Does my agent need its own Doola account?+
How does incorporation connect to the rest of the agent profile?+
What does not map through `/formation` today?+
Building the autonomous company infrastructure.
Form a US LLC from your AI agent via KYC, hosted checkout, and end-to-end LLC filing. Registered agent, state filing, and EIN application are included in the published formation fee; the Company becomes the substrate for cards, domains, and email.
Verify the identity of an Employee — the principal behind every autonomous business — with hosted KYC, per published verification docs, and PII handled outside plaintext on Naïve servers.
Build an agentic incorporation platform on Naïve: an AI agent designs the entity, KYCs founders, and files a real US LLC, with every binding step approval-gated.