What is Outlit?
Outlit is infrastructure for customer context. It connects website activity, product usage, billing, support, and conversation data, then structures it into customer profiles your team and agents can query from the CLI, MCP, or API.Step 1: Install the CLI
Fastest path:- npm
- Homebrew
- Binary
Step 2: Authenticate
If you already have an account:On macOS/Linux, the CLI stores your API key at
~/.config/outlit/credentials.json with 0600 permissions. You can also pass a key directly with --key or set the OUTLIT_API_KEY environment variable.Step 3: Connect Your First Source
Most teams start with the browser SDK to capture website visits, form submissions, and engagement automatically. Choose your framework to get started:Script Tag
Fastest setup — one snippet
React
Hooks and context provider
Next.js
App Router and Pages Router
Vue
Composition API plugin
Nuxt
Auto-imported composables
SvelteKit
Stores and lifecycle hooks
Astro
Islands and SSR support
Angular
Injectable service
Node.js
Server-side tracking
Outlit is infrastructure, not a CRM. It syncs your sources, resolves identities across them, structures the data into customer context, and gives you a query layer via CLI, MCP, and API.
Step 4: Query Your Data
Once the tracker is live and you have some traffic, use the CLI to explore:What happens automatically?
Once the browser SDK is installed, Outlit captures without any additional code:| What | How |
|---|---|
| Pageviews | Every page navigation, with URL, title, and referrer |
| Form submissions | Field values with automatic sensitive-field sanitization |
| Identity | Auto-identifies visitors when forms contain an email field |
| Engagement time | Active time on each page (not just tab-open time) |
| Attribution | UTM parameters, referrer, and landing page on first visit |
| Company enrichment | IP-based company identification for B2B visitor intelligence |
Next Steps
OpenClaw + Outlit
Automated customer intelligence with cron jobs and heartbeat monitoring
How It Works
Understand how Outlit collects, resolves, and connects customer data
Customer Context Graph
Learn about the unified data model behind Outlit
CLI Commands
Full reference for querying customer data