AI एजेंट्स के लिए AgentUI

बनाएं अपने मनचाहे एजेंट के साथ.

कोई भी AI AgentUI के साथ काम करता है। हमारा specialized CLI install करें, एक बार login करें, और बाकी काम अपने एजेंट को सौंपें — workflows sync करना, components edit करना, changes push करना, deploy करना।

CLI install करें
~/your-projectagentui
# 1. install
$ npm install -g @agentuiai/cli
# 2. login (OTP via email)
$ agentui auth login
→ Verification code sent to you@team.com
# 3. hand off to your AI
$ claude "sync workflow_42 and add audit trails"
running— agentui project sync 42 --json
12 components synced
$
01 / 03

अपनी पसंद की AI लाएं

Claude Code, Cursor, Aider, Codex, या आपका custom एजेंट। AgentUI को फर्क नहीं पड़ता आप locally कौन सा AI assistant चला रहे हैं — CLI सब को एक जैसा clean interface देती है AgentUI projects read, edit और ship करने के लिए।

02 / 03

AI के लिए खास तौर से बना

हर command --json support करता है। Deterministic exit codes। Machine-parseable output by default — वही approach जो AWS और GitHub के CLIs में है।

03 / 03

Install करें। Login करें। Done।

तीन commands और आपका एजेंट चालू। कोई SDK नहीं जोड़ना, कोई API सीखनी नहीं — बस किसी भी AI को CLI पर point करें, और वो AgentUI projects read, write और ship कर सकती है।

Terminal से production तक, बस तीन commands

1

Install करें

$ npm install -g @agentuiai/cli

एक global install। Node 22+। agentui --version से verify करें।

2

Login करें

$ agentui auth login

Email OTP, छह digits। वही login जो AgentUI web app में — tokens का झंझट नहीं।

3

एजेंट को सौंप दें

$ 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 को फर्क नहीं पड़ता।

Claude CodeCodexAiderCursor agentContinueClineRoo CodeOpenAI o-seriesGemini CLILocal llama.cpp…और आपका
मशीनों के लिए बना है

Output जो आपका एजेंट सच में parse कर सके

01

हर command पर --json, versions के बीच schema stable

02

Deterministic exit codes — एजेंट्स success, validation और auth failure पर अलग-अलग branch ले सकते हैं

03

हर mutating command पर dry-run, ताकि एजेंट commit करने से पहले plan बना सके

04

Multi-tenant safety: workspace का selection हमेशा explicit होता है, कभी implicit नहीं

सुरक्षित Vibe Coding Platform

तेज़ी से बनाएं। सुरक्षित ship करें।

Vibe coding तेज़ है — लेकिन अधिकांश platforms आपको एक prototype देते हैं और उसे production कहते हैं। AgentUI हर ऐप को harden, scan और gate करता है, ताकि जो आप ship करते हैं, वो वास्तव में आपकी team भरोसा कर सके।

Terminal खोलें। एजेंट को build करने दें।

Install करना free है। वही login जो आपके AgentUI workspace में है। अपनी पसंद की AI के साथ pair करें।

npm install -g @agentuiai/cli

Node 22+ · MIT licensed · वही OTP जो आपके AgentUI workspace में है