download dots
Videos

Create an AI Agent

Updated 2026-04-14·2 min read

Overview

Agents are the intelligence layer of Workspace DNA. In this video, build a custom agent that reasons over your projects, calls tools, and remembers past conversations.

TL;DR: Taskade AI agents combine a custom system prompt, 33 built-in tools, and persistent memory. Train one on your data, then embed it anywhere. Start with this short walk-through, then create an agent.

What you will learn

  1. How to define an agent's role, tone, and goals
  2. How to add tools so the agent can take action, not just chat
  3. How persistent memory keeps context across sessions
  4. How to share the agent with teammates or embed it on a public page

Quick setup

  1. Open Agents in your workspace.
  2. Click New agent and pick a frontier model.
  3. Write a system prompt that describes the agent's job.
  4. Attach knowledge sources, tools, and slash commands.
  5. Test the agent in chat, then publish or share.

Go deeper

Ready for more? These walkthroughs show how to train AI agents on your own files and put several of them to work together.

Train AI agents with any file, then edit apps visually.

Multi-agent orchestration: let agents collaborate on bigger jobs.

Was this helpful?