Skip to content
AstrBot
Main Navigation HomeBlogRoadmapHTTP API

English

简体中文

English

简体中文

Toggle dark mode

Intro & DeployMessaging PlatformsAI IntegrationUsageDevelopment
Sidebar Navigation

Introduction

What is AstrBot

Community

FAQ

Deployment

Package Manager

One-click Launcher

Docker

Kubernetes

BT Panel

1Panel

Manual

Other Deployments

CasaOS

Compshare GPU

Community-provided Deployment

Support Us

Messaging Platforms

Quick Start

QQ Official Bot

Webhook Method

Websockets Method

WeCom Application

WeCom AI Bot

WeChat Official Account

Lark

DingTalk

Telegram

LINE

Slack

Misskey

Discord

OneBot v11

NapCat

Lagrange

Other Clients

Satori

Using LLOneBot

Using server-satori

Community-provided

Matrix

KOOK

VoceChat

AI Integration

✨ Model Providers

NewAPI

AIHubMix

PPIO Cloud

SiliconFlow

TokenPony

302.AI

Ollama

LMStudio

⚙️ Agent Runners

Built-in Agent Runner

Dify

Coze

Alibaba Bailian

Usage

WebUI

Plugins

Built-in Commands

Tool Use

Anthropic Skills

SubAgent Orchestration

Proactive Tasks

MCP

Web Search

Knowledge Base

Custom Rules

Agent Runner

Unified Webhook Mode

Auto Context Compression

Agent Sandbox

Development

Plugin Development

🌠 Getting Started

Minimal Example

Listen to Message Events

Send Messages

Plugin Configuration

AI

Storage

HTML to Image

Session Control

Publish Plugin

Platform Adapter Integration

AstrBot HTTP API

AstrBot Configuration File

Others

Self-hosted HTML to Image

Open Source Summer

OSPP 2025

On this page

Connect to Alibaba Cloud Bailian Application ​

Since v3.4.30, AstrBot supports connecting to Alibaba Cloud Bailian Application.

Configure Alibaba Cloud Bailian Application in AstrBot ​

On the Alibaba Cloud Bailian Application website, click to add a new application. Create an agent application, workflow application, or agent orchestration application according to your needs, and build the agent or workflow as required.

Record the Application ID:

image

Click to enter the application, click Publishing Channel -> API Call -> API KEY, create and copy the API KEY:

alt text

In the WebUI, click "Model Provider" -> "Add Provider", select "Agent Runner", select "Alibaba Cloud Bailian Application", and enter the Alibaba Cloud Bailian Application configuration page.

According to Alibaba Cloud Bailian Application, there are four application types:

  • Agent Application (agent)
  • Task Workflow Application (task-workflow)
  • Dialog Workflow Application (dialog-workflow)
  • Agent Orchestration Application (agent-arrange)

TIP

Multi-turn conversations are only supported for agent applications and dialog workflow applications. AstrBot will automatically attach conversation history for these two types of applications to support multi-turn conversations.

Please ensure that the Application Type configured in AstrBot matches the application type created in Alibaba Cloud Bailian Application.

Then fill in the Application ID in dashscope_app_id and the API KEY in dashscope_api_key.

After filling in these three items, click Save.

Select Agent Runner ​

Go to the Configuration page in the left sidebar, click "Agent Execution Method", select "Alibaba Cloud Bailian Application", then select the ID of the Alibaba Cloud Bailian Application Agent Runner you just created in the new configuration options that appear below, and click "Save" in the bottom right corner to complete the configuration.

Appendix: Dynamically Set Workflow Input Variables During Chat (Optional) ​

For the two workflow applications, you can dynamically set input variables in the chat area.

Use the /set command to dynamically set input variables, as shown in the figure below:

alt text

After setting variables, AstrBot will attach the variables you set in the next request to Alibaba Cloud Bailian Application, flexibly adapting to your Workflow.

Of course, you can use the /unset command to cancel the variables you set. For example, /unset name

Variables are permanently valid in the current session.

Edit this page on GitHub

Last updated:

Pager
PreviousCoze
NextWebUI

Deployed on Rainyun Logo