How to Create a New Blueprint
Overviewβ
When you use a solution over and over again, it's a good idea to turn it into a Blueprint. This how to guide will walk you through the steps needed to create a repeatable solution as a Blueprint.
Stepsβ
Step 1 - Initial Setupβ
- Navigate to your organization's Blueprints using the side navigation.
- Click the Add Blueprint button in the top-right.
- Select the language that you want to use to build your Blueprint.
Step 2 - Create Inputsβ
All of the information on this tab is optional, but strongly recommended.
- Follow this how to guide on creating Blueprint Variables.
- Repeat until you've created all of the variables you need.
- Give your Blueprint a description that indicates what exactly it will do.
- Click Preview this Blueprint to verify that everything looks exactly as you want.
- Click Next Step once you're done.
Step 3 - Provide Codeβ
All of the information on this tab is required.
- Provide the code for your solution, using any of the available methods.
- Provide the File to Run to execute your script properly.
- Click Next Step once you're done.
Step 4 - Define Requirementsβ
All of the information on this tab is optional.
- Provide any environment variables that your script uses.
- Provide any external packages that your script needs to use.
- Click Next Step once you're done.
Step 5 - Settingsβ
- Give your Blueprint a unique, descriptive name.
- Give your Blueprint a synopsis that describes what it should be used for.
- If desired, update the visibility or the guardrails.
- Click Save and Finish once you're done
success
You've now successfully created a Blueprint.