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/identity/resources \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "emails": [
    { "id": "uuid", "address": "research@acme-corp.ai", "local_part": "research", "agent_id": "uuid", "status": "active" }
  ],
  "phone_numbers": [
    { "id": "uuid", "number": "+14155551234", "agent_id": "uuid", "status": "active" }
  ],
  "domains": [
    { "domain": "acme-corp.ai", "status": "verified" }
  ]
}