Overview
Last updated
Last updated
Handit.AI gives you two powerful ways to define and launch your agents—whether you prefer a visual interface or full programmatic control. Pick the method that best fits your workflow and technical preferences.
Build your agent using Handit.AI’s intuitive visual interface—no code required.
This method is perfect for users who want a fast, guided setup experience with full visibility into the agent’s behavior. Ideal for testing, prototyping, and cross-functional teams.
Key Features:
Drag-and-drop node configuration
Visual builder for defining the agent’s flow
Real-time validation of connections and inputs
Instantly generates a configuration behind the scenes
Recommended for: Most users, especially when starting out or collaborating with non-technical team members.
Manually create your agent by writing and uploading a JSON config file.
This option is designed for developers and advanced users who want total control over how their agent is structured and how it integrates into their systems.
Key Advantages:
Direct, low-level control over agent structure
Easily stored and tracked in version control systems
Ideal for programmatic generation or dynamic agents
Supports complex or highly customized setups
Recommended for: Technical teams, power users, or when integrating with custom pipelines or CI/CD environments.
Use Interactive Agent Setup if you want a simple, visual experience with instant feedback.
Use Manual JSON Configuration if you need more flexibility, automation, or tight integration with your stack.
Each node should have one clear responsibility
Avoid combining multiple operations in a single node
Example:
Names should be self-explanatory
Use consistent naming patterns
Example:
Describe the node's purpose and behavior
Include any important constraints or requirements
Example:
Choose the most specific problem type
Match the node's actual functionality
Example:
Design flows that follow natural data processing steps
Consider data dependencies between nodes
Example:
Ensure nodes don't create infinite loops
Validate flow paths
Example:
Break complex flows into smaller, manageable components
Use clear naming conventions for flow sections
Example:
Validate node connections
Test with sample data
Verify error handling
Example:
Track all configuration changes
Use meaningful commit messages
Maintain configuration history
Example:
Use kebab-case for slugs
Use PascalCase for node names
Maintain consistent terminology
Example:
[Image placeholder: Best practices examples]