Get started

Cloud, hosting & identity · wired today

What can agents actually do with Fastly?

Infrastructure state changes under you; agents need to read it live. The Fastly 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 Fastly tool list, exactly as agents see it

  • list_services — List Fastly services on the account, with their type and most recent update time
  • get_service — Get one Fastly service by ID, including its versions and which one is active
  • list_service_versions — List the versions of one Fastly service, showing which are active, locked or deployed
  • current_user — Get the Fastly user the API token belongs to, including role and two-factor status

Every tool above is read-only. Write surfaces ship only after live testing, and always behind approval gates.

What the Fastly connector needs

You provide API token from your Fastly 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: Fastly's own API documentation ↗ covers creating and scoping the credential.

How proven is this?

Fastly answers every unauthenticated request identically, so its endpoint paths rest on Fastly'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.

Fastly integration FAQ

What can Quox agents do with Fastly?

Agents can run 4 read-only tools against Fastly: list services, get service, list service versions, current user. Every call is receipted in the evidence trail.

What does the Fastly integration need?

You provide API token from your Fastly 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 Fastly 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 Fastly connector?

Fastly answers every unauthenticated request identically, so its endpoint paths rest on Fastly'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.