---
title: "Agenti per Agenti — Porta la tua IA su AgentUI"
description: "Qualsiasi IA funziona con AgentUI. Installa la nostra CLI specializzata, accedi e lascia che il tuo agente si occupi del resto. Fatto per Claude Code, Codex, Aider."
url: https://www.agentui.ai/it/agents/
lang: it
source: it/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/it/agents/](https://www.agentui.ai/it/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 per Agenti IA

# Costruisci con l'agente che preferisci.

Qualsiasi IA funziona con AgentUI. Installa la nostra CLI specializzata, accedi una volta e lascia che il tuo agente faccia il resto: sincronizzare workflow, modificare componenti, fare push, deploy.

[Installa la 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

### Porta la tua IA

Claude Code, Cursor, Aider, Codex, il tuo agente custom. AgentUI non bada a quale assistente IA usi in locale — la CLI da a tutti la stessa interfaccia pulita per leggere, modificare e pubblicare progetti AgentUI.

02 / 03

### Specializzato per IA

Ogni comando supporta --json. Codici di uscita deterministici. Output leggibile dalle macchine per impostazione predefinita.

03 / 03

### Installa. Accedi. Fatto.

Tre comandi e il tuo agente e dentro. Nessun SDK da cablare, nessuna API da imparare. Punta qualsiasi IA alla CLI.

## Dal terminale alla produzione in tre comandi

1

### Installare

`$ npm install -g @agentuiai/cli`

Una installazione globale. Node 22+. Verifica con agentui --version.

2

### Accedi

`$ agentui auth login`

OTP via email, sei cifre. Stesso login dell'app web AgentUI — senza giocoleria con i token.

3

### Passa all'agente

`$ agentui project sync <id>`

Il tuo agente legge, modifica e fa push dall'albero locale. Git, VS Code, Cursor, Claude Code — scegli tu.

Testato con

Claude Code, Codex, Aider, modalita agente Cursor, Continue, Cline, agenti custom — tutti leggono --json.

Claude CodeCodexAiderCursor agentContinueClineRoo CodeOpenAI o-seriesGemini CLILocal llama.cpp…e il tuoFatto per le macchine

## Output che il tuo agente puo davvero analizzare

01

--json su ogni comando, schema stabile tra versioni

02

Codici di uscita deterministici — gli agenti possono diramare per successo, validazione, auth

03

Dry-run su ogni comando mutante, l'agente pianifica prima di committare

04

Sicurezza multi-tenant: la scelta del workspace e esplicita, mai implicita

La piattaforma sicura di vibe coding

## Costruisci veloce. Pubblica sicuro.

Il vibe coding e veloce, ma la maggior parte delle piattaforme ti consegna un prototipo e lo chiama produzione. AgentUI rafforza, scansiona e protegge ogni app che costruisci — quello che pubblichi e cio di cui il tuo team puo davvero fidarsi.

[### App IA SOC 2

Crittografia AES-256, audit log esportabili, RBAC mappato sui Trust Services criteria. Supera SOC 2 nella parte IA.](/it/soc-2-ai-app/)[### Hosting di IA sicuro

Isolamento tenant, segreti crittografati, scansione continua. Hosting che difende — non solo configura.](/it/secure-ai-hosting/)[### Vibe coding aziendale

Vibe coding aziendale — senza il debito di conformità. Audit trail, RBAC, security review inclusi.](/it/enterprise-vibe-coding/)

## Apri un terminale. Lascia che l'agente costruisca.

Installazione gratuita. Stesso login del tuo workspace AgentUI. Abbinalo all'IA che preferisci.

`npm install -g @agentuiai/cli`npm[Installa la CLI](https://www.npmjs.com/package/@agentuiai/cli)[Torna alla home](/it/)

Node 22+ · Licenza MIT · Stesso OTP del tuo workspace AgentUI


---

## 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
