Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.1to1ai.com/llms.txt

Use this file to discover all available pages before exploring further.

This site exposes an MCP server (Model Context Protocol): an endpoint your AI assistant can query to read this documentation and the endpoint reference without you copying and pasting anything.

What it exposes

The server indexes the entire site: the guides, the concepts, and the API reference generated from the OpenAPI spec. Your client can search the pages and read each endpoint’s definition — parameters, payloads, and errors — straight from the chat.
The MCP server is for exploring the documentation, not for calling the API. Real calls still go to https://app.1to1.ai/api/v1/public/... with your API key. The MCP server is read-only and needs no authentication.

Connect your client

The server URL is this documentation’s domain with /mcp appended:
https://docs.1to1ai.com/mcp
Register the server with a single command:
claude mcp add --transport http 1to1-api https://docs.1to1ai.com/mcp
Confirm it connected with claude mcp list.
The URL also appears in the contextual menu at the top of every page, under the MCP option.

Next steps

Quickstart

Authenticate your first request and send a message.

Authentication

How to issue and use your API key.