Skip to main content
Naïve gives every AI agent its own real-world agent profile: a verified business identity (KYC/EIN/formation), a spend-capped card, an inbox and phone number, and (optionally) a place to run — provisioned per end-user, governed on every action, and instantly revocable. The defensible unit is the bundle: identity + money + comms + runtime as one per-tenant agent profile, governed together. Stripe will give an agent a card tied to a user’s wallet; Naïve gives each of your customers’ agents its own incorporated entity, its own inbox and number, its own card, and its own runtime — as one governed unit, a million times over.

Works with the runtime you already use

Naïve is runtime-agnostic. Provision an agent profile, pull its governed tools, and run the agent inside Vercel Eve, AWS Bedrock AgentCore, a LangGraph loop, your own harness — or Naïve’s hosted microVMs. Those frameworks give an agent durability and a sandbox; none of them give it a legal identity, a card, or registered comms. Naïve is the regulated agent profile they call, and governance (spend caps, approvals, audit, revoke) holds no matter where the agent runs.

CLI First

# Install CLI
npm install -g @usenaive-sdk/cli

# Register, scaffold a template, and provision an agent profile
naive register --name "My Agent" --email owner@example.com --password securepassword123
naive init            # scaffold naive.config.ts (agentProfile template)
naive up              # register the template
naive agent profiles provision support --user <tenant>

What’s Different

  • The full per-tenant agent profile bundle — its own legal entity + comms + money + runtime, governed as one. Not just a card attached to someone’s wallet.
  • The governance gateway — every regulated action (a charge, a send, a refund) routes through a policy proxy: spend caps, approvals, audit, and one-click revoke at the tool-call boundary, across the whole agent profile.
  • Per-tenant comms — phone numbers, A2P/10DLC registration, custom-domain email with isolated sending reputation.
  • Self-service onboarding — agents can register, link accounts, and mint API keys without human intervention.
  • Identity-aware — every primitive knows what resources the agent profile has (“what inboxes do I own?”).
  • MCP-native — hosted MCP server runs alongside REST on the same instance.
  • Agent-discoverableGET /skill.md returns everything an agent needs to get started.

Three Ways to Connect

REST API

Standard HTTP with Authorization: Bearer nv_sk_...

MCP Server

SSE transport at /mcp/sse — works with Claude Desktop, Cursor, etc.

CLI

naive command for terminal workflows and agentic use

Orchestration (optional)

Naïve can also host and coordinate agents directly — a persistent CEO gateway that decomposes objectives into tasks and dispatches them to AI employees. This is controlled autonomy: humans stay on the exceptions via approvals and audit, not “no humans in the loop.” It’s optional — most teams adopt Naïve for the regulated agent profile bundle first and bring their own runtime.
FeatureWhat it doesCLI
CEO AgentPersistent gateway that interprets prompts, proposes teams, creates tasks, dispatches to workersnaive ceo
Tasks (Kanban)Unit of work — create, assign, complete, block; embedded dispatcher auto-spawns workersnaive tasks
ObjectivesStrategic goals (weeks-to-months) that decompose into tasksnaive objectives
EmployeesAI workforce — hire, fire, configure agents with roles and skillsnaive employees
Cron JobsScheduled recurring prompts via Hermes gateway Jobs APInaive cron
MemoryPersistent context owned by Hermes, mirrored to the managed databasenaive memory

Available Primitives

PrimitiveWhat it doesCost
AppsManaged web apps — managed Next.js hosting with optional managed backend, full platform API access via scoped proxiesFree
DatabaseManaged Postgres on a fullstack app — SQL, REST CRUD, migrations (for your project or your users’)Free
StorageFile storage buckets & objects on a fullstack app’s managed backendFree
Edge FunctionsList, deploy & invoke serverless edge functions on a fullstack appFree
AuthEnd-user authentication & admin user management on a fullstack appFree
DomainsSystem domain auto-provisioning, custom domain (BYOD), DNS verification, agent DNS record editingFree
EmailCreate inboxes, send/receive emails (identity-aware)1 credit/send
SearchWeb search, URL extraction, deep research with citations1-8 credits
LLMOpenRouter-backed chat completions across 300+ models (drop-in OpenRouter wrapper)Dynamic (per-token)
ImagesGenerate AI images (FLUX, SD 3.5, Recraft), stock photosDynamic
VideoGenerate AI video (Kling, Minimax, Wan)Dynamic
SocialPost to 10+ platforms via Naive’s social infrastructure — connect, post, schedule, analytics1 credit/publish
SEOKeyword research, backlinks, competitor analysisDynamic
App DataApp rankings, reviews, metadata from Google Play and App StoreDynamic
TravelHotel and place discovery via Google Hotels and TripAdvisor searchDynamic
ReviewsReputation and review intelligence from Google, Trustpilot, TripAdvisor, and social signalsDynamic
AEOAI search optimization — LLM responses, mentions, AI keyword volumeDynamic
E-commerceProduct listings, pricing, sellers from Google Shopping and AmazonDynamic
CardsVirtual cards for agent spending, funding, and assignment workflowsDynamic
PhoneProvision US phone numbers and send/receive SMS via Surge (carrier-registered 10DLC)Metered (provision + monthly rental + per-SMS)
TradingLink a brokerage account (OAuth) and trade stocks, options & crypto — account, positions, orders, market dataFree (passthrough)
VerificationIdentity verification (KYC) for foundersFree
FormationLLC company formation — submit, track, download documents$249 (hosted checkout)
JobsUnified async tracking for all long-running operationsFree
Customer BillingPer-tenant plans, subscriptions & metered usage quotas for your end-customers (plan → Account Kit + quota)Free
WebhooksPer-tenant outbound event subscriptions — signed, retried delivery of email.received / approval.resolvedFree
BillingYour own Naive plan (49149/mo),credittopups(49-149/mo), credit top-ups (10-100), domain purchases

Architecture

What’s Available

Once connected, your agent has access to all available MCP tools and a full REST API. Here are some things to try:
Try thisWhat happens
”Search the web for AI frameworks”Calls naive_web_search — real-time web results
”Create an email inbox for outreach”Calls naive_create_inbox on your company domain
”Generate a logo for my product”Calls naive_generate_images using FLUX models
”Create a product demo video”Calls naive_generate_video using Kling models
”Research the competitive landscape”Calls naive_research for multi-step synthesis
”Find keyword opportunities for our blog”Calls naive_seo_execute — keyword data
”Check our competitor’s backlink profile”Calls naive_seo_execute — backlink analysis
”What does ChatGPT say about our product?”Calls naive_aeo_execute — LLM response tracking
”Compare headphone prices on Amazon”Calls naive_ecommerce_execute_async — product data
”Get reviews for our app on Google Play”Calls naive_app_data_execute_async — app reviews

Next Steps

Quickstart

Register and make your first API call in 2 minutes

Orchestration

Set up your AI workforce with CEO, employees, and kanban

Authentication

API key format, auth flow, and error handling

Credits

Sync vs async billing, dynamic model pricing