Provision an agent profile
idempotencyKey: a duplicate signup webhook
resumes the same agent profile and never forms a second entity or issues a second card.
Lifecycle
Use the agent profile’s tools (anywhere)
The agent profile’s tools are handles, never raw secrets. Drop them into your own agent loop, a Vercel Eve tool, a LangGraph node, or a Naïve-hosted microVM — every regulated action routes through the governance gateway.Revoke
REST / CLI / MCP
| Surface | Provision | Revoke |
|---|---|---|
| REST | POST /v1/users/:user_id/agent-profiles | POST /v1/agent-profiles/:id/revoke |
| CLI | naive agent profiles provision <role> --user <tenant> | naive agent profiles revoke <id> |
| MCP | naive_provision_agent_profile | naive_revoke_agent_profile |