Koyeb: Installation & Configuration

Installation

The Pulumi Koyeb provider is available as a package in all Pulumi languages:

Setup

To provision resources with the Pulumi Koyeb provider, you need a Koyeb API access token to allow Pulumi to authenticate to Koyeb. Koyeb API access token credentials can be obtained from the Koyeb Control Panel.

Set environment variables

Once the credentials are obtained, there are two ways to communicate your authorization tokens to Pulumi:

Set the environment variable KOYEB_TOKEN:

```bash
$ export KOYEB_TOKEN=XXXXXXXXXXXXXX
```