outlet/ docs / connect OpenAI
← All guides

Connect your OpenAI account

Outlet needs your OpenAI admin key, which is different from a regular API key. Outlet uses it to create a small, capped key for each app you approve, inside your own account. It is stored encrypted and never given to any app.

Heads up: this is your API account, not ChatGPT. An OpenAI API account lives at platform.openai.com and has its own balance, separate from a ChatGPT subscription. Apps connected through Outlet spend from the API balance.

What you need

An OpenAI API account where you are the Owner (if you signed up yourself, you are), and billing set up at least once. Admin keys start with sk-admin-. Regular keys start with sk-proj- and will not work for connecting.

Steps

A

Sign in to the OpenAI platform

Go to platform.openai.com and sign in. If you belong to more than one organization, make sure the right one is selected in the top-left switcher.

B

Open the Admin keys page

Go straight to platform.openai.com/settings/organization/admin-keys, or open Settings and pick Admin keys.

The OpenAI Admin keys page with the settings sidebar entry and the Create new Admin key button marked
1  Admin keys in the settings sidebar.  2  Create new Admin key.
C

Create the key and copy it

Click Create new Admin key, name it Outlet, leave Expiration on Never and Permissions on All, then click Create admin key. Copy the sk-admin-... key right away. OpenAI shows it only once. If you lose it, delete it there and make a new one.

The Create new admin key dialog with the Name field, Expiration menu and Create admin key button marked
1  Name  ·  2  Expiration, already Never  ·  3  Create admin key
D

Paste it into Outlet

Back in Outlet, paste the key when asked. Done. You can revoke it any time from the same OpenAI page, which cuts Outlet off completely.

Never paste your admin key into any app. Only Outlet's connect screen should ever see it. Apps get their own small keys with spending caps; that is the whole point.

Learn more

OpenAI's official article: Admin and Audit Logs API for the API Platform.