Workers are AI agents that run automated tasks in your workspace. Unlike Chat assistants which operate in a request-response mode, Workers run continuously or on triggers, maintaining their own context and executing pre-defined instructions.
What are Workers?
Think of Workers as AI agents you can assign specific jobs to. Each Worker:
Has a clear set of instructions (system prompt).
Can access workspace resources (files, compute, notes).
Runs on triggers, schedules, or manual execution.
Maintains its own isolated context.
Can be used as reusable templates for common tasks.
Getting Started
To create your first Worker:
Click "+ New Worker" in the Workers tab.
Define its purpose with a system prompt.
Choose how to run your worker:
Run manually whenever needed.
Enable email/webhook endpoints for external integration.
Configure schedule to run automatically at a given schedule.