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"
}
]
}
GET /v1/auth/companies — List companies available to the authenticated agent.