Get an API Key#
To get an API key, first register in the platform: Sign up.
Then, click on account:
And copy your API key:
Setting your API key in the CLI#
If you’re using the CLI, you can set your key with the key
command:
ploomber-cloud key YOURKEY
Or, you can set an environment variable:
export PLOOMBER_CLOUD_KEY=YOURKEY