Installation
To install the Paradime CLI, use pip:Obtaining API Credentials
Before you can use the Paradime CLI, you need to generate an API key and copy its API Endpoint. The CLI supports both key types — see API Keys to generate one.Bearer-token authentication (account and workspace API keys) requires
paradime-io version 5.13.0 or later.Generate Api Keys Legacy
Set the environment variables to start using the CLI
Use the credentials you have generated to set these as environment variables in your system. Which variables you set depends on the type of API key you generated.- Account API Key
- Workspace API Key [legacy]
Set your account API key (starting with
prdm_cmp_) as PARADIME_API_SECRET, and set PARADIME_WORKSPACE_UID to the workspace the CLI should run against (the workspace_token from Account Settings → Workspace). No PARADIME_API_KEY is needed.