Playbooks

Playbooks

Recipes that turn Sillage signals into action, each one two ways. Ask your assistant, or build it against the API.

A signal is a match between an agent you set up and the content Sillage collects for your accounts, like "Salesforce's Head of Sales posted about sales efficiency on July 1". Signals are the raw material. Playbooks are what you do with them.

Every playbook gives you a result and two ways to get there:

  • Ask your assistant. With the MCP connected or the sillage-api skill installed, you describe the outcome and your assistant reads and ranks for you. No code.
  • Build with the API. A short script against the REST API when you want it on a schedule or inside your own tool.

Playbooks

Before you start

You need a workspace with a few agents running, so there are signals to work with. The skills or the MCP set these up in a few minutes.

Keyword and job-update agents work on their own. Watchlist agents (competitor, customer, partner, influencer, champion) also need a watchlist: the reusable list of companies or people they watch.

For the API path, you also need a workspace key. Create one in your workspace settings and read Authentication. Every request goes to https://api.getsillage.com/api/v2 with an Authorization: Bearer header.

On this page