> 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/code/integrations.md).

# Integrations

**Where:** Code → Integrations · `/projects/<project>/code/integrations`

The **Code Integrations** list shows the serverless providers connected to this project — the engines your custom functions run on. Connect one before creating custom functions.

{% hint style="info" %}
Screenshot TODO — capture comes from testing-plan area **01-integrations**.
{% endhint %}

## What you can do here

The table has the columns **Integration Name**, **Provider**, **Enabled**, and **Default**. The default badge is per environment ("Default for {ENV}"); when more than one integration is active but none is the default, a warning appears: "No Default Set For Active Integrations". Click a name to open the integration's edit screen, where you can also **Set as default**, **Test** (the test runs automatically end to end — the backend invokes a test function, no manual confirmation), **Enable**/**Disable**, and **Delete**.

**Add New Integration** opens the provider picker (`…/code/integrations/pick`) with three providers — see [Providers](/cloud/code/integrations/providers.md) for each configuration form:

* [AWS Lambda](/cloud/code/integrations/providers/aws-lambda.md) — connect your AWS account with a Cross-Account Role (recommended) or an IAM user; on the Norbix AWS deployment you can also run on the built-in engine.
* [Azure Functions](/cloud/code/integrations/providers/azure-functions.md) — function app name plus a connection string or function key.
* [Google Cloud Functions](/cloud/code/integrations/providers/google-cloud-functions.md) — a service account JSON key, GCP project, and region.

## Use it from code

[Code → Integrations](/sdks-and-cli/code/integrations.md)

## API reference

Endpoints: [Get Code Integrations](/api-reference/code/integrations/get-code-integrations.md), [Save Code Integration](/api-reference/code/integrations/save-code-integration.md), [Set Code Integration As Default](/api-reference/code/integrations/set-code-integration-as-default.md), [Test Code Integration](/api-reference/code/integrations/test-code-integration.md).
