Add user authentication to your agent's apps
End-user authentication on fullstack apps.
naive uplive
Postgres100%
Auth100%
Storage72%
Paste and ship
Drop this into Cursor, Claude Code, or any 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>
What you get
User managementCreate and list auth users.
ProvidersOAuth and magic link.
Session controlRevoke and inspect sessions.
Multi-tenantPer-customer app auth.
One call to auth
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>