Setting Up

Note: Ploomber Cloud is in beta

Getting an API Key

To generate an API key, follow these steps:

  1. Go to the cloud app.

  2. Click on Start Now, follow the registration flow, and add your email and password.

  3. Verify your email; you should receive a code to put into the portal along with your email.

  4. Sign in with your credentials (if not directed to sign in, follow the note below).

  5. Now that you’re inside, please click on the text box blue link on the top left corner - API Key.

cloud-key-link-example

You’ll see a pop-up where you can copy your key.

cloud-key-popup
  1. The next step is setting this key in the Ploomber CLI: copy your key, and move to the next step.

Note: You can always go back to the login page and get your key from this page.

Note: Users who registered can log in directly by clicking on the top right corner menu & sign in.

Setting your API Key

We’re constantly improving Ploomber Cloud; ensure you’re running the latest version for the best experience:

pip install ploomber --upgrade

Now, configure your API key:

ploomber cloud set-key {your-key}

You can validate that the key was set correctly by running the get command:

ploomber cloud get-key

You’re now ready to use Ploomber Cloud! You use ploomber locally and submit pipelines to the Cloud, or you can use a hosted JupyterLab instance we provide for free, so you don’t have to set up an environment.

Check out the following tutorial to learn how to submit pipelines to the Cloud.

Or check the user guide to learn more about Ploomber Cloud’s features.