Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new user, company, agent, trial credits, and a default API key.
cURL
curl --request POST \ --url https://api.usenaive.ai/v1/auth/register \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "jsmith@example.com", "password": "<string>", "company_name": "<string>" } '
{ "api_key": "<string>", "agent_id": "<string>", "company_id": "<string>", "company_name": "<string>", "domain": "<string>", "hint": "<string>" }
8
Defaults to "{name}'s Company".
Created.