PendiumDocs

rebuild_brand_voice

Regenerate the brand voice from the agent's knowledge base in the background.

Regenerate the brand voice from the agent's knowledge base, falling back to the company profile when no knowledge sources exist. Runs in the background — returns immediately after enqueueing; the rebuilt voice lands a short while later. Already-populated fields are preserved. Uses LLM credits when it runs, so it requires a Starter or Pro plan.

To patch individual voice fields by hand instead (no plan requirement), use update_brand_voice.

Authentication: Required. Starter or Pro plan (LLM regeneration).

Parameters

ParameterTypeRequiredDescription
syntheticIdintegerYesThe agent whose brand voice to rebuild.

Response

{
  "success": true,
  "syntheticId": 1234,
  "status": "queued"
}

The rebuild runs asynchronously. Poll get_brand_voice after a minute or two to see the rebuilt voice.

On this page