CN8 is an AI gateway: a single proxy layer that gives you access to AI capabilities — chatbots with RAG, multi-agent orchestration, LLM completions, dubbing, TTS, media generation, and production-grade video/audio processing — all through one consistent API with unified auth, billing, and usage tracking.
Chatbot Services
chatbot
Classic chatbot: collection in a closed environment, chatbots with instructions, sessions, RAG + LLM, REST or SSE.
The Chatbot API is the agent without supervisor or sub-agents. You create a collection (sources: URLs or documents); it is stored and indexed in a closed environment. You then create chatbots linked to that collection and set system_message (instructions) per chatbot. Send messages via core-chat; the chatbot retrieves relevant context via RAG (returned in enhanced_analysis), and the LLM answers — REST or SSE.
Create a collection; it is stored and indexed in a closed environment
Create chatbots linked to the collection (collection_ids) and set system_message
Send messages with core-chat (chatbot_id field, conversation_id to continue a thread)
Inspect or delete conversations via core-conversations / core-conversation-details / core-conversation-delete