developer infrastructure · one wallet · server API

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.

VPS from $7.50/moNo contractsPayPal + cryptoMCP access
bashrack.com/api — order
$ curl https://bashrack.com/api/v1/orders -H "Authorization: Bearer $BASHRACK_API_TOKEN" -d '{"cores":8,"ram":32,"disk":320,"loc":"fra","os":"ubuntu-24.04"}'
→ resolving inventory ............ ok
→ allocating node fra-r12-b07 .... ok
→ billing: hourly · pay-as-you-go
→ provisioning ................... ok
✓ server ready → ssh [email protected]

# 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.

Post-deploy SSH key rotation
DHCP or static IPv4 configuration
Custom DNS resolvers and hostname
Dashboard and REST API control
automate with the API
cloud-init configuration
post-deploy
hostnameweb-prod-01
networkstatic · 203.0.113.10/24
gateway203.0.113.1
DNS1.1.1.1 · 8.8.8.8
SSH keysssh-ed25519 AAAAC3NzaC1… deploy@ci
save now · apply on next rebootno reinstall required

# 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
open organizations

Bashrack Labs

organization workspace

5 members

shared infrastructure

production-api

VPS compute

shared

storefront

Web hosting

shared

analytics-db

PostgreSQL

shared

team access

OwnerAdminMemberBillingRead only
shared usage billed to the organization ownerpersonal data stays private

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.

open full configurator

# 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.

1

Describe

Send the same configuration used by the UI.

2

Deploy

Provisioning runs through the platform queue.

3

Operate

Manage lifecycle, billing, and support by API.

read the API docs
POST /api/v1/orders201 CREATED
$ 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"
  }'
MCP access · read only

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 documentation
infrastructure.queryread only

Find 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/locations

No 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.

browse documentation

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.