AutoGen Studio website screenshot

AutoGen Studio

AutoGen Studio is a low-code / no-code developer GUI from Microsoft Research for rapidly prototyping, composing, and debugging multi-agent AI workflows built on the AutoGen framework. Shipped as the `autogenstudio` Python package and launched with `autogenstudio ui`, it serves a FastAPI + React (Gatsby) web app on localhost that exposes four primary interfaces — Team Builder, Playground, Gallery, and Deployment — backed by a SQLModel persistence layer (SQLite by default; any SQLAlchemy-compatible backend such as PostgreSQL, MySQL, MSSQL via `--database-uri`). The Team Builder offers drag-and-drop and JSON authoring of teams, agents, models, tools, and termination conditions fully aligned with AutoGen AgentChat's declarative component spec; the Playground streams live inter-agent messages and renders the control transition graph; the Gallery imports community components; and the Deployment view exports a team to Python, exposes it as an endpoint, and packages it for Docker. AutoGen Studio is built on AutoGen AgentChat / Core / Extensions and supports any OpenAI-compatible model endpoint (OpenAI, Azure OpenAI, Anthropic, local vLLM/Ollama, etc.) via declarative `model_client` configuration, plus MCP tool integration. Authentication is experimental (GitHub OAuth + JWT only). Microsoft explicitly positions AutoGen Studio as a research prototype — not production-ready — and encourages teams that need authn/z, multi-tenancy, sandboxing rigor, or hardened deployment to build directly on the AutoGen framework instead. Companion to the broader AutoGen multi-agent framework, distributed under the Microsoft microsoft/autogen monorepo (CC-BY-4.0 docs, MIT code).

AutoGen Studio is profiled on the APIs.io network. Tagged areas include AutoGen, AutoGen Studio, Multi-Agent, Agent Framework, and Agentic AI.

AutoGen Studio’s developer surface includes engineering blog, documentation, FAQ, and 19 more developer resources.

12.8/100 emerging ▬ flat Agent 0/100 human only Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
0 APIs 21 Features
AutoGenAutoGen StudioMulti-AgentAgent FrameworkAgentic AILow-CodeNo-CodeGUIVisual BuilderDrag And DropPrototypingAgentChatMicrosoft ResearchPythonFastAPIReactSQLModelMCPOpen-Source

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/autogen-studio: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

Features 21

Notable capabilities this provider offers.

Installable via `pip install -U autogenstudio` (Python 3.10+); current PyPI release 0.4.2.2
Launched as a local web app with `autogenstudio ui --port 8081` (FastAPI backend + Gatsby/React frontend)
Configurable via `--host`, `--port`, `--appdir`, `--reload`, `--database-uri`, `--upgrade-database`, `--auth-config`
Team Builder visual canvas with drag-and-drop assembly of teams, agents, models, tools, and termination conditions, plus equivalent direct JSON editing
Component Library backed by AutoGen AgentChat's declarative component spec (teams, agents, models, tools, termination conditions)
Playground with live inter-agent message streaming, control transition graph visualization, UserProxyAgent sessions, and pause/stop run control
Gallery for discovering and importing community-created components and third-party integrations
Deployment view that exports a team to Python code, exposes it as a runnable endpoint, and supports containerized execution via Docker
Bring-your-own model — any OpenAI-compatible endpoint (OpenAI, Azure OpenAI, Anthropic, vLLM, Ollama, local models) via declarative `model_client` config; AutoGen Extensions provides first-party clients
Define agents in Python with AutoGen AgentChat, dump to JSON via `dump_component().model_dump_json()`, and import into Studio's JSON editor
MCP (Model Context Protocol) tool integration via `autogenstudio/mcp` and `/api/mcp` routes
SQLModel-based persistence (Pydantic + SQLAlchemy) — defaults to SQLite, supports PostgreSQL, MySQL, MSSQL, Oracle, and other SQLAlchemy dialects
Internal FastAPI surface (not a public API) under `/api/` with routes for teams, sessions, runs, gallery, mcp, settings, validation, and a `/api/ws` WebSocket for streaming
Experimental GitHub OAuth authentication with JWT (`--auth-config auth.yaml`); disabled by default, WebSockets require `?token=` query param when enabled
Default app directory `~/.autogenstudio/` for database and generated user files
Dev container shipped under `python/packages/autogen-studio/.devcontainer/` for source builds
{"Frontend stack" => "React + Gatsby (built with `yarn build`); backend served by `autogenstudio.web.serve`"}
Explicitly positioned by Microsoft as a research prototype — not production-ready; lacks production-grade authn/z, multi-tenancy, jailbreak hardening, and least-privilege key scoping
Companion to the broader AutoGen framework (AgentChat, Core, Extensions, .NET) under the microsoft/autogen monorepo (~58k GitHub stars)
Original research prototype (Oct 2023) by Dibia, Bansal, Fourney, Choudhury, Amershi, Awadallah, Wang; EMNLP 2024 System Demonstrations paper
{"License" => "MIT for code, CC-BY-4.0 for documentation"}

Scroll for all 21

Resources

Documentation 2

Reference material describing how the API behaves

Build 5

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Learn 1

Tutorials, courses, talks, and written guidance

Operate 4

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 5

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: autogen-studio
name: AutoGen Studio
description: AutoGen Studio is a low-code / no-code developer GUI from Microsoft Research for rapidly prototyping, composing,
  and debugging multi-agent AI workflows built on the AutoGen framework. Shipped as the `autogenstudio` Python package and
  launched with `autogenstudio ui`, it serves a FastAPI + React (Gatsby) web app on localhost that exposes four primary interfaces
  — Team Builder, Playground, Gallery, and Deployment — backed by a SQLModel persistence layer (SQLite by default; any SQLAlchemy-compatible
  backend such as PostgreSQL, MySQL, MSSQL via `--database-uri`). The Team Builder offers drag-and-drop and JSON authoring
  of teams, agents, models, tools, and termination conditions fully aligned with AutoGen AgentChat's declarative component
  spec; the Playground streams live inter-agent messages and renders the control transition graph; the Gallery imports community
  components; and the Deployment view exports a team to Python, exposes it as an endpoint, and packages it for Docker. AutoGen
  Studio is built on AutoGen AgentChat / Core / Extensions and supports any OpenAI-compatible model endpoint (OpenAI, Azure
  OpenAI, Anthropic, local vLLM/Ollama, etc.) via declarative `model_client` configuration, plus MCP tool integration. Authentication
  is experimental (GitHub OAuth + JWT only). Microsoft explicitly positions AutoGen Studio as a research prototype — not production-ready
  — and encourages teams that need authn/z, multi-tenancy, sandboxing rigor, or hardened deployment to build directly on the
  AutoGen framework instead. Companion to the broader AutoGen multi-agent framework, distributed under the Microsoft microsoft/autogen
  monorepo (CC-BY-4.0 docs, MIT code).
type: Index
deliveryModel:
  model: unknown
  open_source: unknown
  commercial: false
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - repository-unlicensed
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
position: Producing
access: Open Source
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/autogen-studio.png
tags:
- AutoGen
- AutoGen Studio
- Multi-Agent
- Agent Framework
- Agentic AI
- Low-Code
- No-Code
- GUI
- Visual Builder
- Drag And Drop
- Prototyping
- AgentChat
- Microsoft Research
- Python
- FastAPI
- React
- SQLModel
- MCP
- Open-Source
tags_raw:
- AutoGen
- AutoGen Studio
- Multi-Agent
- Agent Framework
- Agentic AI
- Low-Code
- No-Code
- GUI
- Visual Builder
- Drag and Drop
- Prototyping
- AgentChat
- Microsoft Research
- Python
- FastAPI
- React
- SQLModel
- MCP
- Open Source
url: https://raw.githubusercontent.com/api-evangelist/autogen-studio/refs/heads/main/apis.yml
created: '2026-05-24'
modified: '2026-05-24'
specificationVersion: '0.23'
apis: []
common:
- type: Releases
  url: https://github.com/microsoft/autogen/releases
- type: SecurityPolicy
  url: https://github.com/microsoft/autogen/blob/main/SECURITY.md
- type: CodeOfConduct
  url: https://github.com/microsoft/autogen/blob/main/CODE_OF_CONDUCT.md
- type: ContributionGuide
  url: https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md
- url: https://microsoft.github.io/autogen/0.2/blog/rss.xml
  type: Blog
- type: Website
  url: https://microsoft.github.io/autogen/
- type: Documentation
  url: https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/index.html
- type: Installation
  url: https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/installation.html
- type: Usage
  url: https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/usage.html
- type: ExperimentalFeatures
  url: https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/experimental.html
- type: FAQ
  url: https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/faq.html
- type: GitHubRepository
  url: https://github.com/microsoft/autogen
- type: SourceCode
  url: https://github.com/microsoft/autogen/tree/main/python/packages/autogen-studio
- type: PackagePyPI
  url: https://pypi.org/project/autogenstudio/
- type: GitHubOrganization
  url: https://github.com/microsoft
- type: Discord
  url: https://aka.ms/autogen-discord
- type: Twitter
  url: https://twitter.com/pyautogen
- type: VideoTutorial
  url: https://youtu.be/oum6EI7wohM
- type: ResearchPaper
  url: https://aclanthology.org/2024.emnlp-demo.8/
- type: RoadMap
  url: https://github.com/microsoft/autogen/issues
- type: License
  url: https://github.com/microsoft/autogen/blob/main/LICENSE-CODE
- type: Companion
  url: https://github.com/api-evangelist/microsoft-autogen
- type: Features
  data:
  - Installable via `pip install -U autogenstudio` (Python 3.10+); current PyPI release 0.4.2.2
  - Launched as a local web app with `autogenstudio ui --port 8081` (FastAPI backend + Gatsby/React frontend)
  - Configurable via `--host`, `--port`, `--appdir`, `--reload`, `--database-uri`, `--upgrade-database`, `--auth-config`
  - Team Builder visual canvas with drag-and-drop assembly of teams, agents, models, tools, and termination conditions, plus
    equivalent direct JSON editing
  - Component Library backed by AutoGen AgentChat's declarative component spec (teams, agents, models, tools, termination
    conditions)
  - Playground with live inter-agent message streaming, control transition graph visualization, UserProxyAgent sessions, and
    pause/stop run control
  - Gallery for discovering and importing community-created components and third-party integrations
  - Deployment view that exports a team to Python code, exposes it as a runnable endpoint, and supports containerized execution
    via Docker
  - Bring-your-own model — any OpenAI-compatible endpoint (OpenAI, Azure OpenAI, Anthropic, vLLM, Ollama, local models) via
    declarative `model_client` config; AutoGen Extensions provides first-party clients
  - Define agents in Python with AutoGen AgentChat, dump to JSON via `dump_component().model_dump_json()`, and import into
    Studio's JSON editor
  - MCP (Model Context Protocol) tool integration via `autogenstudio/mcp` and `/api/mcp` routes
  - SQLModel-based persistence (Pydantic + SQLAlchemy) — defaults to SQLite, supports PostgreSQL, MySQL, MSSQL, Oracle, and
    other SQLAlchemy dialects
  - Internal FastAPI surface (not a public API) under `/api/` with routes for teams, sessions, runs, gallery, mcp, settings,
    validation, and a `/api/ws` WebSocket for streaming
  - Experimental GitHub OAuth authentication with JWT (`--auth-config auth.yaml`); disabled by default, WebSockets require
    `?token=` query param when enabled
  - Default app directory `~/.autogenstudio/` for database and generated user files
  - Dev container shipped under `python/packages/autogen-studio/.devcontainer/` for source builds
  - Frontend stack: React + Gatsby (built with `yarn build`); backend served by `autogenstudio.web.serve`
  - Explicitly positioned by Microsoft as a research prototype — not production-ready; lacks production-grade authn/z, multi-tenancy,
    jailbreak hardening, and least-privilege key scoping
  - Companion to the broader AutoGen framework (AgentChat, Core, Extensions, .NET) under the microsoft/autogen monorepo (~58k
    GitHub stars)
  - Original research prototype (Oct 2023) by Dibia, Bansal, Fourney, Choudhury, Amershi, Awadallah, Wang; EMNLP 2024 System
    Demonstrations paper
  - License: MIT for code, CC-BY-4.0 for documentation
  sources:
  - https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/index.html
  - https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/installation.html
  - https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/usage.html
  - https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/experimental.html
  - https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/faq.html
  - https://github.com/microsoft/autogen/tree/main/python/packages/autogen-studio
  - https://pypi.org/project/autogenstudio/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-parent: autogen
x-relationship: product

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/autogen-studio"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/autogen-studio/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/autogen-studio/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.