> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bounceless.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent onboarding

> Install the Bounceless skill for a coding agent.

Install the raw skill from the documentation origin:

```bash theme={null}
npx skills add https://docs.bounceless.io --yes
```

Then provide `BOUNCELESS_API_KEY` through the agent runtime's secret environment. Do not paste the value into a conversation. The skill explains how to choose API, product MCP, or CLI, including single `200`/`202`, batch polling, cursor pagination, and safe output handling.

<Card title="Download raw skill.md" icon="download" href="/skill.md">Plain Markdown suitable for skill installers.</Card>

The human MCP guide is [/guides/mcp](/guides/mcp). `/mcp` is reserved for the Mintlify documentation transport.
