Runbooks
Give your agents manuals to execute complex procedures.
Last updated
Was this helpful?
Give your agents manuals to execute complex procedures.
Last updated
Was this helpful?
Write instructions in natural language to help your AI Agent handle specific scenarios. When your AI Agents are assigned to issues, they will determine the most relevant runbook they have access to and start executing it.
You can think of Runbooks as having the power of programming, but with the simplicity of writing a document with steps.
By default, AI Agents have a whole set of Pylon actions available to them, including responding to customers, leaving internal notes, setting custom fields, and more.
Actions and Runbooks allow scoped variables available to make your Runbook execution as flexible as possible. These variables can exist only in the Runbook or come from other fields in Pylon. For example, you can use variables in the body of API calls or as a way to pass information between steps in a Runbook. Use the {{
characters to see available variables or create a new one.
Runbooks consist of a sequence of steps that each use actions, variables, and natural language.
Chain together steps to create an end-to-end workflow for how an Agent should handle a certain scenario.
Here's an example of a Runbook step:
Note that since the step is in natural language, mentioning the account ID is a 5 digit alphanumeric value means we get natural enforcement and validation from the AI. For example, if the user provides something 6 digits long, the AI will re-prompt them with a suggestion for the correct prompting.
Runbooks can also be tested in isolation of AI agents using the tester on the runbook page.
A team member can then directly step through exection of steps in the runbook, guided by the AI copilot.
Agents have the ability to perform actions inside and outside Pylon. On the page in Settings, view all the actions available to the agent and configure additional custom actions, like API calls.
Runbooks can not only be executed directly by AI agents, but also by humans on your team directly. Runbooks are accessible in the Copilot tab of the issue sidebar, and will be suggested by .