outlit
Outlit
Use Outlit to ground customer intelligence work in real customer data. Outlit joins product activity, conversations, billing, support, CRM, and web signals into a customer context graph and timeline for agents.
Choose the Interface
Use the highest-level interface already available:
- If
outlit_*MCP/Pi tools are present, use those tools. - Else if the
outlitCLI is installed, use the CLI. - Else guide setup:
- Coding agents: install/use the
outlitCLI, then runoutlit onboard --agent <agent> --jsonas the first command. It starts browser auth when no API key is present. - Agent skills only: run
outlit setup --yesoroutlit setup skills. - MCP clients: use the workspace MCP URL from Settings > CLI & MCP. Remote MCP uses OAuth; do not hardcode shared endpoints, bearer headers, or API keys into MCP config unless the docs/client explicitly require it.
- Coding agents: install/use the
Use the outlit-sdk skill instead when the user wants to instrument an application with tracking SDKs.
Quick Chooser
More from outlitai/outlit-agent-skills
outlit-sdk
Use when integrating Outlit tracking into web, server, native, or desktop apps; adding SDK event tracking, identity, consent, activation, billing, visitor tracking, customerId attribution, or troubleshooting @outlit/browser, @outlit/node, or the Rust outlit crate.
18outlit-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