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:

/plugin marketplace add cloudx-io/cloudx-sdk-agents
/plugin install cloudx@cloudx

Then, in your app project:

integrate CloudX with app key YOUR_APP_KEY

Cursor / Codex

Clone 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:

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
  • CloudX MCP — reporting, auction inspection, and documentation search inside the same agent. Complements the integration package.