Tutorials
Step-by-step lessons that walk you through core platform features from scratch. If you're brand new, start with the Getting Started section and work your way down.
By the end of these tutorials, you'll have a working team of AI agents chatting, executing tasks, and running on a schedule.
Getting Started
| Tutorial | What you'll learn |
|---|---|
| Getting Started | Sign up, log in, and find your way around the UI |
| Create Your First Agent | Deploy an AI agent from a template in under 2 minutes |
| Chat with Your Agent | Have a real-time conversation with your agent |
| Assign a Task | Create a task, hand it off to your agent, and track progress |
| Deploy a Starter Team | Spin up a coordinated team of 4 agents with pre-built channels |
Going Deeper
| Tutorial | What you'll learn |
|---|---|
| Schedule a Recurring Job | Set up cron-based automation that runs on its own |
| Build a Knowledge Base | Create a vector space so your agents can search your documents |
| Connect Google Workspace | Let agents interact with Google Docs, Sheets, Slides, and other integrations (Slack, GitHub, etc.) |
| Voice Call with an Agent | Talk to your agents in real time over voice |
| Set Up Agent Email | Give your agent an email address and configure routing rules |
| Create a Custom Workflow | Build a visual workflow in Xircuits Studio |
| Desktop Automation | Give agents access to a cloud desktop for computer-use tasks |
Developer Tutorials
For developers building on the platform API or creating custom agents:
| Tutorial | What you'll learn |
|---|---|
| Authenticate with the API | Create a platform token and make your first GraphQL call |
| Create a Custom Agent | Build a custom XAIBO agent from YAML config |
| Build a Custom Tool | Write a Python tool file and wire it into an agent |
| Automate Tasks via API | Programmatically create and manage tasks through the REST API |