Skip to content
Last updated

Coralogix integration

Coralogix is a cloud-native observability platform for logs, metrics, and traces. Integrating Coralogix with Frontegg allows your application to manage alerts, dashboards, SLOs, log queries, webhooks, API keys, teams, and roles on behalf of your users using a personal API key.


Prerequisites

  • A Coralogix account with admin access
  • Your Coralogix team's login URL (for example, your-team.app.eu2.coralogix.com) — you need this to determine your region URL in Step 6

Connect Coralogix

Step 1: Open the API Keys settings page

Log in to your Coralogix team. In the left navigation, click Settings, then under Users & Teams click API Keys.

Coralogix Settings page with API Keys selected in the left navigation

Step 2: Create a personal key

On the Keys page, click PERSONAL KEY to create a new personal API key.

Coralogix API Keys page with the PERSONAL KEY button highlighted

Step 3: Enter a key name

In the Create a new personal key dialog, enter a descriptive name in the Key name field — for example, Frontegg Integration.

Create personal key dialog with the Key name field highlighted and filled with Frontegg Integration

Step 4: Select permissions

In the permissions table, expand and check the required role presets for the integration. Select All for each of the following categories:

Role presetRequired for
ALERTSManaging alert definitions and events
APIKEYSManaging API keys
DASHBOARDSReading and managing dashboards
DATAQUERYINGQuerying logs via DataPrime or Lucene
OUTBOUNDWEBHOOKSManaging outgoing webhooks
SLOReading and managing SLOs
TEAMADMINManaging team groups, members, and roles

Click Create when all required presets are selected.

Personal key creation dialog showing selected permission presets with 58 permissions added

Step 5: Copy the API key

Coralogix displays the key value once — immediately after creation. Copy it now and store it securely.

One-time display

The API key value is shown only at creation time. Download it or copy it before closing the dialog. If you lose it, you must create a new key.

Coralogix key creation confirmation dialog showing the blurred API key value with a copy button

Step 6: Find your region URL

The Frontegg integration requires the management API base URL for your Coralogix region. To find it, navigate to the Coralogix endpoints page.

First, identify your region by matching your team hostname to the table. For example, if your login URL contains .app.eu2.coralogix.com, your domain is eu2.coralogix.com.

Coralogix endpoints documentation showing the domain-to-region mapping table

Your Coralogix region URL is the management API endpoint for your region — use the format https://api.{domain}. Examples:

RegionDomainRegion URL
EU2 (Stockholm)eu2.coralogix.comhttps://api.eu2.coralogix.com
EU1 (Ireland)eu1.coralogix.comhttps://api.eu1.coralogix.com
US1 (Ohio)us1.coralogix.comhttps://api.coralogix.com
US2 (Oregon)us2.coralogix.comhttps://api.us2.coralogix.com
AP1 (Mumbai)ap1.coralogix.comhttps://api.ap1.coralogix.com
AP2 (Singapore)ap2.coralogix.comhttps://api.ap2.coralogix.com

Coralogix endpoints documentation showing the management endpoints section with the API base URL pattern

Configure the Frontegg portal

Once you have your API Key and region URL, configure the integration in the Frontegg portal:

  1. Open the Frontegg portal and navigate to [ENVIRONMENT] → Integrations → Coralogix.
  2. Enter the API Key you copied in the previous step.
  3. Enter the Coralogix region URL (for example, https://api.eu2.coralogix.com) — no trailing slash.
  4. Click Save.

Keep your API key secure

Never share or commit your Coralogix API key to version control.

Additional resources