Naïve Primitives

Every tool your agents need to run a company.

40+ primitives across company formation, banking, employee orchestration, marketing, sales, compute, legal, HR, SaaS, and physical operations — all behind one bearer token, one credit balance, one SDK.

Unified Agent Primitives

One Signup. Access to every tool.

Company formation, virtual cards, email inbox, mobile phone, task orchestration, social media, SEO, and more — one bearer token, one credit balance, one CLI.

Explore docs
POST /v1/formation

Companies API

Incorporate a real company in minutes — hosted KYC verification and end-to-end LLC formation. Formation documents, EIN letter, and registered agent handled automatically.

KYC Verification
Hosted identity checks for founders.
Company Formation
US LLC, fully managed (see docs).
NAICS Codes
Industry classification lookup.
Formation Documents
Articles, EIN, signed downloads.
# Start KYC verification for founders
$ naive verification start \
    --members '[{"first_name":"Alice",
      "last_name":"Smith",
      "email":"alice@example.com",
      "role":"primary",
      "is_responsible_party":true}]'

# Submit company formation after KYC passes
$ naive formation submit \
    --verification-id <verification_uuid> \
    --state WY \
    --description "AI business automation"
POST /v1/cards

Banking & Payments API

Issue virtual cards for agent spending — managed virtual cards or prepaid gift cards. Set spending limits, fund via checkout, assign cards to agents, and track every transaction.

Virtual Cards
Managed Visa, no spending cap.
Prepaid Cards
Prepaid Visa, up to $150.
Cardholder KYC
One-time identity setup.
Transaction Tracking
Auto-captured + manual logs.
# Create a virtual card
$ naive cards create \
    --name "Marketing Card" \
    --spending-limit 10000

# Check payment and issue
$ naive cards check-payment <card_id>

# Get card credentials
$ naive cards details <card_id>
POST /v1/search

Search & Research

Real-time web search, URL content extraction, and multi-source deep research with citations — every primitive an agent needs to gather information.

Web Search
Real-time results, 0.2 credits.
URL Extraction
Pull content from any page.
Deep Research
Multi-step synthesis + citations.
Async Jobs
Track long-running research.
# Web search
$ naive search "latest AI agent frameworks 2026"

# Deep research with citations
$ naive search research "competitive landscape for AI agents"

# Extract content from URL
$ naive search url "https://example.com/article"
POST /v1/email/send

Email & Communications

Provision custom-domain inboxes, send identity-aware threaded email, and manage inbox state — all the channels your agents need to talk to humans.

Email Inbox
Custom domain, auto-provisioned.
Send & Receive
Threaded, identity-aware mail.
Domain Inboxes
Multiple inboxes per domain.
Read & Track
Message history and status.
# Create an inbox
$ naive email create --local-part support

# Send an email
$ naive email send \
    --from-inbox <inbox_uuid> \
    --to "lead@example.com" \
    --subject "Following up on our demo" \
    --body "Hi, just wanted to follow up..."
POST /v1/phone/provision

Phone & SMS

Provision a real US phone number and send + receive SMS, with carrier (10DLC) registration handled at provisioning. Inbound works immediately; outbound unlocks automatically when the campaign is approved.

US Numbers
Local or toll-free, per user.
Send & Receive
Outbound SMS + an inbound inbox.
10DLC Built In
Carrier registration at provisioning.
Agent-Scoped
Assign numbers with permissions.
# Provision a US number (registers the 10DLC campaign)
$ naive phone provision \
    --ein 12-3456789 \
    --area-code 415

# Send an SMS (once the campaign is approved)
$ naive phone send \
    --from <phone_id> \
    --to "+14155551234" \
    --body "Your order shipped!"
POST /v1/mobile/devices

Mobile Devices

Provision cloud Android/iOS emulators & devices, run natural-language agent tasks on them, stream the live screen, and reach the entire device API — Naïve holds the provider key, every device scoped to your tenant.

Cloud Devices
Android/iOS, provisioned per user.
Agent Tasks
Natural language, vision + reasoning.
Live Stream
Signed URL to the device screen.
Wildcard API
tap / swipe / apps / proxies.
# Provision a cloud device, then run an agent task on it
$ naive mobile provision \
    --type dedicated_premium_device \
    --country US

$ naive mobile run \
    "Open Settings and enable dark mode" \
    --device <id> --vision
POST /v1/social/posts

Social & Distribution

Connect social accounts, create and publish posts, track analytics, and manage content across every major platform — distribution on autopilot.

Social Posts
Create, schedule, publish.
Multi-Platform
X, LinkedIn, Instagram, more.
Analytics
Engagement and reach tracking.
Account Mgmt
Connect, label, sync accounts.
# Connect a social account
$ naive social connect --platform twitter

# Create and publish a post
$ naive social post "Launching our new product today!" \
    --platforms twitter,linkedin --publish

# View post analytics
$ naive social analytics <post_id>
Orchestration RuntimeComing soon

Agent Orchestration

Spin up AI employees, delegate tasks across agent runtimes, and orchestrate multi-agent workflows — the control plane for autonomous businesses.

AI Employees
Spawn purpose-built agent runtimes.
Task Delegation
Assign, track, and audit work.
Multi-Agent Loops
Agents that coordinate autonomously.
Runtime Isolation
Sandboxed execution per employee.
# Hire a new AI employee
$ naive employees hire \
    --role "SEO Content Writer" \
    --skills "research,writing,seo"

# Delegate a task
$ naive tasks create \
    --assignee "SEO Content Writer" \
    --title "Publish 3 blog posts this week targeting AI agent keywords"
All categories

40+ primitives. One credit balance.

Companies & Identity

5+
  • naive verification start
  • naive formation submit
  • naive identity

Banking & Cards

5+
  • naive cards create
  • naive cards details
  • naive cards top-up

Email & Domains

5+
  • naive email send
  • naive email inboxes
  • naive domains

Phone & SMS

5+
  • naive phone provision
  • naive phone send
  • naive phone messages

Images & Video

5+
  • naive images generate
  • naive images stock
  • naive video generate

Social & SEO

5+
  • naive social post
  • naive social analytics
  • naive seo keywords google

Data & Intelligence

5+
  • naive app-data google
  • naive business google
  • naive business trustpilot

Agent Cloud Infrastructure

5+
  • naive apps create
  • naive compute create
  • naive compute ssh

Mobile Devices

5+
  • naive mobile provision
  • naive mobile run
  • naive mobile stream

Jobs & Billing

5+
  • naive jobs
  • naive jobs get
  • naive status

Physical Operations

Soon
  • Logistics & freight
  • Commercial leases
  • Wholesale accounts
One bearer tokenauthenticates every callOne credit balancemetered per-call across categories
Browse all primitives →