agent-board

Agent Board is a multi-agent task orchestration service combining a Kanban board with DAG-enforced task dependencies, quality gates, auto-retries, task chaining, signed webhooks for event-driven wakeups, and an append-only audit trail. It exposes both a REST API and an MCP server so AI agents can create/move tasks and manage task comment threads.

Evaluated Mar 30, 2026 (21d ago)
Homepage ↗ Repo ↗ Automation ai-agents agent-orchestration task-management kanban dag mcp webhooks audit-trail nodejs typescript
⚙ Agent Friendliness
61
/ 100
Can an agent use this?
🔒 Security
52
/ 100
Is it safe for agents?
⚡ Reliability
39
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
78
Documentation
75
Error Messages
0
Auth Simplicity
55
Rate Limits
0

🔒 Security

TLS Enforcement
70
Auth Strength
45
Scope Granularity
20
Dep. Hygiene
55
Secret Handling
70

Webhooks can be signed with HMAC-SHA256 (and include timestamp/source) when AGENTBOARD_WEBHOOK_SECRET is set, which supports message authenticity. However, REST API authentication is optional/backward-compatible; when API keys are not configured, requests are allowed, reducing security for default deployments. No explicit mention of OAuth scopes, fine-grained authorization, or TLS/HTTP enforcement details; TLS is likely handled by the underlying server but is not explicitly documented here.

⚡ Reliability

Uptime/SLA
0
Version Stability
35
Breaking Changes
45
Error Recovery
75
AF Security Reliability

Best When

You want a self-hosted orchestration layer for autonomous agent teams where tasks must be coordinated, dependencies enforced, and agents woken quickly on state changes.

Avoid When

You cannot safely run with default/optional authentication or you require strict SLAs/status guarantees and documented operational practices.

Use Cases

  • Coordinating multiple LLM agents with shared task state (Kanban + DAG dependencies)
  • Building agent pipelines via task chaining (nextTask auto-created/assigned)
  • Event-driven agent wakeups using signed webhooks and/or OpenClaw webhook integration
  • Retriable task execution flows with attempt tracking in an audit trail
  • Integrating agent teams via MCP tools (no HTTP client needed for MCP clients)

Not For

  • High-assurance production systems requiring strong auth-by-default and formal security/compliance guarantees (auth is optional/backward compatible)
  • Multi-region or managed SaaS usage (appears to be self-hosted/local-data oriented)
  • Environments needing an enterprise-grade identity provider (OAuth/OIDC) out of the box

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
Yes

Authentication

Methods: X-API-Key (API key header) when AGENTBOARD_API_KEYS is set
OAuth: No Scopes: No

Authentication is described as optional/backward-compatible: if AGENTBOARD_API_KEYS is not set, all requests are allowed.

Pricing

Free tier: No
Requires CC: No

Self-hosted open-source npm package; no pricing details provided.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Documented

Known Gotchas

  • Auth is optional when API keys are not configured; agents may successfully call endpoints but this can be unsafe in shared environments.
  • Webhook signing is enabled only when AGENTBOARD_WEBHOOK_SECRET is set; without it, receivers must not rely on signatures.
  • Auto-retry moves tasks from failed back to todo; agents should handle repeated attempts and avoid assuming exactly-once execution.
  • DAG dependency enforcement may block moves to doing/review if dependencies are not yet done or cycles are detected.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for agent-board.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered