> For the complete documentation index, see [llms.txt](https://docs.codewords.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codewords.ai/features/chatgpt-connector.md).

# ChatGPT connector

Use ChatGPT as the place you build, and CodeWords as the place things run. Once connected, you can create automations, apps, and websites in a ChatGPT chat — then deploy and run them on your CodeWords account.

{% hint style="info" %}
The ChatGPT connector is a **paid feature**. You need an active **Pro**, **Business**, or **custom** plan. If you are on the Free plan, [subscribe to a CodeWords plan](https://codewords.agemo.ai/#settings/plans) first. See [Plans and Pricing](https://docs.codewords.ai/pricing) for details.
{% endhint %}

### How it works

You do the building in ChatGPT itself. The connector links ChatGPT to your CodeWords account so ChatGPT can create, deploy, and run your work there.

**Building stays in ChatGPT.** CodeWords credits are only used when something **runs** — for example, executing a workflow. Planning and building in the ChatGPT chat do not consume CodeWords credits.

### What you can build

* **Automations** — daily digests, lead enrichment, scheduled workflows
* **Apps** — internal tools and backends powered by CodeWords
* **Websites** — landing pages and web apps built and published from chat

### Before you start

Make sure you have:

* An active **Pro**, **Business**, or **custom** plan
* A ChatGPT account
* A [CodeWords](https://codewords.agemo.ai/) account

The steps below are what you do **inside ChatGPT**. Only use the official CodeWords server URL in this guide.

### Connect CodeWords in ChatGPT

{% stepper %}
{% step %}
**Open Settings**

In ChatGPT, open **Settings**.

<figure><img src="/files/8tb9g8yL4MXKSDluzJD2" alt="ChatGPT Settings, General tab" width="230"><figcaption><p>Open Settings in ChatGPT</p></figcaption></figure>
{% endstep %}

{% step %}
**Turn on Developer mode**

1. Go to the **Security and login** tab.
2. Find **Developer mode** (it says **Elevated risk**).
3. Turn it **on**.

<figure><img src="/files/Oj0NDHSzBYfoM3FNbwzx" alt="Enable Developer mode in ChatGPT Security and login settings" width="230"><figcaption><p>Turn on Developer mode</p></figcaption></figure>

{% hint style="warning" %}
Developer mode lets you add unverified connectors. Only add the CodeWords connector from this page.
{% endhint %}
{% endstep %}

{% step %}
**Add the CodeWords plugin**

1. Go to **Plugins** (or open [chatgpt.com/plugins](https://chatgpt.com/plugins)).
2. Create a **New Plugin**.
3. Enter these details:

| Field              | What to enter                                   |
| ------------------ | ----------------------------------------------- |
| **Name**           | `CodeWords`                                     |
| **Connection**     | Server URL                                      |
| **Server URL**     | `https://runtime.codewords.ai/run/devx_mcp/mcp` |
| **Authentication** | OAuth                                           |

4. Check **I understand and want to continue**.
5. Tap **Create**.

<figure><img src="/files/6IxfttmtU1InzQhymhRq" alt="New Plugin form with CodeWords server URL and OAuth" width="230"><figcaption><p>Create the CodeWords plugin with this server URL and OAuth</p></figcaption></figure>
{% endstep %}

{% step %}
**Sign in with CodeWords**

ChatGPT shows **Add CodeWords to ChatGPT**. Tap **Sign in with CodeWords**.

<figure><img src="/files/LJGWaTlTSwZaYFdsvrEq" alt="Add CodeWords to ChatGPT sign-in screen" width="230"><figcaption><p>Sign in with CodeWords</p></figcaption></figure>
{% endstep %}

{% step %}
**Allow access**

You'll land on a CodeWords screen that lists what ChatGPT can do. Tap **Allow access**.

<figure><img src="/files/G6XZ27xZ8Z4Fk826fFiW" alt="CodeWords OAuth screen to allow ChatGPT access" width="230"><figcaption><p>Allow ChatGPT to use your CodeWords account</p></figcaption></figure>

In most cases you are connected within a couple of minutes. After that, you can build in ChatGPT and run on CodeWords.
{% endstep %}
{% endstepper %}

### What ChatGPT can do after you connect

* Build automations, apps, and websites with you in chat
* Read your workflows, runs, and logs
* Create, edit, and deploy workflows for you
* Run workflows you own (this uses your CodeWords credits)
* Save and use credentials you store in CodeWords

You can revoke access anytime in CodeWords under [Settings → API Keys](https://codewords.agemo.ai/#settings/api-keys).

### Example prompts

With the connector enabled, try:

> Build an automation that sends me a daily email summary.

> Create a simple website for my product and publish it.

> List my CodeWords workflows.

> Run my \[workflow name] workflow.

### FAQs

<details>

<summary>Why does the connector say it's paid or access denied?</summary>

The ChatGPT connector is a paid feature. Make sure you're on a **Pro**, **Business**, or **custom** plan. If you are on the Free plan, [subscribe to a CodeWords plan](https://codewords.agemo.ai/#settings/plans) first.

</details>

<details>

<summary>I don't see Developer mode. Where is it?</summary>

In ChatGPT, open **Settings → Security and login**. Developer mode is listed there (it may say **Elevated risk**).

</details>

<details>

<summary>The plugin won't create. What should I check?</summary>

Copy the Server URL exactly:

`https://runtime.codewords.ai/run/devx_mcp/mcp`

Also set Authentication to **OAuth**, then try **Create** again.

</details>

<details>

<summary>Sign-in or Allow access fails. What should I do?</summary>

Sign in to CodeWords in the same browser first, then go back to ChatGPT and try **Sign in with CodeWords** again.

</details>

Need help? Contact <support@codewords.ai>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.codewords.ai/features/chatgpt-connector.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
