Quick start

Quick Start

Copy page

Start developing your agents with the Inkeep Agent Platform

Prerequisites

  • Node.js 22+
  • pnpm 10+ (installation instructions here)

Step 1: Create a new agents project

npx @inkeep/create-agents my-agent-directory 
cd my-agent-directory

Step 2: Launch the development environment

pnpm dev

The Visual Builder will open automatically at http://localhost:3000.

Step 3: Install the Inkeep CLI

npm install -g @inkeep/agents-cli

Step 4: Push your project

Running this command will push the code you defined your agents and tools with to the Visual Builder.

cd src/weather-project
inkeep push

Step 5: Chat with your agent

Open the Visual Builder at http://localhost:3000, click into the weather graph, and then click the "Try It" button to start chatting with the agent.

Next, we recommend setting up observability to see live traces of your agent. See Observability for more information.