API Authentication

Securely integrate with the EdgeAI Neural Core using JWTs and Project Keys.

Project Keys

Project keys are used to authenticate your CI/CD pipelines and the Python SDK. You can generate and rotate these keys in the Settings panel of your dashboard.

Header Example
X-Neural-Core-Key: nc_live_82x...77k2

Bearer Tokens

For browser-based requests, use the standard Authorization Bearer header with your Supabase JWT.

Rate Limits

Free tier: 50 req/min. Pro tier: 10,000 req/min. Enterprise: Unlimited with dedicated sharding nodes.

SDK Authenication

The CLI handles authentication via an OAuth handshake. Running the command below will open your browser to finalize the connection.

edge-ai auth --login