---
title: "Get AI Agent branding"
method: GET
path: "/v1/ai/branding"
tags: ["AI"]
---

# Get AI Agent branding

`GET /v1/ai/branding`

Return the organization's AI Agent's [branding configuration](/ai/settings/branding), including display name, custom logo URL, and copy for AI Agent landing surfaces. Falls back to Omni's default values when custom branding hasn't been configured.

## Response `200`

Successfully retrieved AI Agent branding

- object
  - `name` string — The display name for the AI Agent. Defaults to `Omni Agent` if branding hasn't been configured.
  - `logoUrl` string, nullable — Absolute URL to the custom logo image for the AI Agent. Returns `null` if no custom logo is configured.
  - `headline` string — Headline text displayed on AI Agent landing surfaces
  - `body` string — Body copy displayed on AI Agent landing surfaces
  - `promptPlaceholder` string — Placeholder text for the AI prompt input field

## Other responses

- `401` — Unauthorized
- `403` — Forbidden Possible error messages: - `Insufficient permissions` - User does not have AI permissions on any model
- `429` — Too Many Requests - Rate limit exceeded (60 requests/minute)
- `500` — Internal Server Error

---

[API](https://skmtc.net/omni/apis/omni-api.md) · [All operations](https://skmtc.net/omni/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omni/omni-api/revisions/6b02f7349d0e/schema)
