Rundeck
Integrates with Rundeck automation server to execute jobs and retrieve job metadata via the Rundeck REST API. Supports executing jobs by UUID with optional job options (key-value arguments) and node filters, and fetching job info including scheduling and execution details. Authenticates using API token with server URL. Nodes can use either a shared Connect/Disconnect pattern with client ID passing, or provide credentials directly on each node.
| Namespace | Robomotion.Rundeck |
| Version | 1.1.0 |
| Category | Automation & Workflow, IT Operations |
| Nodes | 5 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Rundeck and returns a Client ID. |
| Disconnect | Closes a Rundeck connection. |
| Execute Job | Execute Job — see the properties below. |
| Get Job Info | Gets a job info in Rundeck. |
| Toolkit | Exposes this package's operations to an AI Agent as a single tool. |
Connecting
This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.
Credentials belong in a Vault rather than typed into the node.
AI Agent tools
4 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Execute Job, Get Job Info.
Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.
It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.