Example projects for the AN SDK — deploy AI coding agents and connect them to your app.
| Example | Description |
|---|---|
nextjs |
Next.js app — agent definition + token handler + chat UI |
cd nextjs
npm install
npx an login
npx an deploy
cp .env.example .env.local
npm run dev