Thought for 2.1s
Dead runner runner-11 held the lock on Acme’s export jobs. Releasing the claim and requeuing.
Agent infrastructure to enable the right harness, model, and context for every task.
import { Checkfu } from "@checkfu/sdk"const checkfu = new Checkfu({ apiKey: process.env.CHECKFU_API_KEY! })// 01 Create agents: pick a harness and a model for each jobconst fixer = await checkfu.agents.create({ name: "fixer", harness: "codex", model: "gpt-5", system: "Fix the failing test you are handed, then run the suite.", tools: [{ type: "agent_toolset_20260401" }],})const reviewer = await checkfu.agents.create({ name: "reviewer", harness: "claude-code", model: "claude-opus-5", system: "Find the root cause, hand the fix to the fixer, review its diff.", tools: [{ type: "agent_toolset_20260401" }], multiagent: { type: "coordinator", agents: [{ type: "agent", id: fixer.id }] },})Choosing the right model is only part of the equation. Pairing it with the right harness, context, and taste is what makes an agent actually work.
Some agents need a real computer with a browser that stays up for days. Others need a fresh sandbox for one second of code. Pick per agent. The agent loop runs apart from the machine, so a lost worker never loses the session.
A worker can die mid-command. The run keeps going, and the result lands once.
A desktop, a browser, and files that stay put for days.
Fresh compute in under a second. Run one job, then throw it away.
Give your agents the exact context they need to act accurately. Stage Git repositories, stream files into the filesystem, retain cross-session memory, and load modular skills.
Each agent mounts only what its job needs.
Equip your agents with hundreds of tools across communication, code, research, data, and business automation, with vaulted OAuth, credential encryption, and human approval gates.
Team chat, workspaces, calendar schedules, and email automation.
Issue tracking, design tokens, error monitoring, and code repositories.
Deep research, web crawling, neural search, and live browsers.
Cloud databases, serverless platforms, edge compute, and metrics.
Payments, CRM pipelines, storefront orders, and workflow triggers.
Any MCP server or OpenAPI spec, plus the catalogs behind Zapier and friends. Bring your own over the API.
Deploy agents directly into team chat channels or connect via API. Every turn, tool call, and state transition is written to an append-only event ledger that survives crashes and exports to JSON.
Thought for 2.1s
Dead runner runner-11 held the lock on Acme’s export jobs. Releasing the claim and requeuing.
Found it, and it’s moving.
runner-11 died while holding the lock on Acme’s three export jobs. With maya’s approval, I released the claims and requeued the jobs. 1 of 3 finished; the rest will land in ~10 minutes.
Session
Run
Cost
From coding orchestrators and personal assistants to team coworkers and autonomous agents, build what’s next on Checkfu.
Fleets of parallel coding agents running inside isolated cloud microVMs with git worktrees and automated pull request generation.
A 24/7 personal executive assistant with long-term memory, daily schedule triage, and proactive morning briefs.
In-channel teammates collaborating with engineering and product teams inside shared Slack and Discord threads.
Autonomous back-office agents classifying compliance documents, auditing risk factors, and tagging files in enterprise vaults.
A crew of lightweight bots you message like contacts, each with its own durable computer, coordinated as one crew and reachable over A2A.
Focus on what differentiates your product experience with the right choice of model, harness, context, and taste.
Survive crashes and resume runs from the event log.
Isolated cloud or local compute decoupled from the loop.
Stage Git repos and files with zero app-side git.
Vaulted tokens with auto-refresh. Secrets stay hidden.
Personal vs. workspace scopes with human ActionApprovals.
Call MCP tools and APIs without custom protocol glue.
Proactive runs triggered by schedules and webhooks.
Scoped memory stores that auto-update from sessions.
Bind Slack and Telegram threads with delivery queues.
Coordinators delegating tasks to subagent teams.
Grade runs against success rubrics before closing.
Versioned prompts and scripts agents load on demand.
Pick the harness and model. Checkfu runs everything around them.