<aside> 💡 In this guide, we’ll go over the instructions for how to deploy an example plugin called rotate-right. Before doing so, make sure you’ve read Quickstart: How to build a Plugin in order to register a Sandbox Plugin

See the rest of our examples in the pb-plugins Github repository.

</aside>

  1. Clone the pb-plugins repository by following the instructions here.
  2. Run yarn dev to start the local server at localhost:3000.
  3. Set up ngrok by following the instructions here.
  4. Run ngrok http 3000 to forward public requests to your local server.
  5. Under the Plugins tab of https://www.playbook.com/account, you can create/edit your Sandbox Plugin to use your API Gateway’s Invoke URL as the Plugin Invocation URL.

<aside> ✅ Congratulations! You should now be able to invoke your Sandbox Plugin within your playbook in order to rotate your assets 90°.

</aside>