PendiumDocs

update_factsheet

Replace the brand's factsheet content — the company overview used as content context.

Replace the brand's factsheet content — the comprehensive overview of the company, its products, positioning, and key facts used as foundational context when writing content. This overwrites the whole factsheet with the text you provide (it's not a merge). Synchronous, no LLM call, no credit cost.

Use get_factsheet first to see the current content. To regenerate it from the knowledge base instead, use regenerate_factsheet.

Authentication: Required

Parameters

ParameterTypeRequiredDescription
syntheticIdintegerYesThe agent whose factsheet to update.
contentstringYesThe full factsheet content (replaces the existing factsheet).

Response

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

On this page