Quickstart
Connecting your first app
Learn how to connect your existing applications to the Pilotlab content lake.
Updated Jan 15, 2026
Integrating the SDK
To connect an app, you simply need your project ID and a read-only API token.
javascript
import { createClient } from '@pilotlab/client';
const client = createClient({
projectId: 'your-id',
dataset: 'production',
useCdn: true,
});Was this page helpful?
Your response goes directly to the Pilotlab team.