@outlit/pi registers Outlit customer intelligence tools inside Pi. Use it when you want a Pi agent to query complete customer profiles, timelines, facts, sources, and customer-context search results through Outlit’s public tool gateway.
Install
Default Tools
The default Pi extension exposes the customer intelligence tools that are safe for most agents:
SQL tools are available through
@outlit/tools, but they are not enabled by default in @outlit/pi. Use them only for agents that should run read-only SQL.
Minimal Extension
If you only need the Outlit tools and the bundledoutlit Pi skill, the package default is enough:
OUTLIT_API_KEY from the environment and uses https://app.outlit.ai by default.
Custom Toolsets
PasstoolNames when you want a narrower or broader toolset:
piToolNames includes SQL and the broader Pi-supported Platform surface. The default membership comes directly from Core’s default consumer policy and contains only the nine read-only customer intelligence tools above; import analyticalToolNames for that same policy plus outlit_schema and outlit_query. The broader Pi policy includes the product-facing Feature list, create, archive, and customer-usage tools. The default and analytical policies remain unchanged.
Growth Agent Examples
Theexamples/pi-agents package shows four Pi agents built on @outlit/pi for revenue and retention work. It includes:
- Outlit customer intelligence, SQL, and schema tools registered in Pi
- the generic
outlitskill from@outlit/pi - a shared growth-agent skill with evidence-gathering playbooks
- a local usage-decay churn pretriage helper with a
churn.jsonconfig - slash commands and editable prompt templates for usage decay, friction-to-churn, activation failure, and expansion readiness
canary dist-tag for @outlit/pi and @outlit/tools so fresh installs include the latest public tool contracts before the next stable release is promoted.
Then ask:
Public Tool Gateway
See the HTTP route and shared
@outlit/tools contractsAgent Skills
Install Outlit guidance for coding agents