बनाएं अपने मनचाहे एजेंट के साथ.
कोई भी AI AgentUI के साथ काम करता है। हमारा specialized CLI install करें, एक बार login करें, और बाकी काम अपने एजेंट को सौंपें — workflows sync करना, components edit करना, changes push करना, deploy करना।
$npm i -g @agentuiai/cliअपनी पसंद की AI लाएं
Claude Code, Cursor, Aider, Codex, या आपका custom एजेंट। AgentUI को फर्क नहीं पड़ता आप locally कौन सा AI assistant चला रहे हैं — CLI सब को एक जैसा clean interface देती है AgentUI projects read, edit और ship करने के लिए।
AI के लिए खास तौर से बना
हर command --json support करता है। Deterministic exit codes। Machine-parseable output by default — वही approach जो AWS और GitHub के CLIs में है।
Install करें। Login करें। Done।
तीन commands और आपका एजेंट चालू। कोई SDK नहीं जोड़ना, कोई API सीखनी नहीं — बस किसी भी AI को CLI पर point करें, और वो AgentUI projects read, write और ship कर सकती है।
Terminal से production तक, बस तीन commands
Install करें
$ npm install -g @agentuiai/cliएक global install। Node 22+। agentui --version से verify करें।
Login करें
$ agentui auth loginEmail OTP, छह digits। वही login जो AgentUI web app में — tokens का झंझट नहीं।
एजेंट को सौंप दें
$ agentui project sync <id>आपका एजेंट local working tree से read, edit और push करता है। Git, VS Code, Cursor, Claude Code — कोई भी चुनें, CLI रास्ते से हट जाती है।
Claude Code, Codex, Aider, Cursor का agent mode, Continue, Cline, last weekend में लिखे custom agents — सब --json पढ़ते हैं। CLI हर एजेंट को एक जैसा surface देती है, इसलिए आप जो भी model चुनें, AgentUI को फर्क नहीं पड़ता।
Output जो आपका एजेंट सच में parse कर सके
हर command पर --json, versions के बीच schema stable
Deterministic exit codes — एजेंट्स success, validation और auth failure पर अलग-अलग branch ले सकते हैं
हर mutating command पर dry-run, ताकि एजेंट commit करने से पहले plan बना सके
Multi-tenant safety: workspace का selection हमेशा explicit होता है, कभी implicit नहीं
तेज़ी से बनाएं। सुरक्षित ship करें।
Vibe coding तेज़ है — लेकिन अधिकांश platforms आपको एक prototype देते हैं और उसे production कहते हैं। AgentUI हर ऐप को harden, scan और gate करता है, ताकि जो आप ship करते हैं, वो वास्तव में आपकी team भरोसा कर सके।
SOC 2 AI app
AES-256 encryption, exportable audit logs, Trust Services criteria से mapped RBAC। SOC 2 audit का AI हिस्सा pass करें।
Secure AI hosting
Tenant isolation, encrypted secrets, continuous scanning। Hosting जो defend करती है — सिर्फ configure नहीं।
Enterprise vibe coding
Enterprise vibe coding — compliance के बोझ के बिना। Audit trail, RBAC और security review built-in।
Terminal खोलें। एजेंट को build करने दें।
Install करना free है। वही login जो आपके AgentUI workspace में है। अपनी पसंद की AI के साथ pair करें।
npm install -g @agentuiai/cliNode 22+ · MIT licensed · वही OTP जो आपके AgentUI workspace में है