Agents:
Build an agent by giving it a model, tools, and instructions. Add knowledge and memory to ground its responses and remember context.Teams:
Build a multi-agent team that works toward a shared goal. Choose how the leader coordinates with members using coordinate, route, broadcast, or tasks mode.Workflows:
Orchestrate agents and teams into step-based pipelines. Control the flow with loops, conditions, routers, and parallel execution. Use functions or CEL expressions to evaluate conditions and selectors.Registry:
Register the components Studio composes with: tools, models, databases, schemas, knowledge, memory managers, and session summary managers. Register existing agents and teams to reuse them as members in Studio teams or steps in Studio workflows.
Studio connects to your running AgentOS instance and uses a Registry to populate available components.
Build visually, test interactively, and publish when ready.
Register your tools, models, databases, and schemas in a Registry
Create your agent, team, or workflow using the visual builder. Use tools, models, and knowledge bases from the Registry. Add instructions and configure the settings.
Access the full version history for any agent, team, or workflow:Two actions are available on this page:
Restore: open a draft for editing in Studio.
Set Current: choose which published version the API serves.
Drafts are mutable: you can edit them in Studio and delete them. Published versions are immutable and undeletable. To change a published version, publish a new one. Only published versions can be set as current.
Use descriptive version labels like v1.2-improved-instructions or
before-refactor to make it easy to identify versions later.