
Actions
Agents have the ability to perform actions inside and outside Pylon. On the Actions page in Settings, view all the actions available to the agent and configure additional custom actions, like API calls.
Variables
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.

Steps
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.Runbooks can involve customer interaction or be fully internal facing!

It will take some iterating to prompt the AI in the manner that’s best for the workflow you are trying to create!
Testing
Runbooks can also be tested in isolation of AI agents using the tester on the runbook page.
Human-guided Runbooks
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 Issue Suggestions. A team member can then directly step through exection of steps in the runbook, guided by the AI copilot.