Build Your Dream Company with Agents

Deploy a company

Set up from any agent

  • Anthropic SDK
  • Claude Code
  • OpenAI SDK
  • Codex
  • Hermes
  • OpenClaw
  • Cursor

Unified Agent Infrastructure to Run Businesses
From Formation to Payout

CEOclaude-opus-5 · decomposing the goal
3 delegated
  • clippercutting ep. 41
  • producer2 subagents out
  • channel-managerblocked on producer

Delegation

  • CEOclippercut the 3 best moments
  • clipperproducerclips ready — thumbnails?
  • producersubagents ×2render variants in parallel

Orchestrate Multi-Agent Teams

A goal is split into work and delegated to the agents that can do it, run in parallel until the task is finished.

  • TikTok+
  • YouTube+
  • Shopify+
  • Gmail+
  • Kling+
  • Vercel+
  • GitHub+
  • Ahrefs+
  • TikTok+
  • YouTube+
  • Shopify+
  • Gmail+
  • Kling+
  • Vercel+
  • GitHub+
  • Ahrefs+
  • Instagram+
  • Stripe+
  • Meta Ads+
  • ElevenLabs+
  • Slack+
  • Supabase+
  • Notion+
  • HubSpot+
  • Instagram+
  • Stripe+
  • Meta Ads+
  • ElevenLabs+
  • Slack+
  • Supabase+
  • Notion+
  • HubSpot+

Tools connected

Video, clips, social accounts, email, search. Each agent gets only what its role needs.

Registered agentproducer · AGT-7F3KAcme Media, Inc. · issued by naïve
KYC
  • producer@acme.coverified
  • +1 (415) 555-0142verified
  • acme.codns ok
  • youtube · tiktok · stripe3 linked

Real-world Identity and Actions

Each agent gets its own email, phone number, domains, and third-party accounts to act under.

naive.config.tsapplied
export default company({
agents: {
ceo: { model: "opus-5", delegates: "*" },
clipper: { tools: ["clip_video"] },
producer: { subagents: 4 },
},
budget: { perAgentDay: 10, perTask: 2 },
policy: {
"social.post": "ask",
"payments.send": "deny",
},
});

Governed by code

Agents, delegation, budgets, and tool policy are declared in one committed file. No agent can edit the file that binds it.

Prebuilt Company Templates

All templates
  • AI Media ChannelUpdated: Sep 4, 2026

    A channel where every video is original: briefed, generated in the channel's own look, and queued for you by an agent team on a schedule.

    483,271 runs

  • Clipping ChannelUpdated: Sep 5, 2026

    Long-form in, clips out. The moments worth cutting found, reframed, captioned, and posted on cadence.

    917,438 runs

  • AI Automation AgencyUpdated: Aug 29, 2026

    The whole agency machine with no specialism attached: CRM, public site, a workspace per client, and a pair that works the pipeline. You bring the trade.

    152,904 runs

  • SEO / GEO AgencyUpdated: Sep 2, 2026

    Ranks clients in search and in AI answers. CRM, a crew per client, and a public site out of the box.

    178,326 runs

  • NewsletterUpdated: Aug 25, 2026

    A publication that reads its beat, drafts the issue, and sends on schedule while it grows its own list.

    runs

  • Paid Ads AgencyUpdated: Aug 31, 2026

    Creative produced, campaigns launched, budget moved daily toward what returns. Under a cap agents can't raise.

    runs

  • Recruiting AgencyUpdated: Aug 20, 2026

    Roles taken in, candidates sourced and screened, shortlists scored against the brief requirement by requirement.

    runs

How to Start

Pick a template, deploy it, watch the first session run. Three ways to do it — use whichever tool you already have open.

01

On Studio

No terminal. Choose a template in the browser, deploy it, and watch it work.

02

From the terminal

Four commands: install the CLI, clone a template, bind it to your organization, bring it up.

Terminal
  1. $ npm install -g @usenaive-sdk/vetta-cli# install the naïve CLI
  2. $ naive template <blueprint># clone the blueprint repo
  3. $ naive claim --key sk_...# bind the clone to your organization
  4. $ naive up# provision the apps, the agents, their budgets
03

With your coding agent

Paste one prompt into Claude Code, Codex, or Cursor. It reads the manifest and sets naïve up in your project.