यह अनुवाद मशीन-जनित है और समीक्षा के लिए लंबित है। अंग्रेज़ी में स्विच करें
डैशबोर्ड

AI Assistant

परिभाषा। AI Assistant एक built-in operator copilot है। यह Noxtica चला रहे लोगों को तेज़ी से काम करने में मदद करता है — आपके configuration के बारे में सवालों के जवाब देकर, हाल की गतिविधि को summarize करके, और जो relevant है उसे surface करके — console छोड़े बिना।

यह एक operator tool है, स्वायत्त नहीं। यह operator session के तहत चलता है और एक human की मदद करता है; यह आपका business नहीं चलाता या आपके systems को अपने आप नहीं बदलता।

Noxtica इसे कैसे करता है

Assistant Claude द्वारा संचालित है, multi-provider support (OpenAI, Gemini, xAI) के साथ ताकि model का चुनाव किसी एक vendor से locked न हो। महत्वपूर्ण रूप से, यह server-side चलता है:

  • Server-side execution। Assistant, Noxtica के servers पर operator session के तहत चलता है — किसी uncontrolled client context में नहीं। operator का session governs करता है कि यह क्या देख सकता है।
  • प्रति tool call RBAC re-check। हर tool call operator की role-based permissions को फिर से जाँचती है। Assistant कभी कुछ ऐसा नहीं पढ़ सकता जिसे signed-in operator स्वयं नहीं पढ़ सकता था; access एक बार दिया और भुलाया नहीं जाता।
  • Per-tenant budget caps। हर tenant के पास एक budget cap है, ताकि usage bounded और predictable रहे।
  • Audit logging। Assistant जो भी action लेता है वह logged होता है, ताकि record हो कि उसने क्या किया और किसकी ओर से।

Phase 1 — read-only tools

आज assistant के agentic tools read-only हैं। यह कर सकता है:

  • Policies list करना।
  • Rules list करना।
  • Domains list करना।
  • हाल के fingerprints list करना।
  • Risk distribution पढ़ना।
  • Audit log पढ़ना।

यह उसकी पूरी सीमा है कि यह अपने आप क्या कर सकता है: पढ़ना और summarize करना। यह configuration नहीं बदलता, flags नहीं पलटता, या ट्रैफ़िक के खिलाफ action नहीं लेता।

Phase 2 — flag के पीछे write

Write और mutation tools एक Phase 2 क्षमता हैं, और वे एक flag के पीछे आएँगे — opt-in, जानबूझकर, default से चालू नहीं। तब भी, assistant एक operator copilot बना रहता है: यह स्वायत्त रूप से customer systems को नहीं बदलता। सीमा दृढ़ है — यह आपको Noxtica operate करने में मदद करता है; यह आपके infrastructure पर आपके लिए action नहीं करता।

यह कहाँ fit होता है

Assistant, agentic spine पर “हम agentically operate करते हैं” वाला अर्थ है। यह MCP (जो वह है जिससे आपके agents Noxtica को पढ़ते हैं) और Know Your Agent (जो governs करता है कि कौन से agents आपकी site तक पहुँचें) से अलग है। पूरी तस्वीर के लिए Agentic Security देखें।

और गहराई से पढ़ें

  • Agentic Security — “agentic” के तीन अर्थों में assistant का स्थान।
  • MCP Integration — integration-side counterpart।
  • Engineering principles — वे operating constraints जिनका assistant सम्मान करता है।