Introduction

AgentCN is an open-source kit for installable AI agents — add agents to your Next.js app via CLI, customize the source, and ship real workflows.

AgentCN helps you add production-ready AI agents to your codebase without building everything from scratch.

Install agents with the CLI, copy source into your project, wire environment variables, and extend behavior as your product grows.

What AgentCN includes

  • CLInpx agentcn@latest add web-agent (and more agents over time).
  • Registry — hosted agent payloads at agentcn.dev/r.
  • Docs — setup, configuration, and interactive examples for each agent.
  • Demo appexamples/agent-ui-template for testing agents locally.

How to use these docs

  1. Start here for project context.
  2. Open Agents → Web Agent for install steps, env vars, and an interactive example demo.
  3. Check AgentCN Scope for what is in and out of MVP.
  4. Use the changelog to track doc and product updates.

Content conventions

  • Keep pages action-oriented (install, configure, run).
  • Prefer concrete commands over marketing copy.
  • Capture known limitations directly.

Next steps

pnpm dlx agentcn@latest add web-agent

Then open Web Agent for full setup and configuration.