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

# Connect ChatGPT

> Add storekit to ChatGPT as a connector in developer mode, sign in with your storekit login and ask your first question.

**Time:** about five minutes. **You need:** a storekit login on an account enabled for the AI assistant beta, and a ChatGPT plan on which OpenAI allows custom connectors (at the time of writing: Plus, Pro, Business, Enterprise and Edu, with **Developer mode** switched on).

## Add the Connector

<Steps>
  <Step title="Turn on developer mode">
    In ChatGPT, open **Settings** → **Connectors** → **Advanced** and switch on **Developer mode**. Custom MCP connectors only appear once this is on.
  </Step>

  <Step title="Create the connector">
    Back on **Connectors**, choose **Create**. Fill in:

    | Field          | Value                                                     |
    | -------------- | --------------------------------------------------------- |
    | Name           | `storekit`                                                |
    | Description    | `My storekit stores: orders, sales, menus, payment links` |
    | MCP Server URL | `https://mcp.storekit.com/mcp`                            |
    | Authentication | **OAuth**                                                 |

    Leave the client ID and secret empty and tick the acknowledgement that this is a custom connector. Choose **Create**.
  </Step>

  <Step title="Sign in">
    ChatGPT sends you to storekit to authorise the connection.

    Your browser opens the storekit dashboard. Sign in with your usual storekit email and password if you are not already signed in. You briefly see **Connecting your MCP client, please wait...** and are then sent back to your assistant.

    <Info>
      The assistant is connected to the account of the user who signed in. If you belong to more than one storekit account, it uses your first account. There is no account picker during sign-in.
    </Info>
  </Step>

  <Step title="Use it in a chat">
    In a new chat, open the **+** menu, choose **Developer mode** and tick **storekit**. ChatGPT only calls the connector in chats where you have added it.
  </Step>
</Steps>

## Ask Your First Question

Ask your assistant:

```text theme={null}
Which stores are on my storekit account?
```

<Check>
  The assistant lists your stores by name, with their timezone and currency. If it does, you are connected. Try a second question — "How many orders did we take yesterday?" — then head to [What You Can Ask](/docs/guides/ai/what-you-can-ask).
</Check>

If the assistant says it cannot reach storekit or asks you to sign in again, see [Troubleshooting](/docs/guides/ai/troubleshooting).

## Approving Writes

ChatGPT asks for confirmation before it runs a tool that changes something. The two storekit writes are creating a discount code and creating a payment link. Check the details it shows — code, amount, stores, expiry — before you confirm.

## Disconnecting

In **Settings** → **Connectors**, open the storekit connector and choose **Delete**. See [Permissions & Privacy](/docs/guides/ai/permissions-and-privacy) for what storekit keeps.

<Note>
  ChatGPT's menus are OpenAI's and change from time to time. If a label here does not match what you see, look for the same idea — a developer-mode list of connectors that you can add to by URL.
</Note>


## Related topics

- [Connect Your AI Agent](/docs/guides/ai/overview.md)
- [Integrations Overview](/docs/guides/integrations/overview.md)
- [API & Webhooks](/docs/guides/integrations/api-webhooks.md)
- [MCP Endpoint](/docs/developers/agents/ordering/mcp-endpoint.md)
- [Developer Introduction](/docs/developers/introduction.md)
