Dashboard
How it Works Documentation Quick Start PAPI — Pages & Assets MAPI — Dynamic Data Integrations SAPI — Sessions & Forms MCP Server OpenClaw Skill Tools Deploy Dashboard
Replicate

Replicate

🔑 BYO Key — AI

Run thousands of AI models on demand: image generation, LLMs, video, audio, and more. Pay-per-use, no GPU management.

🔑 Setup Required — Bring Your Own Key This integration requires API credentials. Store them once via setup_integration or the Dashboard Vault — they're encrypted with AES-256-GCM and never exposed.

Required Credentials

replicate_api_token
API Token
API token from replicate.com → Account → API tokens. Starts with "r8_".

Get your API key at replicate.com →

Endpoints (3)

POST create-prediction

Run an AI model. Provide the model version and input parameters. Returns a prediction ID — poll with get-prediction for results.

Field Type Required Description
version string ✓ Yes Model version hash. Find on replicate.com model pages. Example: "stability-ai/sdxl:..." for SDXL image gen.
input object ✓ Yes Model input parameters. Varies per model. Example for SDXL: {"prompt": "A cat in space"}.
GET get-prediction

Get prediction status and output. Poll this after create-prediction. Status: starting → processing → succeeded/failed.

Field Type Required Description
prediction_id string ✓ Yes Prediction ID from create-prediction response.
GET list-models

Search public models on Replicate. Returns model name, description, and run count.

No input parameters required.

MCP Tool Names

When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:

EndpointMCP Tool Name
create-prediction replicate_create_prediction
get-prediction replicate_get_prediction
list-models replicate_list_models
← Back to all integrations