Skip to main content
The write-back companion to get_gtm_profile. Use it whenever the user states, or you learn, a lasting change to how they go to market — repriced, moved upmarket, sharpened positioning, changed their motion, won a new segment, or a useful note about how they operate. Each section is a living file. In the default replace mode the section evolves — the old version is kept as history, never silently contradicted — so you just write the section’s current state. Nous is the source of truth for the GTM context: write back here instead of keeping a local file.
Not for prospects. This is the user’s OWN business, not a person or company. For facts about a contact, use record; to keep a document on a contact, use save_note.

Parameters

NameTypeRequiredDescription
sectionenumICP, Market, Product, Pricing, Competitors, Positioning (these feed the ICP scoring model), GTM Motion (how they sell), or Notes (a running log for anything else durable)
contentstringThe section’s current content — short and current, a sentence or two, not an essay
modeenumreplace (default) evolves the section and keeps the prior version as history. append logs a new entry without replacing — the default for Notes.
supersedesstringOptional id of a specific existing fact to replace (overrides section matching)

Returns

Updated Pricing: Free self-host. Scale $149/mo. Agency $599/mo.
The verb reflects what happened — Recorded (new), Updated (evolved an existing section), or Logged to (append mode).

When to call it

  • “We just moved upmarket to 200–1000 employees”section: "ICP", replace
  • “We raised Scale to $149”section: "Pricing", replace
  • “We now lead with the audit-trail angle”section: "Positioning", replace
  • A durable operating notesection: "Notes", append

Backed by

POST /v2/workspace/facts — the same workspace-facts endpoint get_gtm_profile reads. See the GTM Profile HTTP reference.