pulumi.com
Pulumi provides infrastructure-as-code tooling and a managed Pulumi Cloud service for state management, deployments, secrets, and governance. It also operates a package registry and AI-oriented tooling for working with cloud infrastructure.
Pulumi exposes a Pulumi Cloud REST API, a public Pulumi Registry HTTP API, a hosted MCP server, and the Pulumi CLI; auth is primarily via Pulumi access tokens, with OIDC-issued tokens also supported for CLI-backed API access.
- Pulumi MCP Serverdiscovered
- Pulumi Cloud REST APIdiscovered
- Pulumi Registry APIdiscovered
- Pulumi CLIdiscovered
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.
$ pulumi loginAcquired by the CLI — running pulumi login opens the auth flow and stores the credential.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://pulumi.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing