Quick Start
Last updated
Last updated
Get your Handit.AI agent up and running in just a few minutes. This guide walks you through creating your agent, connecting it to your code, and unlocking powerful real-time monitoring.
Start by designing your AI agent’s logic using Handit.AI’s visual builder.
Agents in Handit.AI are built as graphs made up of nodes. Each node represents a tool or a model, and you define how they connect and interact. This step sets the foundation for how your agent will behave and respond in real time.
Log in to your Handit.AI Dashboard.
In the sidebar, click "Your Agents".
Click "Create Agent" to start building a new agent.
Click "Add Node" for each step in your agent’s workflow.
Choose a node type:
Model – for prediction/classification/generation
Tool – for actions like API calls or custom logic
Fill in the required configuration for each node (e.g., model name, inputs, parameters).
Drag edges between nodes to define the flow of your agent.
Each connection determines how data moves from one node to the next.
Click "Create" once your graph is ready.
Fill in your agent details:
Name – A clear and unique name for your agent
Description – A short summary of what your agent does
To connect your local code to the agent you just created, you'll need the MCP (Model Context Protocol) server.
This lightweight server acts as a bridge between Cursor and your Handit.AI agent. Once configured, it enables deep integration and real-time monitoring inside your development workflow.
Download your MCP Server zip from Handit
Extract the MCP server zip file to your project directory
Open Cursor Settings
Go to Features > MCP
You should see the Handit.AI MCP server
Click "Enable"
Now it’s time to integrate your actual code with the agent you built.
With the MCP server enabled, you can use Cursor’s AI assistant to automatically instrument your code for agent monitoring and tracing.
Use the agent input in Cursor
Type "configure Handit on my agent on these files .... Based on the MCP handit://context"
Review the suggested changes
Accept the changes if everything looks correct
If something seems wrong, check the Manual Setup Guide
Once everything is connected, Handit.AI gives you full visibility and optimization over your agent’s behavior.
✅ Live Traces: See every step your agent takes
✅ Performance Metrics: Track accuracy and efficiency
✅ Self-Optimization: Watch your agent improve automatically (after collecting traces)
Check out our Frontend Creation Guide for detailed agent setup
Visit our MCP Server Setup Guide for server configuration
Explore Best Practices for optimization