Replicate
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect Replicate to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Replicate API token to automatically pull your Replicate data into the PostHog Data warehouse.
You can create an API token in your Replicate account settings.
Configuration
| Option | Type | Required |
|---|---|---|
API token | password | Yes |
Linking Replicate to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Replicate
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
predictions | Input, output and logs of API-created predictions are removed by Replicate about an hour after completion (data_removed=true); older rows carry metadata only. | Incremental, Full refresh | created_at | id |
trainings | A training is a fine-tuning run that produces a new model version from a base model. | Full refresh | — | id |
deployments | A deployment is a private, managed endpoint for running a model with your own scaling configuration. | Full refresh | — | owner, name |
models | The full public Replicate model catalog, not only your own models. Off by default. | Full refresh | — | owner, name |
hardware | A hardware SKU available for running models on Replicate. | Full refresh | — | sku |
account | The authenticated Replicate account. | Full refresh | — | username |