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

# Functions

**Where:** Code → Functions · `/projects/<project>/code/functions`

The **Code Functions** list shows the project's serverless functions in a table with the columns **Last Modified**, **Function Name**, **Provider**, **Tags**, **Runtime**, and **Size** (memory in MB). Three header buttons: **Reload**, **Find in Marketplace** (opens the [Marketplace](/cloud/code/marketplace.md) catalog), and **Add New** (opens [Create a custom function](/cloud/code/functions/new.md)). Function ids use the `cf_` prefix.

{% hint style="danger" %}
Standalone code functions were removed in the V2 backend — the concept is folded into [code integrations](/cloud/code/integrations.md) and [marketplace](/cloud/code/marketplace.md) function bindings. The list page is still mounted but renders with empty data until it is re-modeled, so the table is always empty today. To run vendor functions now, use the Marketplace.
{% endhint %}

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

## Use it from code

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

## API reference

Endpoints: [Code](/api-reference/code.md).
