Agent Tasks
You can interact with your agents in three main ways: chat in real time, run bulk jobs, or schedule tasks for later. This page walks you through each option and when to use it.
Task Interaction Methods
Method | Description |
---|---|
Chat Interface | Talk to your agent in real time. Test prompts, debug logic, and review outputs directly. |
Bulk Operations | Run multiple tasks with one configuration using CSV upload or manual input. |
Scheduled Tasks | Set your agent to run at specific intervals or times automatically. |
Chat Interface
Use the built-in chat to talk to your deployed agent.
Heads-up
Requirements
- Agent must be deployed
- Chat button must be enabled
- Max 8000 characters per message
Tip
Bulk Operations
Use this when you want to send multiple items to the same endpoint for processing.
Single Task
- Open Agent Settings
- Select an endpoint
- Click
Call
- Enter your input
- Click
Call Endpoint
Run in Bulk
- Open the same endpoint in Agent Settings
- Click
Bulk Work
- Choose data input method:
Add Row
for manual entry- Upload
.csv
file for batch processing
- Run operations:
- Use
Run
for one row - Use
Run in Bulk
for all
- Use
CSV Format
Scheduled Tasks
Automate task execution using the built-in scheduler.
INFO
Requirements
- Agent must be deployed
- Endpoint must be correctly configured
- Permissions must be in place
Create a Routine
One-Time
- Go to Agent Settings
- Click
Add New
under the Schedule section - Choose an endpoint and set inputs
- Choose
No Repeat
- Click
Done
Repeating
- Follow the same steps
- Select
Repeat
- Define schedule:
- Repeat Every
- Repeat On (days)
- End Condition
- Name your routine or leave as-is
- Click
Done
Routine Details
Select a routine to review key data:
- Info Tab: Name, endpoint, next run
- Triggers Tab: Run history
- Logs Tab: Opens in Logs Explorer
Stay Consistent
What’s Next
Once you’ve explored task interaction options:
- Learn how to debug your agents
- Review Logs to trace workflows and errors
- See how to deploy agents to different surfaces