ChatGPT

Use distribute with ChatGPT Plus, Pro, Team, or Enterprise.

Option 1: MCP Connector

If your ChatGPT plan supports MCP connectors:

  1. Go to Settings → Connectors
  2. Click Add Custom Connector
  3. Enter the name: distribute
  4. Configure the MCP server command: npx @distribute/mcp --api-key=YOUR_KEY
  5. Save and enable

Option 2: REST API via GPT Actions

You can also create a custom GPT that calls the distribute REST API:

  1. Create a new GPT in ChatGPT
  2. Add an Action pointing to https://api.distribute.you/v1
  3. Configure authentication with your API key in the X-API-Key header
  4. Import the OpenAPI spec from https://api.distribute.you/docs

Requirements