Alles wat je nodig hebt om te starten met Cloudhaus. Van eerste deploy tot volledige productie-setup.
In drie stappen van nul naar een draaiende instance.
curl -fsSL https://get.cloudhaus.nl | sh cloudhaus auth login cloudhaus compute create \
--type cx-s \
--region nl-ams-1 \
--image ubuntu-24.04 Diepere handleidingen per productlijn.
Alle Cloudhaus-diensten zijn beschikbaar via een RESTful API. Authenticatie verloopt via API-tokens die je aanmaakt in het dashboard.
curl -H "Authorization: Bearer $CLOUDHAUS_TOKEN" \
https://api.cloudhaus.nl/v1/compute/instances {
"instances": [{
{
"id": "i-abc123",
"type": "cx-s",
"region": "nl-ams-1",
"status": "running",
"ip": "185.123.45.67"
}
]
} Kom je er niet uit? Neem contact op met ons team.