> For the complete documentation index, see [llms.txt](https://onestore-dev.gitbook.io/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onestore-dev.gitbook.io/dev/eng/ai/intro.md).

# Introduction

How to get everything you need to launch on ONE store done with an AI coding agent

## Launch on ONE store with AI

Skip digging through docs — just tell an agent, and it's done. The goal is to get everything you need to launch on ONE store — product registration, SDK integration, testing, review submission — down to a single prompt. We're starting with SDK integration.

{% hint style="info" %}
**Who this is for**

* Developers looking to launch an app on ONE store
* Anyone using an AI coding agent — Claude Code, Cursor, GitHub Copilot(VS Code), Gemini CLI, OpenAI Codex, and the like
* Vibe coders with an existing Android project who want to add the in-app purchase SDK without writing code
  {% endhint %}

### Where it runs

Works with agents that can read and edit files locally.

| Supported tools          |
| ------------------------ |
| Claude Code              |
| Cursor                   |
| GitHub Copilot (VS Code) |
| Gemini CLI               |
| OpenAI Codex             |
| Grok Build               |

***

### What changes

| By hand                                   | By prompt                                                              |
| ----------------------------------------- | ---------------------------------------------------------------------- |
| Hunting through docs page by page         | See what's done and what's left, instantly                             |
| Wiring up integration code manually       | It's done in order for you, and you're asked before anything ambiguous |
| Mistakes go unnoticed until later         | Confusing bits get checked with you up front                           |
| Tracking down the cause of a bug yourself | Get the cause and the fix right away                                   |
| Checking a pre-launch list by hand        | Only what actually needs attention gets flagged                        |

***

### How far does this go

This rolls out one piece at a time.

| Goal                         | Status                                        | Learn more                            |
| ---------------------------- | --------------------------------------------- | ------------------------------------- |
| Payment integration          | <mark style="color:$primary;">Live</mark>     | [IAP SKILL](/dev/eng/ai/iap-skill.md) |
| Web game integration         | <mark style="color:$info;">Coming soon</mark> |                                       |
| In-app ad integration        | <mark style="color:$info;">Coming soon</mark> |                                       |
| Everything else in launching | <mark style="color:$info;">Coming soon</mark> |                                       |
