> ## 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.

# Autoplay Core

> Sets up the shared Autoplay SDK foundation for live user activity in an existing customer stack. Covers installing autoplay-sdk, registering a product to get ingest_url/ingest_secret/mcp_url/mcp_key, the default REST/MCP pull pattern for AI agents, and the legacy push/session-linking path used only where explicitly required. Use when starting any Autoplay integration or when the user mentions autoplay-sdk, mcp_key, onboard_product, live activity, or MCP.

<Note>
  Auto-generated from `autoplay_sdk/skills/`. Edit the source `SKILL.md` and run `python scripts/sync_skill_docs.py`.
</Note>

## ⚡ Add this skill

<CardGroup cols={2}>
  <Card title="One command" icon="terminal">
    Add the shared Autoplay SDK foundation skill for credentials and live-activity reads.

    <CodeGroup>
      ```bash CLI theme={null}
      uvx --from autoplay-sdk autoplay-install-skills
      ```
    </CodeGroup>

    <a className="skill-card-link" href="/quickstart">View the docs →</a>
  </Card>

  <Card title="Agent onboarding" icon="robot">
    Fetch this skill directly so your coding agent gets the same Autoplay SDK setup instructions.

    <CodeGroup>
      ```bash cURL theme={null}
      curl -s https://developers.autoplay.ai/autoplay-core/SKILL.md
      ```
    </CodeGroup>

    <a className="skill-card-link" href="https://developers.autoplay.ai/autoplay-core/SKILL.md" target="_blank">View the skill →</a>
  </Card>
</CardGroup>
