apitree supports two authentication methods. Use API Keys for server-to-server and AI Agent calls, JWT for browser sessions.
API keys are the primary authentication method. They follow the format nxs_{env}_{random}.
Used for browser dashboard sessions. Obtained via POST /api/auth/login.