API guide 1

Authentication

Every public API request is authenticated with an API key generated in the AlgoLens platform.

2.1Create a key

  1. Sign in to AlgoLens.
  2. Open Developer settings and select Integration API keys.
  3. Name the integration and create the key.
  4. Copy it immediately and store it in a secret manager.

2.3Keep keys safe

  • Use an environment variable or server-side secret manager.
  • Use a separate key for each application and environment.
  • Never send a key in a query string, frontend bundle, source repository, log or screenshot.
  • Revoke an exposed or unused key immediately.

AlgoLens developer documentationAPI guide 1 · Authentication