Skip to main content

Connect · ChatGPT and OpenAI

Use SignalPilot with ChatGPT and OpenAI

SignalPilot speaks the same MCP standard OpenAI uses, so ChatGPT, Codex, and agents built on the OpenAI SDK can all talk to your data through the same governed endpoint.

All three paths use the same endpoint and the same API key. Create the key once under Settings → API Keys in SignalPilot; it starts with sp_ and is shown only when created.

Endpoint
https://gateway.signalpilot.ai/mcp
Header
x-api-key: sp_your_key_here
Bearer tokens work too: Authorization: Bearer sp_…

ChatGPT adds MCP servers as connectors in developer mode.

  1. Turn on developer mode

    In ChatGPT, open Settings → Connectors → Advanced settings and switch on Developer mode. A workspace admin may need to enable this for you.

  2. Create the connector

    Back on Connectors, choose Create. Enter SignalPilot as the name, paste the endpoint above as the MCP server URL, and confirm.

  3. Sign in when asked

    ChatGPT connectors cannot send a custom API key header. Instead, choose the sign-in option when ChatGPT offers it and log in with your SignalPilot account. The connector then acts as you, with your workspace's permissions.

  4. Use it in a chat

    Start a new chat, open the tools menu, and select SignalPilot. Ask a question you can verify, such as how many orders shipped last week.

Next