﻿# Runbooks

You can use the REST API to create and manage your Octopus [runbooks](/docs/runbooks). Typical tasks can include:

- [Add a script step to runbook](/docs/octopus-rest-api/examples/runbooks/add-script-step-to-runbook)
- [Create and publish a new runbook snapshot](/docs/octopus-rest-api/examples/runbooks/create-and-publish-runbook)
- [Create a runbook](/docs/octopus-rest-api/examples/runbooks/create-runbook)
- [Create a new scheduled runbook trigger](/docs/octopus-rest-api/examples/runbooks/create-scheduled-runbook-trigger)
- [Publish a runbook snapshot](/docs/octopus-rest-api/examples/runbooks/publish-runbook)
- [Run a runbook with prompted variables](/docs/octopus-rest-api/examples/runbooks/run-runbook-with-prompted-variables)
- [Run a published runbook](/docs/octopus-rest-api/examples/runbooks/run-runbook)
