Mergent: API Design & Integration Surface
Docs-backedThe API is clean REST with a small surface: tasks (create, list, get, delete) and schedules (create, list, get, delete). Tasks represent one-time delayed requests. Schedules represent recurring cron-based requests. Both target HTTP endpoints. The request/response format is straightforward JSON. For agents, this is exactly the right abstraction — no queue management, no worker processes, just 'call this URL at this time.' The API design is appropriately minimal.