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.

company_id
string
required
UUID of the company to switch to
curl -X POST https://api.usenaive.ai/v1/auth/select-company \
  -H "Authorization: Bearer nv_sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "company_id": "uuid" }'
{
  "selected": true,
  "company_id": "uuid",
  "company_name": "Acme Corp",
  "api_key": "nv_sk_live_new...",
  "hint": "Use this new key for operations in this company context"
}

Notes

  • Returns a new API key scoped to the selected company
  • You must have access to the company (existing membership or key)