Documentation Index
Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt
Use this file to discover all available pages before exploring further.
llms.txt — paste and go
Give your AI assistant a map of the entire doc site:
https://docs.inworld.ai/llms.txt
Paste that URL into your system prompt, project instructions, or chat. The model will know every page, guide, and API reference we publish.
Need the full text of every page in one file? Use https://docs.inworld.ai/llms-full.txt.
MCP server — live doc search
Connect the MCP server so your assistant can search the docs mid-conversation:
https://docs.inworld.ai/mcp
Cursor
VS Code
Claude
Claude Code
Open Command Palette → Open MCP settings → Add custom MCP, then paste:{
"mcpServers": {
"Inworld Docs": {
"url": "https://docs.inworld.ai/mcp"
}
}
}
Cursor MCP docs Add to .vscode/mcp.json:{
"servers": {
"Inworld Docs": {
"type": "http",
"url": "https://docs.inworld.ai/mcp"
}
}
}
VS Code MCP docs Go to Settings → Connectors → Add custom connector → name it Inworld Docs, set URL to https://docs.inworld.ai/mcp.When chatting, attach it via the + menu.Remote MCP guide claude mcp add --transport http "Inworld Docs" https://docs.inworld.ai/mcp
Claude Code MCP docs
Copy a page from the docs
Every documentation page has a menu at the top with Copy page, View as Markdown, and Open in ChatGPT / Claude — handy when you only need one page, not the whole site.