For the complete documentation index, see llms.txt. This page is also available as Markdown.

ChatGPT

Sampling.....

Connect Dstl8 to ChatGPT via MCP for observability access in chat.

Prerequisites

Setup

  1. Open ChatGPT and go to Settings → Connectors → Add custom connector

  2. Enter the following:

    • Name: Dstl8

    • URL: https://<org_id>.app.dstl8.ai/mcp

    • Authentication: Bearer token

    • Token: your Dstl8 API token

  3. Click Save

Replace <org-id> and token with your credentials.

Verify

Start a new conversation and ask ChatGPT to list your available tools. You should see the Dstl8 observability tools listed.

Troubleshooting

Connector not connecting — Verify your endpoint is reachable by running in a terminal:

A 401 means the token is invalid. A 200 or 400 means the endpoint is reachable and the issue is on the ChatGPT side.

Note: ChatGPT MCP support is relatively new and connector behavior may vary. If you run into issues, reach out to us at support@controltheory.com.

Last updated