Configure Your API Key
Set your API key as an environment variable:
Get your API key from the TensorPool dashboard
Make It Persistent
To avoid setting the API key every time you open a new terminal, add it to your shell profile.Not sure which shell you’re using? See the Shell Configuration guide to learn about different shells and how to determine which one you have.
- Zsh
- Bash
- Fish
Verify Your Setup
Check that everything is configured correctly:This displays your account information, confirming that your API key is working.
Set Up SSH Keys
SSH keys are required to access clusters and pull job outputs. If you don’t have SSH keys yet, generate them:Then add your public key to your TensorPool account:Once saved, your SSH key will automatically be used for all new clusters — no need to pass
-i every time.You can also manage SSH keys from the TensorPool dashboard.
Next Steps
Deploy a Job
Run your first training job
Deploy a Cluster
Create your first GPU cluster