Profile & API Keys

The Profile page is where you manage your account details and API credentials.

API keys

API keys authenticate requests to api.usegolem.ai. The format is golem_sk_ followed by random characters.

Generating a key

  1. Navigate to Profile
  2. Click Generate API Key
  3. Copy the key immediately — it’s shown only once
After leaving the page, the secret cannot be retrieved. If you lose it, regenerate a new one.

Using a key

Pass it in the Authorization header on every API request:
See the API overview for every endpoint.

Regenerating

Generating a new key invalidates the previous one immediately — in-flight requests fail with 401. Update your integrations first if you need a zero-downtime rotation: generate the new key, switch your tooling over, then regenerate only when you’re sure nothing still uses the old one.
Treat API keys like passwords. Never commit them to source control or expose them in client-side code.