Authentication

The Public API uses API keys. Send your key as a Bearer token in the Authorization header.

Authorization header

Authorization: Bearer trident_pk_...

Scopes

API keys have one or more scopes. Endpoints will return 403 if the key doesn’t include the required scope.

  • read:articles: required for articles endpoints
  • read:sitemap: required for sitemap endpoint
  • *: grants all scopes

Getting an API key

Use the same Trident API key you would configure for @trident/client. If you don’t have one, contact Trident support to provision a key for your organization.

Key format

Keys must start with trident_pk_. Invalid or revoked keys return 401.