Skip to main content

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

TutorialWhat you'll learn
Getting StartedSign up, log in, and find your way around the UI
Create Your First AgentDeploy an AI agent from a template in under 2 minutes
Chat with Your AgentHave a real-time conversation with your agent
Assign a TaskCreate a task, hand it off to your agent, and track progress
Deploy a Starter TeamSpin up a coordinated team of 4 agents with pre-built channels

Going Deeper

TutorialWhat you'll learn
Schedule a Recurring JobSet up cron-based automation that runs on its own
Build a Knowledge BaseCreate a vector space so your agents can search your documents
Connect Google WorkspaceLet agents interact with Google Docs, Sheets, Slides, and other integrations (Slack, GitHub, etc.)
Voice Call with an AgentTalk to your agents in real time over voice
Set Up Agent EmailGive your agent an email address and configure routing rules
Create a Custom WorkflowBuild a visual workflow in Xircuits Studio
Desktop AutomationGive agents access to a cloud desktop for computer-use tasks

Developer Tutorials

For developers building on the platform API or creating custom agents:

TutorialWhat you'll learn
Authenticate with the APICreate a platform token and make your first GraphQL call
Create a Custom AgentBuild a custom XAIBO agent from YAML config
Build a Custom ToolWrite a Python tool file and wire it into an agent
Automate Tasks via APIProgrammatically create and manage tasks through the REST API