What is Brain Studio?
Brain Studio is a low-code platform for building agents and flows with AI. It allows you to define conversations, integrate services, and orchestrate tasks through nodes and connections within a visual environment. In Brain Studio you will primarily work with two types of files: Skills, which model conversational flows with message and logic nodes; and Tools, which let you reuse logic and code without duplicating work.Skills

Build your first skill
Learn how to create your first skill with a simple question-and-answer flow.
Tools
Tools are reusable functions within the platform. Unlike Skills, they are synchronous flows: they execute services or tasks and return a result without waiting for user responses. You can invoke Tools from your Skills to:- Integrate external APIs and services.
- Perform calculations or transformations.
- Query and update data.
Next steps
- Explore message nodes and logic nodes.
- Create your first Skill and reuse Tools wherever you need them.