Agent Tasks
Automate your agents with tasks
Triggers
Schedule and event-based automation
What makes an agent
Every agent is built from a few key components:| Component | What it does |
|---|---|
| Instructions | The system prompt — defines the agent’s role, tone, and behavior |
| Model | Which AI model powers this agent (GPT, Claude, Gemini…) |
| Knowledge | Files you upload as context (docs, guidelines, reference material) |
| Tools | Capabilities you enable — web search, MCP integrations, connected apps |
| Tasks | Automations attached to this agent — when and how it runs automatically |
Agents vs. plain chats
| Chat | Agent | |
|---|---|---|
| Context | You set it each time | Defined once, always applied |
| Reuse | Start fresh every time | Click to use across your workspace |
| Automation | Not possible | Tasks let it run automatically |
| Team | Personal | Shared with your workspace |
Creating an agent
Click New Agent
Give it a name that describes its purpose — “Research Assistant”, “Code Reviewer”, “Daily Digest”.
Choose a model
Pick the AI model that fits the task. Claude is great for writing and reasoning; GPT-4o for general tasks; Gemini for research.
Add knowledge (optional)
Upload files that the agent should always have access to — style guides, API docs, onboarding materials.
Agents and tasks
An agent becomes an automation when you attach a task to it.Learn about tasks
How to set up automations on your agents
Sharing agents
Agents in a shared workspace are visible to all workspace members by default.- Team members can use any public agent to start conversations
- Admins and owners can edit agents created by anyone
- Private agents are only visible to you
Example agents
Code Reviewer
Code Reviewer
Reviews pull requests, catches security issues, and suggests improvements following your team’s standards.Model: Claude 3.5 Sonnet (strong reasoning)
Knowledge: Team style guide, security checklist
Tools: None needed for review
Tasks: Manual — run when you want a review
Daily Digest
Daily Digest
Gathers updates from your sources every morning and posts a structured summary to your team channel.Model: GPT-4o
Tools: Web search
Tasks: Schedule — daily at 8am → post to #digest
Weekly Report
Weekly Report
Compiles metrics, highlights trends, and posts a formatted report every Monday.Model: GPT-4o
Tools: Connected data apps
Tasks: Schedule — every Monday 9am → post to #reports
Customer Support
Customer Support
Handles first-line support with deep knowledge of your product and policies.Model: Claude 3.5 Sonnet
Knowledge: Product docs, FAQ, refund policy
Tools: None — response only
Tasks: Manual — run when needed
Research Assistant
Research Assistant
Deep-dives into any topic, synthesizes sources, and produces structured research briefs.Model: Claude Opus or GPT-4o
Tools: Web search
Tasks: Manual — run on demand