The bithost REST API and command-line tool let you manage cloud servers without touching the dashboard. Automate deployments inside CI/CD pipelines, write infrastructure scripts that spin up or destroy servers on demand, or manage dozens of droplets from a single terminal session - no browser required.
Deploy, resize, snapshot, and tear down programmatically. From any language. New to bithost? Deploy your first server and add an SSH key first, then automate the rest.
A full JSON REST API to create, resize, and destroy servers, manage snapshots, list regions and plans, and handle your account - callable from any language or tool.
View API reference →The bh command-line tool wraps the REST API into simple commands. Install it once and manage your entire bithost account without leaving your terminal.
One command installs the bh binary on Linux, macOS, or Windows (WSL):
curl -fsSL https://bithost.io/cli | bash
Authenticate with a bearer token from your API settings, then run bh servers new to deploy a crypto-paid server in one line.