Skip to main content

Authentication

Every request requires an API key in the Authorization header:

Authorization: Bearer jk_live_your_key_here

Keys are managed from the dashboard. Revoke at any time. Client libraries read JINTEL_API_KEY from the environment by default.

warning

Raw keys are only visible at creation. Store them in a secrets manager — never commit to source control.