Get started

Data & AI · wired today

Drive Runway ML with governed agents

Models and datasets are infrastructure now, and agents need eyes on them. The Runway ML connector is one of 205 executable connectors and gives agents 2 read-only tools, with the credential held in the vault and every call receipted.

What agents can run against Runway ML

ToolWhat it does
get_organizationGet the Runway organization behind this API key: remaining credit balance, the monthly credit spend ceiling and per-model concurrency limits
get_taskGet the status of one Runway generation task by ID: PENDING, THROTTLED, RUNNING, SUCCEEDED, FAILED or CANCELLED, with output URLs on success and the failure code on failure. Reads an existing task only; it never starts a generation

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

What the Runway ML connector needs

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

How proven is this?

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

Runway ML integration FAQ

What can Quox agents do with Runway ML?

Agents can run 2 read-only tools against Runway ML: get organization, get task. Every call is receipted in the evidence trail.

What does the Runway ML integration need?

You provide API key from your Runway ML 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 Runway ML 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 Runway ML connector?

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