P

Pulumi Cloud REST API

REST discovered

Details
URL
https://api.pulumi.com
Docs
https://www.pulumi.com/docs/reference/cloud-rest-api/
Authentication
Pulumi access token Authorization: token <credential> + Pulumi access token Accept: text/markdown <credential> discovered
Pulumi access token bearer Get token ↗

Create an access token in the Pulumi Cloud account settings at Access Tokens or follow the admin guide at Pulumi Cloud: Access Tokens. You can then provide it to tools as PULUMI_ACCESS_TOKEN, use pulumi login to store it for the CLI, or send it to HTTP APIs in the Authorization header as token <value> where documented.

OIDC-issued Pulumi Cloud token bearer discovered Get token ↗

Configure Pulumi Cloud OIDC token exchange using the access and identity docs under Access & Identity, then mint a short-lived token through your configured issuer as described in Announcing Short Lived Access Tokens in Pulumi Cloud. The resulting token can be used anywhere pulumi login credentials are accepted, including pulumi api.