Skip to content

API Keys

API keys authorize trusted services to submit usage and call Meterry APIs.

Open API keys in the project sidebar.

  1. Select Create key.
  2. Enter a clear name such as Production gateway, Staging, or Customer proxy.
  3. Choose scopes. Use the least privilege needed by the integration.
  4. Create the key.
  5. Copy the generated secret and store it in your backend environment.

Secrets are shown once. Existing keys are listed by name and key ID, but the secret is never shown after creation.

Send it as a bearer token from a trusted backend or gateway:

Authorization: Bearer <secret>
Content-Type: application/json

Do not expose project API keys in browser code or mobile client code.

  1. Create a replacement key.
  2. Deploy the new secret to the service.
  3. Confirm ingestion is working.
  4. Delete the old key from the Portal.

Deleting a key revokes access for services that still use it.