Cloud, hosting & identity · wired today
What can agents actually do with Bunny.net?
Infrastructure state changes under you; agents need to read it live. The Bunny.net 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 Bunny.net tool list, exactly as agents see it
list_pullzones— List Bunny.net pull zones with their origin, type and month-to-date bandwidthget_pullzone— Get one Bunny.net pull zone by ID, including its hostnames and cache settingslist_storagezones— List Bunny.net storage zones with their region, files stored and storage usedget_statistics— Get Bunny.net account traffic statistics: bandwidth, requests served and cache hit rate
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
What the Bunny.net connector needs
You provide API key from your Bunny.net account; Quox sends it as an API key sent as a header. 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: Bunny.net's own API documentation ↗ covers creating and scoping the credential.
How proven is this?
This connector was blind shape-proven against the real Bunny.net 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.
Bunny.net integration FAQ
What can Quox agents do with Bunny.net?
Agents can run 4 read-only tools against Bunny.net: list pullzones, get pullzone, list storagezones, get statistics. Every call is receipted in the evidence trail.
What does the Bunny.net integration need?
You provide API key from your Bunny.net account; Quox sends it as an API key sent as a header. 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 Bunny.net 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 Bunny.net connector?
This connector was blind shape-proven against the real Bunny.net 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.