Alternatively you can also manually set your API key using prime config set-api-key
Configure SSH key for pod access:
Copy
Ask AI
prime config set-ssh-key-path
You can generate your ssh keys on app.primeintellect.ai under the /dashboard/profile section. We recommend creating a dedicated directory for your Prime Intellect keys in your home directory, like /Users/<username>/pi-keys.
# List available GPUsprime availability list# Filter by GPU typeprime availability list --gpu-type H100_80GB# Create a podprime pods create# List your podsprime pods list# SSH into a podprime pods ssh <pod-id>
For detailed documentation on each command and feature, explore the sections above.