Using Library Items
The Library provides three fork actions — one per usable item type. Each action creates a personal copy you own and can modify freely.
Use Workflow
"Use Workflow" forks a Library workflow into your account as a new draft workflow.
- Find the workflow you want in the Library and click Use Workflow.
- AutoSage copies the full node and edge graph into your account.
- Vault credential bindings are stripped. Any server, vault, or credential references in Action nodes are cleared — they belonged to the Library item's author and are not accessible to you.
- The new workflow appears on your Workflows page as a draft with the original name.
- Open it in the Workflow Editor, configure each Action node with your own vault resources, then save and run.
Before forking a workflow that connects to servers, make sure the required servers and credentials are already saved in your Key Vault. Re-linking them is the main configuration step between "forked" and "runnable."
Copy Node
"Copy Node" copies a pre-configured node's settings to your clipboard — nothing is saved to your account until you paste it.
- Click Copy Node on a Library node card.
- AutoSage serializes the node configuration (type, label, settings, and script bindings) to your clipboard.
- Open any workflow in the Workflow Editor and press Ctrl+V (or Cmd+V on Mac) — the node appears on the canvas with all its settings pre-filled.
- Drag it into position, connect edges, and adjust server or credential bindings as needed.
The pasted node appears at the center of the visible canvas area. If you don't see it immediately, scroll or zoom out — it may have landed off-screen if your view is panned far from center.
Fork Script
"Fork Script" creates a copy of a Library script body in your personal Script library.
- Click Fork Script on a Library script card.
- AutoSage copies the script's name, language (PowerShell, Shell, or Python), and full body into your account. If a script with the same name already exists in your library, the fork is given a unique name automatically.
- The new script appears in your Script library and opens immediately in the Script Editor.
Your forked copy is completely independent of the Library original. Changes you make do not affect the Library item, and any future updates to the Library item do not flow back to your copy.
Plan limits on forking
Fork actions respect your plan's resource limits:
| Action | Limit checked |
|---|---|
| Use Workflow | Your current workflow count vs. your plan's workflow limit |
| Fork Script | Your current script count vs. your plan's script limit |
| Copy Node | No limit — nodes are clipboard content, not stored resources |
If you have reached your plan limit, the fork action is blocked and AutoSage displays an upgrade prompt linking to the Plans page.
On the Free plan the workflow limit is 5 and the script limit is 10. If you are at the limit, "Use Workflow" and "Fork Script" will be blocked until you delete an existing item or upgrade to Pro.
What's next
- Library overview — browse, search, and learn what's in the catalog.
- Workflow Editor Guide — finish configuring a forked workflow.
- Script Editor — edit and run a forked script.
- Plans & Pricing — upgrade to raise your workflow and script limits.