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.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.
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:
- Claude Code
- Cursor
- Other clients
Register the server with a single command:Confirm it connected with
claude mcp list.Next steps
Quickstart
Authenticate your first request and send a message.
Authentication
How to issue and use your API key.