> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/logs/integrations.md).

# Integrations

**Where:** Logs → Integrations · `/projects/<project>/logging/integrations`

A logging **integration** forwards your project logs to an external system, so Norbix logs land in the observability stack you already use. One integration is special: **Norbix Logging** stores entries in one of your own project databases, which is what makes them visible on the [Logs](/cloud/logs/logs.md) screen.

<figure><img src="/files/XoNjestRKMVdY1vInCm0" alt=""><figcaption><p>Logs → Integrations.</p></figcaption></figure>

## What you can do here

The list shows every configured integration with **Integration Name**, **Provider**, and **Enabled**. Click a name to open its edit form, where you can change credentials, test the connection, and enable or disable forwarding.

**Add New Integration** opens the provider picker (`/logging/integrations/pick`). It currently offers **Norbix Logging** (always first — and hidden once one exists, because a project may have only one), plus **Datadog**, **AWS CloudWatch Logs**, **Sentry**, **Grafana Loki**, and a **Generic HTTP / OTLP endpoint**. Each provider's fields are described under [Providers](/cloud/logs/integrations/providers.md).

Enabled integrations all receive the same stream — a log entry is fanned out to every enabled integration at once.

## Use it from code

[Logs → Integrations](/sdks-and-cli/logs/integrations.md).

## API reference

Endpoints: [Logs → Integrations](/api-reference/logs/integrations.md).
