Cloud, hosting & identity · wired today
What can agents actually do with UpCloud?
Infrastructure state changes under you; agents need to read it live. The UpCloud 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 UpCloud tool list, exactly as agents see it
get_account— Get the UpCloud account: username, remaining credits and the account resource limitslist_servers— List the cloud servers on the UpCloud account, optionally filtered by state or a free-text searchlist_storages— List the storages accessible to the UpCloud account, with size, tier, state and zonelist_zones— List the UpCloud zones available to the account, including private cloud zones and their parents
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
What the UpCloud connector needs
You provide username, password from your UpCloud account; Quox sends it as HTTP basic credentials. 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: UpCloud's own API documentation ↗ covers creating and scoping the credential.
How proven is this?
UpCloud answers every unauthenticated request identically, so its endpoint paths rest on UpCloud's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.
UpCloud integration FAQ
What can Quox agents do with UpCloud?
Agents can run 4 read-only tools against UpCloud: get account, list servers, list storages, list zones. Every call is receipted in the evidence trail.
What does the UpCloud integration need?
You provide username, password from your UpCloud account; Quox sends it as HTTP basic credentials. 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 UpCloud 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 UpCloud connector?
UpCloud answers every unauthenticated request identically, so its endpoint paths rest on UpCloud's own published API reference (cited in the connector spec). The credential wire format was verified against the real host. Like every factory connector, it is Beta: it has not yet been run with a real credential.