Overview
Tasks are saved prompts you can run on demand or on a schedule. Each task stores a prompt, a chat model, an optional agent, and a schedule (manual, daily, or weekly). Use Tasks when you want the same instruction to run repeatedly — for example a morning standup digest, a weekly status check, or a reusable slash command in chat.Accessing Tasks
- Open Apigene Copilot
- Click Tasks in the main navigation (available to org admins and non-member roles that can manage tasks)
/ in the composer to open the Tasks picker.
Create a task
- Go to Tasks
- Click Create New Task (or Create Your First Task when the list is empty)
- Fill in the form:
- Name — unique for your account; spaces become hyphens
- Prompt — the message that runs when the task executes
- Model — chat model used for the run (required)
- Also attach agent (optional) — bind an agent so runs use that agent’s tools and instructions
- Frequency — Manual, Daily (time in UTC), or Weekly (day + time in UTC)
- Continue in same chat — append to one thread across runs, or start a new chat each run
- Click Save
/ Tasks picker and choose Add new task to use the same form.
Edit, pause, and run
After Run now, Apigene queues the execution and shows toast feedback. When the run finishes, results appear as a chat thread (open from the toast when offered). The table shows a Last run status when available.
Using tasks in chat
- In Copilot chat, type
/ - Pick a task from the list
- The prompt (and attached agent, if any) is applied to the composer so you can send or edit it
Good to know
- Task names must be unique for your user (case-insensitive)
- Visibility is private to you in the current Tasks UI
- Concurrent Run now on the same task may be rejected while a run is already queued or in progress
- Scheduled and manual runs use the model saved on the task
