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

# ChatGPT

> Make ScoutLayer APIs available as tools in ChatGPT.

<Note>Requires a ChatGPT workspace with developer mode or custom MCP apps enabled.</Note>

<Steps>
  <Step title="Enable developer mode">
    In ChatGPT, go to **Settings → Apps → Advanced settings** and enable developer mode.
  </Step>

  <Step title="Create a custom app">
    Create a custom app using the ScoutLayer MCP endpoint as its server URL:

    ```text theme={null}
    https://api.scoutlayer.io/mcp
    ```
  </Step>

  <Step title="Authorize">
    Complete the ScoutLayer authorization flow and review the exposed tools.
  </Step>

  <Step title="Use it in a chat">
    Enable the app in a chat and ask ChatGPT to call a ScoutLayer tool.
  </Step>
</Steps>

See OpenAI's [developer mode guide](https://help.openai.com/en/articles/12584461-developer-mode-apps-and-full-mcp-connectors-in-chatgpt-beta) for more detail.
