All templates
Agents
Browser Automation Agent
An agent that operates the web like a human. It runs cloud browser sessions to sign up, log in, navigate, and extract data from sites with no API, storing credentials securely in the vault and gating risky steps behind approvals.
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 a browser automation agent on Naive. It should operate websites that have no API — signing up, logging in, navigating, and extracting data — while storing credentials securely and gating risky steps. Use these Naive primitives: - browser: cloud browser sessions (navigate, act, extract, signup, login) - vault: store and reuse credentials encrypted - connections: combine with API-based tools where available - approvals: gate risky actions Read the docs at https://usenaive.ai/docs and start with: npm i -g naive && naive login
What it builds
Autonomous signup/login
Create accounts and log in to sites with no API.
Navigate & extract
Act, observe, and pull structured data from any page.
Secure credentials
Save and reuse logins from the encrypted vault.
Live view + approvals
Watch sessions live and gate risky steps behind approvals.
Primitives used
browservaultconnectionsapprovals
How it's built
- naive browser — cloud browser sessions
- naive vault — encrypted credential storage
- naive approvals — gate risky actions