Cloud, hosting & identity · wired today
Scaleway, wired into your agent workforce
Infrastructure state changes under you; agents need to read it live. The Scaleway 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.
Connecting Scaleway takes one credential
You provide access key, secret key from your Scaleway 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: Scaleway's own API documentation ↗ covers creating and scoping the credential.
What agents can run against Scaleway
list_projectsList the Projects of one Scaleway Organization, with their names, IDs and creation dates
list_instancesList Scaleway Instances (servers) in one Availability Zone, optionally filtered by state or name
get_instanceGet one Scaleway Instance by ID, with its type, state, image and IP addresses
list_volumesList Scaleway Instance volumes in one Availability Zone, with size, type and attached Instance
Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.
How proven is this?
Scaleway answers every unauthenticated request identically, so its endpoint paths rest on Scaleway'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.
Scaleway integration FAQ
What can Quox agents do with Scaleway?
Agents can run 4 read-only tools against Scaleway: list projects, list instances, get instance, list volumes. Every call is receipted in the evidence trail.
What does the Scaleway integration need?
You provide access key, secret key from your Scaleway 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 Scaleway 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 Scaleway connector?
Scaleway answers every unauthenticated request identically, so its endpoint paths rest on Scaleway'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.