ThemysThemys/Docs

API Keys

Create and manage API keys for experimental Themys integrations.

Experimental API: API keys provide access to the experimental Themys Developer API. Endpoints, request and response formats, and availability may change without notice.

Create a key

  1. Sign in to Themys.
  2. Open the Developer Portal.
  3. Select Create API Key.
  4. Copy the key when it is shown and store it securely.

The full key is shown only once.

Use a key

Send the key as a Bearer token:

http
Authorization: Bearer YOUR_API_KEY

Keys can be scoped for extraction and analysis. Use the smallest set of scopes that your integration needs.

Keep keys safe

  • Do not share a key in chat, email, screenshots, or source code.
  • Store keys in your deployment platform's secret settings.
  • Create separate keys for separate integrations where practical.
  • Revoke a key immediately if it may have been exposed.

Revoke a key

Open the Developer Portal, find the key, and choose Revoke. Revoked keys stop working immediately. Create a replacement key before revoking one used by a live integration.