Auth
Add user authentication to your agent's apps
Manage auth users, sessions, and providers on apps with managed backends — agents provision sign-in for their products.
Run in your agent
Paste and ship
Drop this prompt into Cursor, Claude Code, or any coding agent. It reads the skill manifest and wires up Auth for you.
Agent prompt
Read https://usenaive.ai/skill.md and use the Naïve Auth primitive in my project. Start with: naive apps auth users <app-id>
Drop into any agent
In action
End-user authentication on fullstack apps.
- User managementCreate and list auth users.
- ProvidersOAuth and magic link.
- Session controlRevoke and inspect sessions.
- Multi-tenantPer-customer app auth.
Exact code
One call to auth
Same primitive from the CLI, SDK, or REST — one bearer token, one credit balance.
CLI
Auth
Manage auth users, sessions, and providers on apps with managed backends — agents provision sign-in for their products.
User management
Create and list auth users.
Providers
OAuth and magic link.
Session control
Revoke and inspect sessions.
Multi-tenant
Per-customer app auth.
# Run with your API key exported
$ naive apps auth users <app-id>Related primitives
Start building with Auth
Get your API key and add auth to any agent in minutes — no infrastructure to run.