For the complete documentation index, see llms.txt. This page is also available as Markdown.

Brand

Project name, description, URL, logo and icon.

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).

Screenshot TODO β€” capture comes from testing-plan area 17-project-settings.

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); 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 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.

API reference

Endpoints: update-project-name, update-project-description, update-project-url, update-project-admin-url, update-project-logo, update-project-icon.

Last updated