Skip to main content
This is preview documentation. The official release is not yet available.
Managed configuration has three layers: the Agent definition, session resources and Dataplane deployment settings. Complete creation and the first conversation before tuning them.

Agent definition fields

These are API field names. The console edits them through Behavior, Workspace and Runtime/resource settings. Advanced settings on the creation page selects an environment. Preserve version checks when saving. Reload after a configuration conflict. The Agent key is its stable catalog identity; renaming the display name does not migrate that identity.

Default and explicit models

The standard Dataplane includes the DashScope model extension. The administrator supplies DASHSCOPE_API_KEY to the Dataplane process/container. BUILDER_MODEL_NAME chooses its default model; the deployment default is qwen-max. Restart the affected service after changing deployment environment variables. An empty Agent Model uses this default Model instance. An explicit identifier such as dashscope:qwen-max is resolved through the model registry and the DashScope provider’s credentials. Hosted provider accounts are separate from Managed model credentials.
This is a definition fragment, not a complete creation request. See supported capabilities and integrations for extending models. Changing a model name does not install an extension or supply credentials.

Selecting session resources

Normal Chat and Issue work uses the Agent’s resource settings. Managed Session creation APIs can also specify environmentId, memoryStoreIds and vaultIds. Omitting a resource list uses the default binding; an explicit empty list requests no mounts of that default resource type.
Add this fragment to the relevant Session request along with its required Agent and other fields. Resources must be available to the current identity. Definitions and resource bindings are resolved while establishing the runtime context; verify changes with a new Chat or Issue.

Change one layer at a time

  1. Leave Model empty and verify the deployment default with a conversation.
  2. Adjust Instructions and maxIters to verify responsibilities and iteration limits.
  3. Bind Workspace and Environment, then verify file tools.
  4. Add Memory and Vault, testing knowledge retrieval and tool authentication separately.
For model resolution errors, check identifiers and installed extensions. For 401/403 errors, check provider authentication. A wait for a Worker requires Environment diagnosis; increasing iteration limits does not repair a connection.