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

# AI-Assisted Integration

> Integrate the CloudX SDK using your AI coding agent — Claude Code, Codex, Cursor, or any agent that can read files and fetch URLs

Point your AI coding agent at the CloudX agent package and it can carry out the
SDK integration for you — on Android, iOS, React Native, Flutter, and Unity.
The package contains no version numbers or API snapshots; your agent fetches
this documentation live while it works, so its guidance is always current with
the latest release.

The package also includes playbooks for real-world situations the reference
docs don't cover: running CloudX first-look or in parallel alongside an
existing mediator (AppLovin MAX, LevelPlay, Google, or another), migrating off
a mediation stack, consent and CMP handling, and platform build-system quirks.

## Claude Code

Install the plugin once:

```text theme={null}
/plugin marketplace add cloudx-io/cloudx-sdk-agents
/plugin install cloudx@cloudx
```

Then, in your app project:

```text theme={null}
integrate CloudX with app key YOUR_APP_KEY
```

## Cursor / Codex

Clone [cloudx-io/cloudx-sdk-agents](https://github.com/cloudx-io/cloudx-sdk-agents)
(or vendor its `AGENTS.md`, `.agents/skills/`, and `playbooks/` into your app
repository). `AGENTS.md` is the entry point; both tools pick it up natively.

## Any other agent

No install needed — paste into any agent with web access:

```text theme={null}
Follow https://raw.githubusercontent.com/cloudx-io/cloudx-sdk-agents/main/.agents/skills/cloudx-integrate/SKILL.md
to integrate the CloudX SDK into this project.
```

## Example prompts

* `integrate CloudX with app key YOUR_APP_KEY` — full integration on the
  detected platform
* `we're on AppLovin MAX — integrate CloudX first-look for our banner, MAX
  stays as fallback` — coexistence with your existing mediation
* `add a CloudX banner in parallel with our existing setup so we can compare
  revenue` — side-by-side comparison
* `audit my CloudX integration` — check an existing integration against the
  current docs

<Info>
  Have your CloudX app key and ad unit IDs ready, and tell the agent which
  networks are enabled for your app in the CloudX dashboard — it installs
  exactly those adapters.
</Info>

## Related

* [CloudX MCP](/en/mcp) — reporting, auction inspection, and documentation
  search inside the same agent. Complements the integration package.
