Skip to content

api-evangelist/trigger-dev

Repository files navigation

Trigger.dev (trigger-dev)

Trigger.dev is an open source platform for building and deploying fully-managed AI agents and background workflows in TypeScript. It provides durable task execution without timeout constraints, automatic retries, scheduled cron tasks, queues with concurrency controls, real-time observability, React hooks for streaming run status, human-in-the-loop waitpoints, batch triggering, and a comprehensive Management API. Cloud-hosted at cloud.trigger.dev and self-hostable via Docker or Fly.io.

APIs.json: https://raw.githubusercontent.com/api-evangelist/trigger-dev/refs/heads/main/apis.yml

Scope

  • Type: Index

Tags

  • Developer-First
  • Workflow Automation
  • Background Jobs
  • Durable Execution
  • TypeScript
  • AI Agents
  • Realtime
  • Open Source

Timestamps

  • Created: 2026-03-27
  • Modified: 2026-05-22

APIs

Trigger.dev Management API

The Trigger.dev Management API provides comprehensive REST endpoints for managing workflow runs, tasks, schedules, deployments, queues, environment variables, batches, waitpoints, and query/dashboards. Enables programmatic control over the full lifecycle of background job workflows including triggering, monitoring, cancellation, replay, tagging, and observability. Authenticated via bearer token (secret API key prefixed tr_dev_/tr_prod_ or personal access token tr_pat_) at https://api.trigger.dev.

Tags

  • Workflow Automation
  • Background Jobs
  • Task Management
  • Scheduling
  • Deployments
  • Queue Management
  • Waitpoints
  • Batches
  • Environment Variables
  • Query

Properties

Trigger.dev Realtime API

The Trigger.dev Realtime API streams live run state and typed stream data to backend and frontend clients. Backend SDK methods include runs.subscribeToRun, runs.subscribeToRunsWithTag, and runs.subscribeToBatch. React hooks include useRealtimeRun, useRealtimeRunsWithTag, useRealtimeBatch, useRealtimeStream, useWaitToken, and trigger-plus-subscribe hooks. Powers progress UIs, AI streaming output, and human-in-the-loop interfaces.

Tags

  • Realtime
  • Streaming
  • React
  • WebSockets
  • AI Streaming
  • Frontend

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

Trigger.dev is an open source background jobs and workflow automation platform for TypeScript developers. It enables building and deploying fully-managed AI agents and background workflows with real-time observability, scheduled tasks, durable execution, and an extensive management API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors