Skip to main content
Provisioning a node on Nodepick takes less than 30 seconds. You can create a node through the dashboard for a visual experience, use the Python SDK to integrate node creation directly into your code, or call the HTTP API from any environment that can make HTTP requests. All three methods provision the same underlying infrastructure — pick whichever fits your workflow.

Provision a Node

The Nodepick dashboard gives you a point-and-click interface for creating and configuring nodes without writing any code.
1

Open Node Management

Log in to your Nodepick account and navigate to the Node Management section in the left sidebar.
2

Click Create Node

Click the Create Node button in the top-right corner of the Node Management page.
3

Configure your resources

Select the number of CPU cores, the amount of RAM, the storage size, and whether you want a routable IP address attached to this node.
4

Confirm and provision

Review your configuration and click Confirm. Nodepick begins provisioning immediately. Your node will appear in the Node Management list with a provisioning status and transition to running within 30 seconds.

Expected Response

Regardless of which method you use, a successful create request returns a JSON object with the node’s initial state:
Billing starts the moment a node is created, even while it is still in the provisioning state. To avoid unnecessary charges, delete nodes as soon as you no longer need them.

Next Steps

Now that your node is provisioned, you’re ready to use it.

SSH Access

Connect to your running node with full root access using SSH.

Manage Nodes

List your nodes, inspect their details, and delete them when you’re done.