Infrastructure that ships like code.
Deploy VPS, web apps, and managed databases from one platform. Start in the browser, automate server workflows through the API, and track usage with hourly billing.
# one platform
Run every layer of your stack.
VPS is the foundation. Add application hosting and managed data services without splitting billing, credentials, or workflows across providers.
# cloud-init
Change the boot config, not the whole server.
Rotate SSH keys, switch between DHCP and static IPv4, update DNS, or set the hostname after deployment. Save in the dashboard or through the API, then reboot when you are ready to apply it.
web-prod-01static · 203.0.113.10/24203.0.113.11.1.1.1 · 8.8.8.8ssh-ed25519 AAAAC3NzaC1… deploy@ci# organizations
Share infrastructure without sharing accounts.
Bring your team into the same infrastructure workspace without handing over your personal account. Assign the right access once, then share compute, apps, and data as the work grows.
- Share VPS, hosting apps, and databases from one workspace
- Set owner, admin, member, billing, or read-only access
- Keep personal wallets, invoices, support, and security private
Bashrack Labs
organization workspace
shared infrastructure
production-api
VPS compute
storefront
Web hosting
analytics-db
PostgreSQL
team access
Global regions
deploy close to users
Hourly billing
pay-as-you-go metering
REST API
automate server workflows
One wallet
compute, apps, and data
# configure
Build the machine you actually need.
Choose the hardware and see the price update before you deploy. The same configuration can be copied as an API request.
# automate
Start in the UI. Scale through the API.
The VPS dashboard and API use the same configuration model. Prototype visually, then move the server workflow into scripts, CI, or your own control plane.
Describe
Send the same configuration used by the UI.
Deploy
Provisioning runs through the platform queue.
Operate
Manage lifecycle, billing, and support by API.
$ curl -X POST https://bashrack.com/api/v1/orders \
-H "Authorization: Bearer $BASHRACK_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"category": "dedicated",
"cores": 8,
"ram": 32,
"disk": 320,
"storage": "nvme",
"loc": "fra",
"os": "ubuntu-24.04"
}'Query infrastructure through MCP.
Read locations, VPS tiers, operating systems, pricing estimates, platform status, and visible servers through structured tools. Deployment and server changes stay in bashrack for explicit review.
MCP documentationFind a VPS in Frankfurt with at least 8 GB RAM and return the monthly estimate.
location catalog
live tier pricing
configuration validation
# regions
Put infrastructure closer to users.
Choose an available metro during configuration. Location inventory comes from the platform catalog, so the UI and API stay in sync.
GET /api/v1/locationsNo locations to show
Either no locations are enabled in the admin panel, or the enabled locations are missing latitude/longitude coordinates.
# before you deploy
Straight answers.
The essentials about billing, deployment, infrastructure, and support.
ready when you are
Deploy the first server. Automate the next hundred.
Start from $7.50/month with no contract. Configure in the browser and keep the API ready for everything that follows.