Account kits belong to a project. With no project selected the
route acts in the organization’s default project. Select another with the path prefix
/v1/projects/{project_id}/account-kits/... or the X-Naive-Project-Id header.
curl -X POST https://api.usenaive.ai/v1/account-kits/KIT_ID/users/USER_ID/assign \ -H "Authorization: Bearer $NAIVE_API_KEY"
Moves the user onto the kit. The user’s next agent session reflects the new policy.
⌘I
curl -X POST https://api.usenaive.ai/v1/account-kits/KIT_ID/users/USER_ID/assign \ -H "Authorization: Bearer $NAIVE_API_KEY"