Cloud, hosting & identity · wired today
What can agents actually do with Hetzner Cloud?
Infrastructure state changes under you; agents need to read it live. The Hetzner Cloud connector is one of 205 executable connectors and gives agents 4 read-only tools, with the credential held in the vault and every call receipted.
The Hetzner Cloud tool list, exactly as agents see it
list_servers— List Hetzner Cloud servers, optionally filtered by status or exact nameget_server— Get one Hetzner Cloud server by IDlist_datacenters— List Hetzner Cloud datacenters and the server types each one supportslist_images— List Hetzner Cloud images (system images, snapshots, backups), optionally filtered by type or architecture
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
What the Hetzner Cloud connector needs
You provide API token from your Hetzner Cloud account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Where to get it: Hetzner Cloud's own API documentation ↗ covers creating and scoping the credential.
How proven is this?
This connector was blind shape-proven against the real Hetzner Cloud API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.
Hetzner Cloud integration FAQ
What can Quox agents do with Hetzner Cloud?
Agents can run 4 read-only tools against Hetzner Cloud: list servers, get server, list datacenters, list images. Every call is receipted in the evidence trail.
What does the Hetzner Cloud integration need?
You provide API token from your Hetzner Cloud account; Quox sends it as a bearer token. The credential is stored encrypted in the vault and resolved just-in-time, so agents use it without ever seeing it.
Do agents see my Hetzner Cloud credentials?
No. Credentials live encrypted in the Quox vault and are resolved server-side at call time. Agents invoke tools; they never receive the underlying secret.
How proven is the Hetzner Cloud connector?
This connector was blind shape-proven against the real Hetzner Cloud API: every endpoint it declares answered measurably differently from a deliberately bogus control request, without any account or credential involved. It is Beta: proven against the live API surface, not yet run with a real credential.