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 https://api.usenaive.ai/v1/auth/companies \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "companies": [
    {
      "id": "uuid",
      "name": "Acme Corp",
      "prefix": "acme",
      "credits": 1500,
      "tier": "pro"
    }
  ]
}