outlit-sdk
Outlit SDK Integration
Decision-tree guide for adding product and website tracking to the Outlit customer context graph. Detect first, ask only when needed, keep changes small, and prefer official docs for framework-specific code.
Branching Check
Before anything else, check whether Outlit is already installed:
- Look for
@outlit/browser,@outlit/node,outlitinCargo.toml,https://cdn.outlit.ai, or existingoutlit.init(...)/new Outlit(...)calls. - If not installed, go to Phase 1: Quick Connect.
- If installed, go to Already Installed.
Already Installed
Ask what they need help with, then run detection before changing code:
More from outlitai/outlit-agent-skills
outlit
Use when accessing Outlit customer intelligence through the `outlit` CLI, Outlit MCP tools, Pi tools, or @outlit/tools, including customer lookups, users, timelines, facts, source evidence, semantic search, revenue, churn, SQL analytics, setup, notifications, or troubleshooting agent access.
22outlit-mcp
Use when querying Outlit customer data via MCP tools (outlit_*). Triggers on customer analytics, revenue metrics, activity timelines, cohort analysis, churn risk assessment, SQL queries against analytics data, or any Outlit data exploration task.
16outlit-cli
Use when running Outlit CLI commands, setting up Outlit for AI agents, authenticating with Outlit, querying customer data from the terminal, or troubleshooting Outlit CLI issues. Triggers on outlit auth, outlit setup, outlit customers, outlit sql, or any @outlit/cli usage.
9