Skip to main content
Welcome to the professional guide for building specialized AI agents in Dume.ai. This walkthrough covers every step from concept to deployment, using a “Competitor Finder” agent as the end-to-end example.
Agents extend far beyond general-purpose chat. You define their skills, behaviors, and tool access so they can execute real workflows on your behalf.

1. Introduction to Agent Studio

Agent Studio is the environment where you design, build, and manage dedicated AI assistants. Each agent is tailored to a focused domain (support, research, reporting, etc.) and responds within the guardrails you define.

2. Core Concepts

  • Agent
  • Workflow
  • Tools

The persona you create. It is the front-end chat interface that interprets user intent and triggers configured capabilities.

Think of it as a specialized analyst, support rep, or automation driver that you can deploy anywhere Dume.ai supports agents.


3. Prepare the Agent’s Capabilities

Before configuring the agent, ensure the workflow it needs is available and published. Our Competitor Finder agent depends on the “Competitor Finder” workflow.
1

Clone a Public Workflow

  • Open the Workflow tab from the left sidebar to access Workflow Studio.
  • In Discover Public Workflows, locate Competitor Finder.
  • Select Clone Workflow to copy it into your account.
  • The workflow opens in the visual node editor for inspection.
2

Publish the Workflow

  • Review the node logic; no edits are required for this tutorial.
  • Click Publish in the top-right corner.
  • Publishing makes the workflow live for your workspace while remaining private to your account.

4. Create a New Agent

There are two workflows for agent creation: AI-assisted scaffolding or manual configuration.
  • Method A · AI-Assisted
  • Method B · Manual
  1. Navigate to the Agent tab to open the Agent Studio dashboard.
  2. Click Create using AI.
  3. Describe the desired agent in the Agent Requirements field.
An agent that functions as a competitor finder for my business.
  1. Select Generate Agent. Agent Studio pre-fills the configuration.
  2. Continue to Section 5 to review and refine each field.

5. Configure the Agent’s Core Parameters

Agent configuration modal with all fields

5.1 Define the Agent’s Identity

5.2 Assign Tools and Capabilities

Scroll to Add tools for your agent to use. You will see tabs for the three capability types.
  • Integrations
  • App Tools
  • Workflows

Add any activated third-party apps the agent must leverage. Skip integrations that are not essential to keep the scope tight.


6. Finalize and Use the Agent

Agent calling workflow with all fields
1

Create the Agent

  • Review every field for accuracy.
  • Click Create Agent at the bottom of the modal.
  • A confirmation toast appears once the agent is saved.
2

Launch the Agent

  • Select Use Agent from the success pop-up or open it later from the Agent Studio dashboard.
  • You enter a dedicated chat session with the new agent (name visible in the header).
3

Trigger the Workflow

Find competitors for Adobe and the URL is https://adobe.com
  • Provide inputs that match the workflow’s expected parameters.
  • The agent detects the need to run its Competitor Finder workflow and executes each step (e.g., scrape company URL, list competitors, summarize).
4

Review Output

Agent with workflow output
  • Monitor real-time status updates inside the chat as the workflow progresses.
  • Once complete, the agent replies with the formatted results (e.g., comparison tables, summaries).

7. Conclusion

By cloning and publishing the Competitor Finder workflow, configuring a dedicated agent, and linking the workflow as a tool, you now have a specialized market research assistant ready to deploy. Apply this framework to craft agents for customer support, analytics, reporting, and any other domain where structured automation paired with conversational AI delivers value.
The methodology scales: prepare the right workflow, grant deliberate capabilities, and shape the agent’s behavior. Repeat to build a portfolio of focused assistants tailored to your organization.