PendiumDocs

update_brand_name

Set the brand's public display name shown on its Brand Index page.

Set the brand's public display name — the name shown on its public Brand Index page. Synchronous, no LLM call, no credit cost. The agent must already have a Brand Index entry; this is rejected otherwise. This changes the display name only, not the URL slug.

Authentication: Required

Parameters

ParameterTypeRequiredDescription
syntheticIdintegerYesThe agent whose public brand name to update.
namestringYesThe new public brand display name.

Response

{
  "success": true,
  "syntheticId": 1234,
  "name": "Example Inc.",
  "brandSlug": "example-inc"
}

The brand's public page lives at /brands/{brandSlug}.

On this page