API documentation

hostd HTTP API reference.

The hostd API lets you manage your account programmatically. Base URL: https://hostd.cloud.

Authentication

Most endpoints require an API key. Create a key in the portal under Settings → API Keys and send it as a Bearer token:

Authorization: Bearer <your-api-key>
curl -H "Authorization: Bearer <your-api-key>" https://hostd.cloud/api/network/ips/

Listing clusters is public and does not require authentication.

Endpoints

  • Public cloud — clusters, projects, usage, tasks, and hourly pricing.
  • IP addresses — assigned IP addresses and their reverse DNS (PTR) records.

On this page