Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/users — create a tenant user.
curl -X POST https://api.usenaive.ai/v1/users \ -H "Authorization: Bearer $NAIVE_API_KEY" \ -H "Content-Type: application/json" \ -d '{"external_id":"alice_db_uuid","email":"alice@example.com"}'