Tutorials
These guides walk you through a real task from start to finish. Use them when you want to learn by doing.
Suggested Order
- Run Your First AI Session to send and stream your first AI message.
- Create an AI Agent to build a reusable agent definition.
- Manage AI Twins to work with long-lived AI identities.
- Manage Skills to add reusable capabilities to agents.
- Create Prompt Sets to reuse prompt templates.
- CRUD Operations for Bits to practice the full Bit task lifecycle.
- List and Search Chainers to learn filtering and paging.
When To Leave Tutorials
- Use How-to Guides when you already know the task and want the shortest path.
- Use CLI in CI/CD for automation and pipeline setups.
- Use API Reference when you need exact request and response contracts.
Before You Start
- Use Prerequisites if you still need the basic tools.
- Use Authentication if you need a token before following the examples.
- Keep your access token in an environment variable so the code samples stay simple.