Use AI coding tools to build Chat integrations. Describe what you want in plain language — the AI scaffolds the project, installs TUIKit, generates test credentials, and runs the app.
Model Context Protocol (MCP)
The Tencent RTC MCP server gives your AI access to TUIKit integration docs, test credential generation, and Chat management tools — all callable directly from your editor. Use agent skills
Skill offers both Chat Knowledge Q&A and Web Vue3 Headless (State API) Integration Solutions. Once installed, you can ask questions about SDK usage, error codes, billing, REST API, and other topics, or start integrating a Vue3 headless chat feature from the ground up.
Skill supports installation in CodeBuddy, Cursor, Codex Desktop, and Claude Code CLI. To install, navigate to your project root directory and execute the following command:
npx @tencent-rtc/chat-custom-integration@latest add --ide codebuddy
npx @tencent-rtc/chat-custom-integration@latest add --ide cursor
npx @tencent-rtc/chat-custom-integration@latest add --ide codex
npx @tencent-rtc/chat-custom-integration@latest add --ide claude
Integration guides
AI can scaffold a complete Chat project or add TUIKit to an existing codebase. The integration guide covers all supported platforms:
Web: React 18, Vue3
Android: Java / Kotlin
iOS: Swift / Objective-C
Flutter: Dart (cross-platform)
LLMs.txt
https://trtc.io/llms.txt offers a Markdown index for the entire documentation site, featuring links to overview pages and concise descriptions for all products. Each product has a dedicated index file: Each file details the documentation structure, provides page links, and includes summaries for that product. These files can be injected directly as context into AI conversations. For more information about the LLMs.txt standard, see llmstxt.org. Markdown Documentation
All documentation pages on trtc.io support copying in Markdown format, which can be pasted into AI assistants or used to build a RAG knowledge base. On any documentation page, click Copy Page or select View Page as Markdown to obtain the Markdown content.
Other scenarios
Chat window only: You only need one chat window on a page (no conversation list or full TUIKit). Web (React, Vue) only. See integrate Chat window only. Troubleshooting
If you run into issues with MCP connections, credentials, packages, or platform-specific errors, see Troubleshooting.