> 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/project/settings/brand.md).

# Brand

**Where:** Project → Settings → Brand · `/projects/<project>/settings?tab=Brand`

The Brand tab holds the project's identity. These values are available across modules — triggers, code and templates — through project tokens such as `@Project.Name` or `@Project.Url` (see [Bindings](/cloud/project/settings/bindings.md)).

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

## Fields

| Field                     | What it does                                                                                                                                                                                                                                                              |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Brand assets — Logo, Icon | Project images, uploaded to the project's **default file integration**. Uploading needs at least one enabled file integration ([Files → Integrations](/cloud/files/integrations.md)); without one the tab shows a "No file service available" warning and blocks uploads. |
| Project Id                | The project's id (`pr_…`) — read-only, with a copy button. Used in API calls.                                                                                                                                                                                             |
| Slugified name            | The URL-safe project name — read-only; part of your dashboard links.                                                                                                                                                                                                      |
| Name                      | Friendly display name. Token: `@Project.Name`.                                                                                                                                                                                                                            |
| Url                       | The project's public address — marketing site, app or dashboard. Token: `@Project.Url`.                                                                                                                                                                                   |
| Admin portal URL          | Optional custom domain for the end-user admin portal. Left empty, the canonical URL from [Access → Deployment endpoints](/cloud/project/settings/access.md) is used (the field shows it as "Using canonical URL (…)"). Token: `@Project.AdminUrl`.                        |
| Description               | Short text describing the project. Token: `@Project.Description`.                                                                                                                                                                                                         |

**Edit** next to a field opens a modal; a successful save shows **"Project settings updated"**.

Example: with **Name** `Aurora Shop` and **Url** `https://aurorashop.com`, an email template containing `@Model.Project.Name` renders "Aurora Shop".

## Use it from code

See [Account & Projects → Projects](/sdks-and-cli/account/projects.md).

## API reference

Endpoints: [update-project-name](/api-reference/account/projects/update-project-name.md), [update-project-description](/api-reference/account/projects/update-project-description.md), [update-project-url](/api-reference/account/projects/update-project-url.md), [update-project-admin-url](/api-reference/account/projects/update-project-admin-url.md), [update-project-logo](/api-reference/account/projects/update-project-logo.md), [update-project-icon](/api-reference/account/projects/update-project-icon.md).
