Skip to main content

Get a key

Create one at Developers → Connections → Apps. Keys start with nj_sk_ and are shown once — copy immediately. Browsing and estimates are free. Paid calls draw from your Developer Balance — top up at Developers → Billing, or verify your phone on your first paid action to unlock a $0.50 starter balance.

Use it

Keep it secret

Environment variables, never hardcoded:
And never in frontend code — CORS is open on /api/v1/*, but a key in the browser is a key stolen. Proxy through your backend:

Key management

  • Up to 5 active keys per account — use separate keys for dev / staging / prod
  • Revoke instantly from Developers → Connections → Apps; revoked keys stop immediately
  • The same key works for the MCP server — agents and code share one balance

Auth errors