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

# Marketplace

**Where:** Code → Marketplace · `/projects/<project>/code/marketplace`

The **Code Marketplace** is a catalog of connectors — vendors like Slack or Salesforce and Norbix built-ins (Database, Web, MCP) — exposed as ordinary callable functions. You connect a listing to the project, add its functions, then call them by id from your code, database triggers, and scheduled tasks.

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

## What you can do here

* **Search** listings by free text ("Search integrations…").
* Filter with the **Official only** checkbox and the **Category**, **Transport**, and **Tags** filter menus. Active filters show as removable chips. Categories come from the platform catalog (Crm, Erp, Marketing, Communication, Productivity, Storage, Analytics, Identity, Payments, DevTools, Ai, Files, Database, Calendar, Other); transports are Mcp, Rest, Code, Internal, and Sdk.
* Browse the result grid, grouped by category. Each card shows the listing's icon, name, vendor, an official-listing check badge when it is published by Norbix, the number of **Functions** it ships, its transport, and its tags. Listings already installed on the project carry an **Enabled** (green) or **Installed** (gray) badge.
* Click a card to open its [connection page](/cloud/code/marketplace/connection.md), where you enable the listing and add its functions.

Listing ids use the `ml_` prefix; once installed, the project-side integration gets an `int_` id and each added function a `func_` id.

## Use it from code

[Code → Marketplace](/sdks-and-cli/code/marketplace.md)

## API reference

Endpoints: [Code → Marketplace](/api-reference/code/marketplace.md) — the catalog itself comes from [Get Marketplace Listings](/api-reference/code/marketplace/get-marketplace-listings.md).
