Database Capabilities
Create Databases
Agents can create databases to track any kind of structured data.
Query Data
MongoDB-style filtering with
$in, $gt, $regex, and more.Update Records
Add, modify, or delete records as workflows progress.
Connect to Apps
Agent-created apps can read/write data directly.
Use Cases
| Use Case | Example |
|---|---|
| Tracking | Track processed contracts, invoices, or support tickets |
| Inventory | Maintain product inventories or asset lists |
| Research | Store research findings with structured metadata |
| Scheduling | Track appointments, assignments, or availability |
Real-World Example
A Swedish TV production company used Abundly to build a scheduling agent for photographers:1
Create database
“Create a database that tracks which photographers are scheduled to be at which location on which date/time”
2
Build dashboard
“Create an interactive dashboard that shows the schedule, filtered by location, date, and photographer”
3
Integrate with workflow
“Whenever discussing schedule changes, show the dashboard and highlight your suggested changes”

An interactive scheduling dashboard created by an agent
Interactive Apps
Agents can create web applications on-demand:- Dashboards — Visualize data with charts and graphs
- Forms — Collect input from users
- Data tables — View and edit structured data
- Custom tools — Purpose-built interfaces for specific workflows

