Authorization header.
Keys
API keys are prefixed withpnbr-. Request one at
[email protected].
Treat keys as secrets: read them from the environment, never commit them.
Projects
A key is scoped either to a single project or to your whole organization.- Project-scoped keys make the project implicit. You can omit
project_id. - Organization-scoped keys require
project_idon calls that operate within a project.
Tokens
POST /v1/auth/token exchanges credentials for a short-lived token where that
flow applies. Most integrations use a long-lived pnbr- key directly.