PendiumDocs

regenerate_factsheet

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

Regenerate the brand factsheet from the agent's knowledge base. Runs in the background — returns immediately after enqueueing; the new factsheet lands a short while later. Regenerates even if a factsheet already exists. Uses LLM credits when it runs, so it requires a Starter or Pro plan.

To set the factsheet text by hand instead (no plan requirement), use update_factsheet.

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

Parameters

ParameterTypeRequiredDescription
syntheticIdintegerYesThe agent whose factsheet to regenerate.

Response

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

The regeneration runs asynchronously and replaces the existing factsheet when it finishes. Poll get_factsheet after a minute or two to see the result.

On this page