Connect Replicate to OpenClaw on Operator.io
Replicate is a cloud API platform for running AI models without managing infrastructure. Get scalable, production-ready access to the latest machine learning models in minutes.
Automate Replicate with AI
Your OpenClaw agent lives on Operator and treats Replicate as one more service it can drive. Send it an outcome in a Telegram or Discord message and it works out which of the 31 Replicate actions to run, then runs them.
Your agent reaches Replicate directly or through connectors like Composio MCP and Pipedream MCP, which handle the sign in and token refresh for you, so there is nothing to wire up and no API keys to paste.
What your agent can do with Replicate
Your agent can call any of these Replicate actions by name as part of a larger task. Ask for the outcome you want and it picks the right ones.
Get Account Information
Tool to get authenticated account information. Use when you need to retrieve details about the account associated with the API token.
Cancel Prediction
Tool to cancel a prediction that is still running. Use when you need to stop an in-progress prediction to free up resources or halt execution.
Get model collection
Tool to get a specific collection of models by its slug. Use when you need detailed information about a collection and its models.
List model collections
Tool to list all collections of models. Use when you need to retrieve available model collections. Collections are curated groupings of related models. Response includes only collection metadata (name, slug, description), not individual...
Create Model
Tool to create a new Replicate model with specified owner, name, visibility, and hardware. Use when you need to create a destination model before launching LoRA/fine-tune training.
Create Prediction
Tool to create a prediction for a Replicate Deployment. IMPORTANT: This action ONLY works with Replicate Deployments (persistent instances you create and manage), NOT public models. Deployments are created via REPLICATE_DEPLOYMENTS_CREAT...
Create Deployment
Tool to create a new deployment with specified model, version, hardware, and scaling parameters. Use when you need to deploy a model for production use with auto-scaling.
Delete Deployment
Tool to delete a deployment from your account. Use when you need to remove a deployment. Deployments must be offline and unused for at least 15 minutes before deletion.
Get Deployment Details
Tool to get deployment details by owner and name. Use when you need information about a specific deployment including its release configuration and hardware settings.
List deployments
Tool to list all deployments associated with the account. Use when you need to retrieve deployment configurations and their latest releases.
Create File
Tool to create or upload a file to Replicate. Use when you need to upload file content with optional metadata.
Delete File
Tool to delete a file by its ID. Use when you need to remove a file from storage. Returns 204 No Content on success.
Get File Details
Tool to get details of a file by its ID. Use when you need to inspect uploaded file information before further operations. Returned URLs may be short-lived; download or persist needed files promptly after retrieval.
List Files
Tool to retrieve a paginated list of uploaded files. Use to view all files created by the authenticated user or organization. Files are sorted with most recent first. Pagination is cursor-based: follow the next cursor until empty to retr...
Get Prediction
Tool to get the status and output of a prediction by its ID. Use when you need to check on a running prediction or retrieve the results of a completed prediction.
List Available Hardware
Tool to list available hardware SKUs for models and deployments. Use when you need to see what hardware options are available on the Replicate platform.
List model examples
Tool to list example predictions for a specific model. Use when you want to retrieve author-provided illustrative examples after identifying the model. Returned examples are minimal working payloads; cross-reference with REPLICATE_MODELS...
Get Model Details
Tool to get details of a specific model by owner and name. Consult the returned input schema before constructing any prediction request — each model defines its own required/optional fields (e.g., `prompt`, `aspect_ratio`, `version`); mi...
List Public Models
Tool to list public models with pagination and sorting. Use when you need to browse available models or find models sorted by creation date.
Create Model Prediction
Tool to create a prediction using an official Replicate model. Use when you need to run inference with a specific model using its owner and name. Supports synchronous waiting (up to 60 seconds) and webhooks for async notifications.
Get Model README
Tool to get the README content for a model in Markdown format. Consult alongside REPLICATE_MODELS_EXAMPLES_LIST before calling REPLICATE_CREATE_PREDICTION — Replicate enforces strict JSON schemas on model inputs and returns 422 errors fo...
Get Model Version
Tool to get a specific version of a model. Use when you need details about a particular model version including its schema and metadata.
List Model Versions
Tool to list all versions of a specific model. Use when you need to see all available versions of a model, sorted by newest first.
Create Prediction
Tool to create a prediction to run a model by version ID. Use when you have a specific model version identifier and need to run inference with provided inputs. Supports synchronous waiting and webhook notifications.
List All Predictions
Tool to list all predictions for the authenticated user or organization with pagination. Use when you need to retrieve prediction history or filter predictions by creation date.
Search Models and Collections
Tool to search for models, collections, and docs using text queries (beta). Use when you need to find relevant models or collections based on keywords or descriptions.
Cancel Training
Tool to cancel an ongoing training operation in Replicate. Use when you need to stop a training job that is in progress.
Create Training Job
Tool to create a training job for a specific model version. Use when you need to fine-tune a model with custom training data. Supports webhook notifications for training status updates.
List Training Jobs
Tool to list all training jobs for the authenticated user or organization with pagination. Use when you need to retrieve training history or check the status of training jobs.
Update Model Metadata
Tool to update metadata for a model including description, URLs, and README. Use when you need to modify a model's visibility, documentation, or associated links.
Get Webhook Signing Secret
Tool to get the signing secret for the default webhook. Use when you need to retrieve the secret key used to verify webhook authenticity.
How to connect Replicate
You authorize Replicate once from your dashboard. Operator holds the connection and refreshes the access tokens on its own, so your agent keeps working with Replicate without you signing in again. The same setup unlocks every other app your agent can reach, so you only do it once.
When you are ready, the get started guide walks through standing up your OpenClaw agent.
Common questions about Replicate
- How do I connect Replicate to Operator?
- You authorize Replicate once from your Operator dashboard. Operator holds the connection and refreshes the access token for you, so your agent keeps working with Replicate without you signing in again.
- Can my agent run Replicate as part of a larger task?
- Yes. It can call Replicate mid task, hand it the input, and use what comes back in the next step. So a job that involves generating, classifying, or analyzing something can route through Replicate without you stitching the calls together yourself.
- Do I need to write code or manage Replicate API keys?
- No code and no API keys. You authorize Replicate through a normal sign in and Operator handles the connection, so there is nothing to wire up or host.
- Can my agent use Replicate together with my other apps?
- Yes. The same agent reaches every app you connect, so it can move between Replicate and tools like Datarobot, Chatbotkit, Griptape in one job, reading from one and acting in another without you wiring anything between them.
More apps to automate
Apps your agent runs alongside Replicate, or browse all integrations.
Put your agent on Replicate
Sign in, connect Replicate, and hand your agent the work. Your first week is free.
Try for free