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

# Waniwani submits for you

> The managed path for a ChatGPT Plugin Store listing, from an empty OpenAI account onward: create the organization, verify identity, invite Waniwani, hand over the assets, and we fill and submit the form from inside your org.

The app is agreed and ready, so this page is what happens next. Two things are yours: setting up an OpenAI organization and giving us access to it, then handing over the assets. We do the rest from inside your organization, which is why the listing, the Developer name, and the plugin entry all belong to you.

Assume you have no OpenAI account today. Part 1 starts there.

## Part 1: your OpenAI organization

Do these in order. Business verification has to be submitted before you send any invite, because an unverified organization does not carry the permissions an invited seat needs. Verification also takes the longest, so start it the day you read this.

<Steps>
  <Step title="Create the account and organization">
    Sign up at [platform.openai.com](https://platform.openai.com). Use an address your company controls, such as a shared or role mailbox, since this account will own the plugin listing for as long as it exists. One organization per company is enough.
  </Step>

  <Step title="Submit business verification, before anything else">
    OpenAI blocks plugin submission until the organization has a **verified developer or business identity**, so submit individual or business verification from your organization settings as soon as the account exists. It can take days and sometimes asks for documents.

    <Warning>
      Send this before you invite anyone. Invites issued from an unverified organization do not come with the access we need, and redoing them after verification clears wastes a round trip.
    </Warning>
  </Step>

  <Step title="Invite Waniwani into the organization">
    Once verification is submitted and the organization shows as verified, invite the addresses your Waniwani contact gives you under [Settings → Organization → People](https://platform.openai.com/settings/organization/people). The seat needs a role with the **"Apps Management"** permission set to **"Write"**, which is what the plugin form checks. Roles are configured at [organization roles](https://platform.openai.com/settings/organization/people/roles).

    We only need that permission. Nothing about your API keys, billing, or usage is part of this.
  </Step>

  <Step title="Tell us when both are done">
    Message us once verification has cleared and the invite is accepted. We check we can reach the plugins portal in your org before you spend time on Part 2.
  </Step>
</Steps>

## Part 2: what you send us

Send it in one batch to your Waniwani contact, or to [contact@waniwani.ai](mailto:contact@waniwani.ai). Anything missing blocks the submission, so it is worth doing in one pass.

<Steps>
  <Step title="Two logos, light and dark">
    PNG, square, one light-mode version and one dark-mode version. Leave off borders and rounded corners, since ChatGPT applies circular cropping itself. The icon needs enough contrast to read on a dark background.
  </Step>

  <Step title="Listing copy">
    Four fields, all public:

    * **Name.** The customer-facing product or workflow name.
    * **Subtitle.** 30 characters maximum, and the limit is strict. Describe what the app does in plain words; marketing language gets flagged.
    * **Description.** Two to three sentences on what the app does and why someone wants it, then three to five bullets of key capabilities. Factual, no hype. See [how to structure it](/platform/guides/chatgpt/you-submit#writing-the-description).
    * **Category.** One of ChatGPT's predefined categories, matching your primary function.

    Send it in English (US) at minimum. If you want other locales, send a translated subtitle and description per locale.
  </Step>

  <Step title="Four live URLs">
    * **Website.** The root URL, since deep links get flagged.
    * **Support.** A monitored URL or email address. Reviewers may test it.
    * **Privacy policy.** A live page on your domain.
    * **Terms of service.** Same.

    Open each one in a private browser window before sending. A privacy policy that 404s or asks for a login is an immediate rejection, and it is the failure we see most often.
  </Step>

  <Step title="Three decisions">
    * **Regional availability.** All [ChatGPT-supported countries](https://help.openai.com/en/articles/7947663-chatgpt-supported-countries), or a specific list. Restrict it if your service only operates in certain regions.
    * **Commerce.** If your app touches purchasing, tell us what you sell and where the transaction completes. For regulated products such as insurance, the chat shows a quote estimate and the user is redirected to your site to finalize.
    * **Release notes.** One short paragraph describing this version. It may be shown publicly.
  </Step>
</Steps>

## Your checklist

* [ ] OpenAI account created on a company-controlled address
* [ ] Business verification submitted and cleared, before any invite goes out
* [ ] Waniwani invited afterwards, with "Apps Management" set to Write
* [ ] Verification and invite acceptance confirmed to us
* [ ] Light and dark PNG logos, square, no borders
* [ ] Name, 30-character subtitle, description, category
* [ ] Translations per extra locale, if any
* [ ] Website, support, privacy policy, and terms URLs, each verified in a private window
* [ ] Regional availability decided
* [ ] Commerce flow described, if applicable
* [ ] Release notes written

## What we do next

1. We create the plugin in your organization and enter your production MCP server URL, authentication, and content security policy on the MCP tab.
2. We complete domain verification and run the tool scan. OpenAI issues a token that has to sit at `/.well-known/openai-apps-challenge` on the challenge host. We host it ourselves on a `waniwani.run` domain, and when the host is yours we send you the token to serve at that exact path, where it stays for the whole review.
3. We fill every remaining tab: Info, Skills, Prompts, Testing, Global, Submit.
4. We send you everything we produced for your sign-off: the [tool justifications](/platform/guides/templates/tool-justification), the [test cases](/platform/guides/templates/test-cases), the starter prompts, the recording, and the screenshots. Check them against how the app behaves, since reviewers run the test cases live against it.
5. We submit, and OpenAI's review begins. Reviewer questions come to us first, and we come back to you only when the answer is yours to give.
6. On approval, nothing appears in the store until you give the go-ahead. Publishing is a separate step and we take it on your word.

None of this becomes your problem:

* Deploying your app at a stable versioned MCP URL.
* Tool annotations and CSP metadata in the server code.
* Domain verification and the tool scan.
* The demo recording and the widget screenshots, produced to OpenAI's specs and sent to you for approval.
* Reviewer demo credentials, if your app requires sign-in. We prepare an account a reviewer can use without MFA, SMS codes, email confirmation, or private-network access, since an auth flow with extra confirmation steps is one a reviewer cannot finish.
* The first draft of your tool justifications, test cases, and starter prompts.
* The eleven tabs of the form, and the back and forth during review.

<Note>
  Everything sits in your organization, so you keep the plugin entry whatever happens to our working relationship. Remove our seat and the listing stays where it is, editable by your own team. The [self-serve guide](/platform/guides/chatgpt/you-submit) is the same form, documented tab by tab, if you ever take it over.
</Note>

<CardGroup cols={2}>
  <Card title="The form, tab by tab" icon="store" href="/platform/guides/chatgpt/you-submit">
    What we fill in on your behalf, and the guide to follow if you take the form over yourself.
  </Card>

  <Card title="Claude submission" icon="plug" href="/platform/guides/claude">
    Anthropic requires the final submit from an Owner of your own Claude workspace, so that one works differently.
  </Card>
</CardGroup>
