Time to complete: 5 minutes
What you’ll get: A working AI agent built visually + full source code in your IDE ready for customization
What you’ll get: A working AI agent built visually + full source code in your IDE ready for customization

Quick Build-to-Code Process
1
Create Agent Visually
Go to app.xpander.ai and click + New Agent.The workbench has two main sections:
- Left: Agent configuration (tools, instructions, settings)
- Right: Agent preview (chat testing and visual graph)
No coding required - build everything through the UI!
2
Auto-Generate Instructions
In the Instructions tab:
- Click “Write instructions with AI”
- Enter a simple prompt like:
AI Agent that can get the latest news about any topic from Google News, and send those news via email
- Watch as the system automatically populates:
- System prompt
- Agent rules
- Goals and behavior guidelines
3
Add Tools Visually
In the Tools tab, click + Add tools and select:
- Google News → Retrieve News Articles By Topic
- Built-in actions → Send Email
- Add any other tools you need from the gallery
4
Test in Workbench
Use the Chat module in the Agent Preview panel to test your agent.Test with:
Get the latest news about LLM reasoning models, and send them to me over email
5
Download Your Code
Ready to add custom logic? Click the Download code button in the top right.Or use the CLI:You’ll get a complete project with:
- Pre-configured Python/Node.js code
- All your workbench settings
- Environment variables ready
- Your tools and instructions baked in
What You Get in Your IDE
🎉 Complete codebase with everything from the workbench:Key Benefits of This Approach
Visual Prototyping
Build and test ideas quickly without writing code
AI-Generated Instructions
Get optimized prompts and configurations automatically
Seamless Transition
Download includes all your visual configurations
Full Development Control
Add custom functions, APIs, and business logic
Advanced Customization Ideas
Add Custom Business Logic
Add Custom Business Logic
Transform Incoming Data
Transform Incoming Data
External API Integrations
External API Integrations
Testing Your Custom Code
1
Local Development
2
Real-time Testing
- Test through the workbench chat UI
- Send Slack messages (if connected)
- Trigger webhooks from external systems
- See debug logs in your terminal
3
Deploy When Ready
Next Steps
Now that you have both visual design and code control:- Backend Configuration - Advanced agent settings
- API Reference - Full SDK documentation
- Examples - See more complex agent implementations