Skip to main content

Studio

Studio is where you build, configure and ship the AI workspace your team uses every day. It's the home of agents, knowledge bases, automations, skills, components and templates.

URL inside Bee Flow: /app/studio.

What's in Studio

Visual designer to build agents from scratch — name, model, prompt, tools, KB, sharing.

Guided flow for non-technical creators. Q&A → working agent.

Browse and install agent templates from the public marketplace.

AI-built UI components you can embed in workflows and conversations.

Create KBs, upload docs, attach to agents, browse the KB Marketplace.

Reusable agent skills — drop into any agent for instant capability.

Routines (automations) live in their own top-level section in the SPA at /app/routines. See Features → Automations for the full guide.

Studio navigation

Studio
├── Agents
│ ├── Designer (advanced)
│ ├── Wizard (guided)
│ └── Library (your agents)
├── Templates
│ ├── Marketplace (browse)
│ └── My templates (saved)
├── Components
│ └── Component Designer
├── Knowledge bases
│ ├── My KBs
│ └── Marketplace
└── Skills
├── Marketplace
└── My skills

Permissions

By default, every user can create their own agents and KBs (subject to tier limits). Admins can:

  • Lock Studio — disable agent / KB creation org-wide.
  • Mandate templates — require new agents to start from a template.
  • Approve publishing — require admin sign-off before an agent goes to the org-wide library.

Configure under Admin → Organisation settings → Studio policy.

Marketplace

Studio surfaces three marketplaces:

MarketplaceWhat it shipsSource
AgentsPre-built agents (e.g. "PR Reviewer", "Meeting Coach")Curated by Bee Flow + community PRs
TemplatesAgent templates with placeholder fieldsSame
SkillsReusable agent capabilities (e.g. "Search GitHub PRs", "Format meeting notes")Same
KnowledgePre-built KBs (e.g. "Bee Flow Docs", "GDPR text")Same

Installing from the marketplace creates a copy in your tenant — you can edit it freely without affecting the upstream.

Where to next