What problem does it solve?
Importing data from an API that has no built-in PostHog connector normally requires writing custom integration code. This Skill lets you connect any REST API to the PostHog data warehouse as a Custom source by authoring a JSON manifest, with no per-source code.
Core Features & Use Cases
- Manifest-based connector authoring: Draft a RESTAPIConfig JSON manifest covering auth (bearer, API key, HTTP basic, OAuth2), pagination, record paths, incremental cursors, and parent/child fan-out.
- Validate and preview before creating: Validate the manifest and credential against the live API, then test-read real rows to verify field mappings before creating the source.
- Native connector check first: Checks the connector registry so you only build a custom manifest when no native PostHog connector exists.
- Use Case: You want to sync data from an internal service or niche SaaS API into PostHog. Provide the API docs URL, and the Skill drafts the manifest, validates it, previews live rows, and creates the source so you can query the tables with HogQL.
Quick Start
Ask the assistant to import data from your REST API into the PostHog data warehouse by providing the API documentation URL and your credential.