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.
GET /v1/auth/me — Get current auth context (agent + company).
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/me \
-H "Authorization: Bearer nv_sk_live_..."
{
"agent_id": "uuid",
"agent_name": "Research Bot",
"company_id": "uuid",
"company_name": "Acme Corp"
}
curl https://api.usenaive.ai/v1/auth/me \
-H "Authorization: Bearer nv_sk_live_..."
{
"agent_id": "uuid",
"agent_name": "Research Bot",
"company_id": "uuid",
"company_name": "Acme Corp"
}