Quick start
Quick Start
Copy page
Start developing your agents with the Inkeep Agent Platform
Prerequisites
Step 1: Create a new agents project
Step 2: Run the setup script
Step 3: Launch the development environment
The Visual Builder will open automatically at http://localhost:3000.
Service Ports
The development environment starts multiple services on different ports:
| Service | Port | URL | Description |
|---|---|---|---|
| Visual Builder | 3000 | http://localhost:3000 | Web interface for building and managing agents |
| Manage API | 3002 | http://localhost:3002 | API for managing agent configurations and projects |
| Run API | 3003 | http://localhost:3003 | API for executing agent conversations with your agents |
Note
Make sure these ports are available before starting the development environment. If any port is in use, you'll need to free it up first.
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 Traces for more information.