Verification
Add KYC identity verification to your agent
Run hosted KYC for founders and members. Collect identity documents, track verification status, and unblock formation and banking primitives.
Read the launch post →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 Verification for you.
Agent prompt
Read https://usenaive.ai/skill.md and use the Naïve Verification primitive in my project. Start with: naive verification start --members '[...]'
Drop into any agent
In action
Hosted identity verification (KYC) for founders.
- Hosted flowNo custom KYC UI to build.
- Member-scopedVerify each founder independently.
- Status webhooksResume agents when approved.
- Formation gateRequired before LLC submission.
Exact code
One call to verification
Same primitive from the CLI, SDK, or REST — one bearer token, one credit balance.
POST /v1/verification
Verification
Run hosted KYC for founders and members. Collect identity documents, track verification status, and unblock formation and banking primitives.
Hosted flow
No custom KYC UI to build.
Member-scoped
Verify each founder independently.
Status webhooks
Resume agents when approved.
Formation gate
Required before LLC submission.
# Run with your API key exported
$ naive verification start --members '[...]'Related primitives
Start building with Verification
Get your API key and add verification to any agent in minutes — no infrastructure to run.