
Scale AI
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 Scale AI to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your Scale AI API key to sync your Scale data labeling data into the PostHog Data warehouse.
You can find your API key in the Scale dashboard under Settings → API Keys. Use a live-mode key — test-mode keys have fully isolated data. Only account Managers and Admins can access API keys.
Configuration
| Option | Type | Required |
|---|---|---|
API key | password | Yes |
Linking Scale AI to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Scale AI
- 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 |
|---|---|---|---|---|
tasks | A unit of data labeling work submitted to Scale, with its type, status, timestamps, and review results. | Incremental, Full refresh | updated_at, created_at | task_id |
batches | Incremental sync filters on created_at, so it catches newly created batches but not status changes to existing ones; use a full refresh to re-read batch status. | Incremental, Full refresh | created_at | name |
projects | A container that defines the labeling task type and instructions shared by its tasks and batches. | Full refresh | — | name |