Skip to main content

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

curl -X POST https://api.usenaive.ai/v1/social/activate \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "activated": true,
  "team_count": 1,
  "bundle_team_id": "team-uuid"
}
Note: bundle_team_id is only returned on first activation. Re-activating an already-active company returns { "activated": true, "team_count": N } without the team ID.