Viewing docs for ImprovMX v0.2.7
published on Tuesday, Mar 24, 2026 by lokkju
published on Tuesday, Mar 24, 2026 by lokkju
ImprovMX: Installation & Configuration
I want to use the Pulumi ImprovMX package (improvmx) in my project.
## Provider details
- Package: improvmx
- Version: v0.2.7
- Publisher: lokkju
- Source: pulumi
- Repository: https://github.com/lokkju/pulumi-improvmx
## Documentation
The Pulumi Cloud Registry API serves canonical, up-to-date docs for this package — including private packages and every published version. Send the "Accept: text/markdown" header for clean readable content, or "application/json" for structured data.
Start at the navigation tree, which cross-links to the readme, installation guide, and per-resource docs URL template:
- https://api.pulumi.com/api/registry/packages/pulumi/lokkju/improvmx/versions/latest/nav
Returns a summary by default. The full tree can be hundreds of kB for large providers, so prefer targeted search: append "?q=<query>&depth=full" to filter by resource/function title or token (for example "?q=bucket&depth=full"). Only request the full nav without a query if you actually need to enumerate every resource.
Other endpoints:
- Overview and getting started: https://api.pulumi.com/api/registry/packages/pulumi/lokkju/improvmx/versions/latest/readme
- Installation and configuration: https://api.pulumi.com/api/registry/packages/pulumi/lokkju/improvmx/versions/latest/installation
- Per-resource/function docs: https://api.pulumi.com/api/registry/packages/pulumi/lokkju/improvmx/versions/latest/docs/{token}?lang={lang}
Replace {token} with the percent-encoded token from the nav response (for example aws:s3/bucket:Bucket).
Replace {lang} with typescript, python, go, csharp, java, or yaml.
Fetch the installation endpoint above for the correct setup steps — install instructions vary between native providers, bridged Terraform providers, and component packages.
Help me get started using this provider. Show me a complete Pulumi program that provisions a common resource, including all necessary configuration and imports.
Viewing docs for ImprovMX v0.2.7
published on Tuesday, Mar 24, 2026 by lokkju
published on Tuesday, Mar 24, 2026 by lokkju
Installation
The ImprovMX provider is available as a package in the following Pulumi languages:
Node.js (JavaScript/TypeScript)
npm install pulumi-improvmx
Python
pip install pulumi-improvmx
.NET
dotnet add package Pulumi.Improvmx
Go
go get github.com/lokkju/pulumi-improvmx/sdk/go/improvmx
Configuration
The following configuration options are available:
| Option | Required | Description | Environment Variable |
|---|---|---|---|
improvmx:apiToken | Yes | ImprovMX API token | IMPROVMX_API_TOKEN |
Set via Pulumi config
pulumi config set improvmx:apiToken --secret sk_xxxxx
Set via environment variable
export IMPROVMX_API_TOKEN=sk_xxxxx
You can get your API token from the ImprovMX account settings.
Viewing docs for ImprovMX v0.2.7
published on Tuesday, Mar 24, 2026 by lokkju
published on Tuesday, Mar 24, 2026 by lokkju
