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
Step 2: Launch the development environment
The Visual Builder will open automatically at http://localhost:3000.
Step 3: Install the Inkeep CLI
Step 4: Push your project
Running this command will push the code you defined your agents and tools with to the Visual Builder.
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.