Developer Tools10 toolsPaste one API key
Trigger.dev integration for AI agents
Trigger.dev is a platform for building, deploying, and managing reliable background tasks and workflows.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Trigger.dev once and call the same tools from all of them.
Setup
Connect Trigger.dev through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Trigger.dev exposes 10 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
trigger_dev_execute_trql_query | Run one read-only Trigger.dev Query Language SELECT statement for custom run analytics and | Read |
trigger_dev_get_batch | Retrieve a task batch's status, run IDs, completion counts, and item errors | Read |
trigger_dev_get_batch_results | Retrieve the success or failure outcome and encoded output for every run in a completed task | Read |
trigger_dev_get_error | Retrieve one Trigger.dev error group's message, occurrence history, affected versions, and | Read |
trigger_dev_get_run | Retrieve one run's status, timing, payload, output, attempts, metadata, relationships | Read |
trigger_dev_get_run_result | Retrieve one run's compact success or failure result, including its encoded output or error and | Read |
trigger_dev_list_errors | Return one forward page of Trigger.dev error groups, optionally filtered by task, version | Read |
trigger_dev_list_runs | Return one forward page of runs in the connected environment, optionally filtered by time | Read |
trigger_dev_batch_trigger_task | Start multiple runs of one deployed Trigger.dev task in one provider-side batch and return the | Read |
trigger_dev_trigger_task | Start one run of a deployed Trigger.dev task and return the new run ID | Read |