distribute.you OpenAPI Specification

The three addresses a program needs: the OpenAPI document, the explorer that renders it, and the hosted MCP server.

OpenAPI document

https://api.distribute.you/openapi.json

Describes every REST route under https://api.distribute.you/v1. Generate a client from it, or hand it to an agent as the contract for the whole API.

curl https://api.distribute.you/openapi.json -o distribute-openapi.json

Interactive explorer

https://api.distribute.you/docs renders the same document, with a request builder per route.

MCP server

The server is hosted, speaks Streamable HTTP and exposes 6 tools. Point any MCP-compatible client at it, with the same header the REST API takes:

https://mcp.distribute.you/mcp
Authorization: Bearer distrib.usr_YOUR_KEY

There is no local server to install. The installation guide configures each client against that URL, bridging through mcp-remote for a client that only speaks stdio.

Authentication

Every route takes the same key, issued in the dashboard and sent as a header. See Authentication.

Authorization: Bearer distrib.usr_YOUR_KEY

Reading the docs as an agent

docs.distribute.you/llms.txt lists every page on this site with a one-line summary, plus the three URLs above.

Every developer surface

The API, this document, the explorer, the MCP server and the @distribute.you/cli command line client are named together at https://distribute.you/developers.