Skip to main content
Pushes a playbook’s content into Nous so the graph stays current with the file you edited. You must call this in the same turn whenever you edit a policy file in the repo (a voice file, outreach rules, positioning), passing the file’s new content and its path, so Nous mirrors it and every other agent reads the same rules.
An edited playbook file that isn’t synced is silently inert. Other agents keep reading the old rules until you call this. For the ICP and context files specifically, sync_icp is the sync, so use that one for those.

Parameters

Returns

When to call it

  • Right after you edit a policy file (voice, outreach, positioning) in the repo, in the same turn
  • Whenever the user changes how they want work done and that change lives in a playbook file
For the ICP and context files, use sync_icp instead. To read a playbook, use get_playbook.

Backed by

POST /v2/playbooks/:kind. The policy surface, separate from the per-entity context graph.