Skip to main content
Every request requires a Bearer token in the Authorization header.
curl https://pnbr.io/v1/ontology \
  -H "Authorization: Bearer $PENUMBRA_API_KEY"

Keys

API keys are prefixed with pnbr-. 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_id on 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.