Duaer

AI, deploy, and more

Turn on the Duaer MCP server

In Duaer, expose the instance as an MCP server so outside clients operate digital organizations with permission. Turn access on in the instance first.

Turn it on on the instance first

  1. Open Duaer’s MCP access settings.
  2. Enable instance-level MCP.
  3. Note the URL and auth material the client needs.

Until it is on, an outside client has no server to reach. Cloud onboarding for new users also points docs here. How the client fills in the URL and auth is connect to MCP. On cloud, the entry may also be labelled MCP access.

Questions

What can an outside client do after the Duaer MCP server is on?

An MCP-capable client can, with permission, create or run digital organizations. You turn access on in the instance MCP settings. How the client fills in the URL is on the connect page.

How is this Duaer page different from the connect-an-MCP-client page?

This page turns MCP access on inside Duaer. Connecting a client, authentication, and the tool list are on the connect page. Both sides must be set before the client can reach the instance.

In this section

AI

Build your first AI Agent in Duaer

Connect a chat model to an AI Agent in Duaer, then add tools when you need them. This page is the smallest digital organization that runs.

AI

Use Chat hub in Duaer

Chat hub gives people a chat entry without the canvas. From Duaer v3 it is off by default. You can turn it on temporarily with DUAER_ENABLED_MODULES.

AI

Retrieve relevant context with RAG in Duaer

Write documents into a vector store, then retrieve pieces for the model when someone asks. Duaer RAG usually has a load branch and a retrieve branch.

AI

Use $fromAI for tool parameters in Duaer

In Duaer: $fromAI marks a parameter the AI Agent fills when it calls a tool. Keys may only use letters, numbers, underscores, and hyphens.

AI

Use metrics to measure quality in Duaer

In Duaer: Run an AI digital organization against a test set and record scores you calculated, so you can compare versions over time.

AI

Fix common evaluation issues in Duaer

In Duaer, when triggers, field maps, or chat output fight the evaluation nodes, check the wiring first.

AI

Draft Duaer digital organizations with AI

In Duaer, describe your goal in plain language. The builder generates or edits digital-organization nodes. You still confirm on the canvas.

AI

Connect an MCP client to Duaer

After MCP access is on in Duaer, put the connection URL and auth into the client config.

AI

Use the AI assistant on Duaer cloud

The Duaer cloud AI assistant is toggled in Settings and helps edit digital organizations.

AI

Manage MCP access on Duaer cloud

After you turn on MCP access on a Duaer cloud instance, outside clients can connect.

Deploy

Set up instance AI on self-hosted Duaer

Self-hosted Duaer configures the assistant in the instance AI wizard in Settings. Sandbox and web search are optional. Prepare environment variables before startup.

Deploy

Host Duaer with Docker

From Duaer v3, Docker is the only supported deployment. If the instance check finds you are not in a container, it opens this page.

Deploy

Set up task runners as an external process in Duaer

Duaer deprecates the internal task runner. Run the runner separately, set it to external, and share DUAER_RUNNERS_AUTH_TOKEN with the launcher.

Deploy

Configure binary storage with environment variables in Duaer

In Duaer, use environment variables for binary storage mode and path. The main process and workers must share one configuration.

Deploy

Configure security environment variables in Duaer

In Duaer, security switches such as SSRF are configured with environment variables. From v3 the default blocked IP ranges are wider, and the check links here.

Deploy

Configure digital-organization environment variables in Duaer

In Duaer, environment variables can set behavior such as the default caller policy. If the default is still any, the v3 check reports it and opens this page.

Deploy

Manage security policies in Duaer

In Duaer, the security page in Settings points docs here for instance-level security policy entry points.

More

Create and edit credentials in Duaer

In Duaer, credentials are stored on the instance and protected by the encryption key. Nodes reference a credential instead of putting secrets in parameters.

More

Use end-user credentials in Duaer

In Duaer, end-user credentials belong to the end user’s own connections. At runtime the triggerer’s account is used, not one shared secret.

More

Configure digital-organization settings in Duaer

In Duaer, settings include timezone, error handling, and caller policy. After v3 removes “Any workflow”, the check links to the who-can-call section.

More

Configure an embedded deployment in Duaer

When you embed Duaer in another product, configuration can overwrite credentials and related behavior.

More

Open the courses entry in Duaer

In Duaer, the Courses link in the product opens this page. It is an entry to practice notes, not a separate video school.

More

Understand how items flow in Duaer

In Duaer, this chapter explains what one input looks like and how a node runs with many items.

More

Looping docs moved in Duaer

In Duaer, legacy URL. Per-item execution and Execute Once are on the flow-logic looping page.

More

Use the Code node instead in Duaer

In Duaer, the Function node is removed. Write JavaScript in the Code node. This URL remains so old links are not empty.