Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.autoplay.ai/llms.txt

Use this file to discover all available pages before exploring further.

Agent skills add project-local guidance so your assistant follows the correct integration pattern for your stack (session scoping, conversation linking, and field mapping) instead of generating generic setup code.

Install

After installing the SDK:
pip install autoplay-sdk
autoplay-install-skills

Target a specific stack

autoplay-install-skills --chatbot ada --user-activity fullstory
autoplay-install-skills --chatbot intercom --user-activity posthog
autoplay-install-skills --chatbot botpress

Flags

FlagPurpose
--chatbot NAMEInstall core + one chatbot skill (ada, intercom, botpress, dify, crisp, landbot, tidio)
--user-activity NAMEInstall core + one activity skill (fullstory, posthog)
--migrateInstall core + migration helper only
--forceOverwrite existing skill directories in .cursor/skills/
--dest DIRDestination directory (default: .cursor/skills)
SDK reorganization (v0.7.4+): run autoplay-install-skills --migrate to install the import migration skill. See Migration 0.7.4.

Bundled skills

Each skill is available as a rendered doc page and a downloadable .md file.
SkillWhen to useDocsDownload
autoplay-coreAny Autoplay integration β€” install, stream wiring, session scopingView.md
autoplay-migrate-importsMigrating deprecated import paths to v0.7.4 modulesView.md
chatbot-adaAda chatbot integrationView.md
chatbot-botpressBotpress integrationView.md
chatbot-crispCrisp AI integrationView.md
chatbot-difyDify integrationView.md
chatbot-intercomIntercom integrationView.md
chatbot-landbotLandbot integrationView.md
chatbot-tidioTidio integrationView.md
activity-fullstoryFullStory as user activity sourceView.md
activity-posthogPostHog as user activity sourceView.md
Skills are copied into .cursor/skills/ in your project. Open Cursor or Claude and ask it to set up Autoplay β€” the agent will follow the wired patterns automatically.