coze-studio

coze-dev/coze-studio

Visual AI Agent Development Platform

21k
Stars
3.1k
Forks
523
Open issues
123
Watchers
TypeScript Apache-2.0Last pushed Apr 20, 2026

Overview

Coze Studio is a visual development platform aimed at simplifying the creation, debugging, and deployment of AI agents. It supports no-code/low-code approaches, enabling developers to quickly build AI applications with complete templates.

Categories

Tags

Similar tools

Install

npm install coze-studio

README

Coze StudioFeature listQuickstartDeveloper Guide

License Go Version

English | 中文

What is Coze Studio?

Coze Studio is an all-in-one AI agent development tool. Providing the latest large models and tools, various development modes and frameworks, Coze Studio offers the most convenient AI agent development environment, from development to deployment.

  • Provides all core technologies needed for AI agent development: prompt, RAG, plugin, workflow, enabling developers to focus on creating the core value of AI.
  • Ready to use for professional AI agent development at the lowest cost: Coze Studio provides developers with complete app templates and build frameworks, allowing you to quickly construct various AI agents and turn creative ideas into reality.

Coze Studio, derived from the "Coze Development Platform" which has served tens of thousands of enterprises and millions of developers, we have made its core engine completely open. It is a one-stop visual development tool for AI Agents that makes creating, debugging, and deploying AI Agents unprecedentedly simple. Through Coze Studio's visual design and build tools, developers can quickly create and debug agents, apps, and workflows using no-code or low-code approaches, enabling powerful AI app development and more customized business logic. It's an ideal choice for building low-code AI products tailored . Coze Studio aims to lower the threshold for AI agent development and application, encouraging community co-construction and sharing for deeper exploration and practice in the AI field.

The backend of Coze Studio is developed using Golang, the frontend uses React + TypeScript, and the overall architecture is based on microservices and built following domain-driven design (DDD) principles. Provide developers with a high-performance, highly scalable, and easy-to-customize underlying framework to help them address complex business needs.

Feature list

ModuleFeature
Model serviceManage the model list, integrate services such as OpenAI and Volcengine
Build agent* Build, publish, and manage agent
* Support configuring workflows, knowledge bases, and other resources
Build apps* Create and publish apps
* Build business logic through workflows
Build a workflowCreate, modify, publish, and delete workflows
Develop resourcesSupport creating and managing the following resources:
* Plugins
* Knowledge bases
* Databases
* Prompts
API and SDK* Create conversations, initiate chats, and other OpenAPI
* Integrate agents or apps into your own app through Chat SDK

Quickstart

Learn how to obtain and deploy the open-source version of Coze Studio, quickly build projects, and experience Coze Studio's open-source version.

Environment requirements:

  • Before installing Coze Studio, please ensure that your machine meets the following minimum system requirements: 2 Core、4 GB
  • Pre-install Docker and Docker Compose, and start the Docker service.

Deployment steps:

  1. Retrieve the source code.

    # Clone code
    git clone https://github.com/coze-dev/coze-studio.git
    
  2. Deploy and start the service. When deploying and starting Coze Studio for the first time, it may take a while to retrieve images and build local images. Please be patient. If you see the message "Container coze-server Started," it means the Coze Studio service has started successfully.

    cd coze-studio
    # start service
    # for macOS or Linux
    make web  
    # for windows
    cp ./docker/.env.example ./docker/.env
    docker c
    
coze-studio · GraphCanon