Get started

Data & AI · wired today

Replicate, wired into your agent workforce

Models and datasets are infrastructure now, and agents need eyes on them. The Replicate 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 Replicate takes one credential

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

What agents can run against Replicate

get_account

Get the Replicate user or organization the API token belongs to

list_predictions

List predictions created by this account, newest first, optionally filtered by creation date or source

get_prediction

Get one Replicate prediction by ID, including its status, output and timings

list_models

List public models on Replicate, optionally sorted by model or latest version creation date

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

How proven is this?

This connector was blind shape-proven against the real Replicate 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.

Replicate integration FAQ

What can Quox agents do with Replicate?

Agents can run 4 read-only tools against Replicate: get account, list predictions, get prediction, list models. Every call is receipted in the evidence trail.

What does the Replicate integration need?

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

This connector was blind shape-proven against the real Replicate 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.