All templates
Agents

Autonomous Company

Stand up an entire autonomous company. A CEO agent breaks high-level objectives into tasks, hires and coordinates specialized employee agents, spends from a virtual card, and reports on progress — orchestration for a whole workforce.

Read the docs

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 an autonomous company on Naive.

A CEO agent should take high-level objectives, break them into tasks, hire and coordinate specialized employee agents, spend from a virtual card, and report on progress.

Use these Naive primitives:
- ceo: autonomous orchestration
- objectives + tasks: decompose goals into trackable work
- employees: hire and configure agent workers
- cards: issue a virtual card for real spend
- cron: recurring standups and reporting

Read the docs at https://usenaive.ai/docs and start with: npm i -g naive && naive login

What it builds

CEO orchestration

A CEO agent turns objectives into a plan and delegates.

Agent employees

Hire and configure specialized employee agents.

Objectives & tasks

Decompose goals into a Kanban of trackable work.

Real spend

Issue virtual cards so the company can pay for tools and services.

Primitives used

ceoemployeestasksobjectivescardscron

How it's built

  • naive ceo — autonomous orchestration runs
  • naive employees / tasks / objectives — the workforce
  • naive cards — real-world spend

Start building

Install the CLI, copy the prompt, and let your agent wire it up.

$ npm i -g naive && naive login