np) in less than a minute. Deploy and manage compute nodes directly from your terminal.
Billing is calculated per-second. It starts the moment your node is created and stops the moment you delete it.
1
Install the CLI
Install the
np CLI using uv (recommended) or pip:2
Authenticate Your Account
Save your API key securely in your OS keyring using Verify access and display your account details:
np auth save:3
Add an SSH Public Key (Optional)
Register an SSH public key so it is automatically injected into new nodes:
4
Deploy Your First Node
Create a new compute node with a single command:Your node is provisioned and ready in seconds.
5
Connect via SSH
List your nodes to retrieve the SSH connection command:Alternatively, inspect detailed information for your specific node:Run the printed SSH command to connect to your node:
6
Clean Up
When you finish, delete the node to terminate billing immediately:
Command Cheat Sheet
Next Steps
CLI Reference
Explore all CLI subcommands, global options, and output formats.
Quick Start (API)
Learn how to manage compute nodes programmatically using Python SDK or HTTP API.