Skip to content

Pulumi ​

Manage infrastructure as code with Pulumi Cloud stacks, deployments, and state.

DetailValue
CategoryDevOps
Base URLhttps://api.pulumi.com/api
AuthenticationBearer Token
Endpoints8
Connector keypulumi

Using Pulumi in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Pulumi from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /userGet current user
GET /user/stacksList stacks
GET /stacks/{organization}/{project}/{stack}Get stack details
DELETE /stacks/{organization}/{project}/{stack}Delete a stack
GET /stacks/{organization}/{project}/{stack}/updatesList update history
GET /stacks/{organization}/{project}/{stack}/exportExport stack state
POST /stacks/{organization}/{project}/{stack}/deploymentsCreate a deployment
GET /orgs/{organization}Get organization details

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.