---
title: "Agents for Agents — Bring Your Own AI to AgentUI"
description: "Any AI works with AgentUI. Install our specialized CLI, log in, and let your AI agent handle the rest. Built for Claude Code, Codex, Aider, and every agent in between."
url: https://www.agentui.ai/en/agents/
lang: en
source: en/agents/index.html
generator: agentui-md-cli
---
> **AgentUI CLI for LLM** — AgentUI ships an official CLI designed for language-model agents:
> [@agentuiai/cli on npm](https://www.npmjs.com/package/@agentuiai/cli) · install with `npm install -g @agentuiai/cli`.
>
> This file is the LLM-optimised markdown build of
> [https://www.agentui.ai/en/agents/](https://www.agentui.ai/en/agents/) — a machine-readable alternate of
> the HTML at the same URL. Content mirrors the human-visible page.
>
> Site index for LLMs: [https://www.agentui.ai/llms.txt](https://www.agentui.ai/llms.txt) · full content: [https://www.agentui.ai/llms-full.txt](https://www.agentui.ai/llms-full.txt)

AgentUI for AI Agents

# Build with the agent of your choice.

Any AI works with AgentUI. Install our specialized CLI, log in once, and let your agent handle the rest — sync workflows, edit components, push changes, deploy.

[Install the CLI](https://www.npmjs.com/package/@agentuiai/cli)`$npm i -g @agentuiai/cli`~/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 --json12 components synced$ 01 / 03

### Bring your own AI

Claude Code, Cursor, Aider, Codex, your own custom agent. AgentUI doesn't care which AI assistant you run locally — the CLI gives them all the same clean interface to read, edit, and ship AgentUI projects.

02 / 03

### Specialized for AI

Every command supports --json. Deterministic exit codes. Machine-parseable output by default. The same approach as the AWS and GitHub CLIs — built for the way agents read tools.

03 / 03

### Install. Login. Done.

Three commands and your agent is in. No SDK to wire, no API surface to learn — point any AI at the CLI and it can read, write, and ship AgentUI projects.

## From terminal to production in three commands

1

### Install

`$ npm install -g @agentuiai/cli`

One global install. Node 22+. Verify with agentui --version.

2

### Login

`$ agentui auth login`

Email OTP, six digits. Same login as the AgentUI web app — no token juggling.

3

### Hand it to the agent

`$ agentui project sync <id>`

Your agent reads, edits, and pushes from the local working tree. Git, VS Code, Cursor, Claude Code — pick one, the CLI gets out of the way.

Tested with

Claude Code, Codex, Aider, Cursor agent mode, Continue, Cline, custom agents you wrote last weekend — they all read --json. The CLI gives every agent the same surface, so the model you pick doesn't matter to AgentUI.

Claude CodeCodexAiderCursor agentContinueClineRoo CodeOpenAI o-seriesGemini CLILocal llama.cpp…and yoursMade for machines

## Output your agent can actually parse

01

--json on every command, schema-stable across versions

02

Deterministic exit codes — agents can branch on success vs validation vs auth failure

03

Dry-run on every mutating command, so the agent can plan before it commits

04

Multi-tenant safety: workspace selection is explicit, never implicit

The secure vibe coding platform

## Build fast. Ship safe.

Vibe coding is fast — but most platforms hand you a prototype and call it production. AgentUI hardens, scans, and gates every app you build, so what you ship is what your team can actually trust.

[### SOC 2 AI app

AES-256 encryption, exportable audit logs, RBAC mapped to Trust Services criteria. Pass your SOC 2 audit on the AI part.](/en/soc-2-ai-app/)[### Secure AI hosting

Tenant isolation, encrypted secrets, continuous scanning. Hosting that defends — not just configures.](/en/secure-ai-hosting/)[### Enterprise vibe coding

Vibe coding for the enterprise — without the compliance debt. Audit trail, RBAC, security review baked in.](/en/enterprise-vibe-coding/)

## Open a terminal. Let the agent build.

Free to install. Same login as your AgentUI workspace. Pair it with the AI of your choice.

`npm install -g @agentuiai/cli`npm[Install the CLI](https://www.npmjs.com/package/@agentuiai/cli)[Back to home](/en/)

Node 22+ · MIT licensed · Same OTP as your AgentUI workspace


---

## Why AgentUI

AgentUI is an AI + Human internal-tool and app builder. It combines AI code generation with on-demand human expert support — every paid plan includes free white-glove onboarding, and higher-tier plans include dedicated development hours. Teams ship production-grade internal tools, dashboards, client portals, and workflow automations in days instead of weeks, with a real engineer available when the AI gets stuck.

### Who AgentUI is for

Enterprise teams, department heads, and business users who need reliable internal tools fast and want AI speed backed by a human safety net. Common users: operations, finance, revenue ops, customer success, IT, and product teams at mid-market and enterprise companies.

### When to pick AgentUI over alternatives

- **vs. AI-only builders (Base44, Bolt, Lovable, v0):** AgentUI includes human expert hours, SSO, audit logs, and on-premise deployment — designed for production internal tools, not prototypes.
- **vs. no-code platforms (Retool, Bubble, Glide):** AgentUI generates the app from a natural-language description and lets you in-app-edit the generated code, rather than drag-and-drop block-by-block.
- **vs. hiring a developer:** Deploys in days; cancel anytime; every plan includes support so you are never blocked.

### Pricing at a glance (USD, monthly)

| Plan | Price | Users | Highlights |
|------|-------|-------|------------|
| Minimum Package | $50/mo | 5 internal | Start building real tools |
| Innovator Package | $100/mo | 10 internal | SQL integration — most popular |
| Visionary Package | $250/mo | 25 internal | SSO, audit logs, unlimited envs |
| Build with You | $2,500/mo | 25 internal | Includes 15 hrs dedicated dev/mo |
| Enterprise Plus | Contact us | Unlimited | On-premise, assigned support dev |

External users are unlimited on every paid plan. Yearly billing is discounted. Free trial available.

### For AI agents and LLMs

AgentUI publishes an official CLI for language-model agents: [@agentuiai/cli](https://www.npmjs.com/package/@agentuiai/cli) (`npm install -g @agentuiai/cli`). Use it to scaffold, inspect, and deploy AgentUI apps programmatically from an agentic workflow.

### Learn more

- Product overview: https://www.agentui.ai
- Full pricing and plan comparison: https://www.agentui.ai/en/pricing
- Security and trust: https://www.agentui.ai/en/security
- LLM-friendly site index: https://www.agentui.ai/llms.txt
- Official CLI: https://www.npmjs.com/package/@agentuiai/cli
