Pulumi ​
Manage infrastructure as code with Pulumi Cloud stacks, deployments, and state.
| Detail | Value |
|---|---|
| Category | DevOps |
| Base URL | https://api.pulumi.com/api |
| Authentication | Bearer Token |
| Endpoints | 8 |
| Connector key | pulumi |
Using Pulumi in a workflow ​
- Go to Connections and click New Connection.
- Pick Pulumi from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /user | Get current user |
| GET /user/stacks | List stacks |
| GET /stacks/{organization}/{project}/{stack} | Get stack details |
| DELETE /stacks/{organization}/{project}/{stack} | Delete a stack |
| GET /stacks/{organization}/{project}/{stack}/updates | List update history |
| GET /stacks/{organization}/{project}/{stack}/export | Export stack state |
| POST /stacks/{organization}/{project}/{stack}/deployments | Create a deployment |
| GET /orgs/{organization} | Get organization details |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.