Visual interface to build, test, and deploy multi-agent AI assistants using plain language
Component | Description | Highlights |
---|---|---|
Agent | Core building blocks of your assistant. Each agent handles a specific part of the conversation and performs tasks using tools and instructions. | • Define behavior in plain language • Connect agents into a graph • Attach tools and RAG sources |
Playground | Interactive testbed for conversations. Lets you simulate end-user chats with your assistant and inspect agent behavior in real time. | • Real-time feedback and debugging • See tool calls and agent handoffs • Test individual agents or the whole system |
Copilot | Your AI assistant for building assistants. Copilot creates and updates agents, tools, and instructions based on your plain-English prompts. | • Understands full system context • Improves agents based on playground chat • Builds workflows intelligently and fast |
Agents are the heart of every assistant. Learn more about how they work in the Agents page.
Describe your assistant to Copilot
Review and apply Copilot suggestions
Connect MCP servers and tools
Test in the Playground
Deploy via API or SDK