You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bailian (Aliyun AgentStudio) manages agents with versioned updates and references official MCP servers by name rather than wiring vaults for them.
Provider configuration
providers:
bailian:
api_key: ${DASHSCOPE_API_KEY}workspace_id: ${BAILIAN_WORKSPACE_ID}# base_url is derived from workspace_id when omitted:# https://<workspace_id>.cn-beijing.maas.aliyuncs.com/api/v1/agentstudio
Field
Required
Description
api_key
yes
DashScope API key (Bearer token). Resolve from .env with ${DASHSCOPE_API_KEY}.
workspace_id
yes
Bailian workspace id (llm-...). Resolve with ${BAILIAN_WORKSPACE_ID}.
base_url
no
Override the derived endpoint. When omitted it is derived from workspace_id.