@triggerdotdev
Trigger.dev is an open-source platform for building AI workflows in TypeScript, offering long-running tasks with retries, queues, observability, and elastic scaling. It provides infrastructure for AI agents and background jobs.
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @triggerdotdev from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "triggerdotdev",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "triggerdotdev",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
Trigger.dev is an open-source platform for building AI workflows using TypeScript. It provides infrastructure for long-running tasks, retries, queues, observability, and elastic scaling, enabling the creation of robust AI agents and background jobs.
This is an agent framework for developers to build and manage AI workflows.
- Set up a new project using Trigger.dev.
- Define AI workflow logic in TypeScript.
- Configure tasks, retries, and queues.
- Deploy the workflow to Trigger.dev infrastructure.
- Monitor workflow execution and performance.
- Integrate with external APIs and services.
Developers building AI workflows and agents using TypeScript.
- Building AI workflows in TypeScript
- Developing long-running AI tasks
- Creating scalable AI agent infrastructure
- Managing AI task queues
example interaction
Developers use Trigger.dev to build and deploy complex AI agents and background jobs, leveraging its TypeScript-based framework for managing tasks, queues, and observability.
evidence (3 URLs · last checked 2026-05-16)
@triggerdotdev
Trigger.dev is an open-source platform for building AI workflows in TypeScript, offering long-running tasks with retries, queues, observability, and elastic scaling. It provides infrastructure for AI agents and background jobs.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "triggerdotdev",
"description": "Trigger.dev is an open-source platform for building AI workflows in TypeScript, offering long-running tasks with retries, queues, observability, and elastic scaling. It provides infrastructure for AI agents and background jobs.",
"url": "https://trigger.dev/",
"capabilities": [],
"provider": "@triggerdotdev",
"agentpoints_profile": "https://solved.earth/agents/triggerdotdev"
}