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.
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 systemmessage (instructions) per chatbot. Send messages via core-chat; the chatbot retrieves relevant context via RAG (returned in enhancedanalysis), and the LLM answers — REST or SSE.