Set a password, deploy to Vercel, paste one env var into your agent. No OAuth app required. Your first governed decision shows up in the dashboard in under 10 minutes.
Open-source. Self-hosted. Built for teams shipping AI agents to production.
One screen for actions, risk, approvals, messages, and fleet context. Click the screenshot to view fullscreen.
Four steps from install to full decision governance.
npm install dashclaw # or pip install dashclaw
Zero dependencies. Works with Node.js and Python agents.
const decision = await dc.guard({
actionType: 'deploy',
riskScore: 85,
});Intervene with real-time policy checks.
// Define what "good" means for your use case
await dc.createScoringProfile({
name: 'deploy-quality',
action_type: 'deploy',
dimensions: [
{ name: 'Speed', weight: 0.3, data_source: 'duration_ms',
scale: [
{ label: 'excellent', operator: 'lt', value: 30000, score: 100 },
{ label: 'poor', operator: 'gte', value: 120000, score: 20 },
]},
{ name: 'Reliability', weight: 0.4, data_source: 'confidence',
scale: [
{ label: 'excellent', operator: 'gte', value: 0.9, score: 100 },
{ label: 'poor', operator: 'lt', value: 0.7, score: 25 },
]},
],
});
// Or let DashClaw suggest thresholds from your real data
const suggestions = await dc.autoCalibrate({ lookback_days: 30 });Custom weighted quality scoring with auto-calibration.
with claw.track(action='deploy'): # ... decisions stream to # dashboard in real-time
Decisions, policy checks, and signals stream in real-time.
Built for teams running autonomous AI agents in production.
Every action recorded with reasoning, assumptions, and policy compliance. A live decision ledger streams everything so you can prove why any agent acted.
Semantic guard policies intercept intent before execution. Natural language rules evaluated in real time. No hard-coded checks to maintain.
Cost-per-decision and burn rate by goal in real time. Financial accountability for every autonomous operation.
Approval workflows pause risky decisions for human review. Agents request permission, not forgiveness.
5 built-in scorer types (regex, keywords, numeric range, custom, optional LLM judge) to track output quality automatically.
Track how fast your agents are improving. 6-level maturity model from Novice to Master based on real performance data.
Connect any agent in minutes. Zero-dependency Node.js and Python clients with native adapters for OpenClaw, CrewAI, AutoGen, and LangChain.
Version-controlled prompt templates with mustache variables and instant rollback. Stop hardcoding prompts in your agent code.
Collect structured ratings with auto-sentiment detection and 6-category auto-tagging. Close the loop between users and agents.
Statistical baselines and z-score alerts catch when agent behavior deviates from the norm. Detect logic drift early.
One-click exports for SOC 2, NIST AI RMF, EU AI Act, and ISO 42001. All your governance evidence, packaged.
User-defined weighted quality scoring with auto-calibration from real data. Risk templates replace hardcoded agent risk numbers with transparent, editable rules.
Know which agent took which action. RSA signature verification ensures accountability at every step.
Detect stale facts, repetition loops, and context bloat before they cause bad decisions.
Governance that doesn't slow you down.
Define guardrails in natural language and enforce them across all agents instantly. No hardcoded checks or messy conditional logic.
DashClaw doesn't just log actions; it tracks how fast your agents are improving and where they're still struggling.
Every dollar spent on tokens is attributed to a specific decision and goal. Know exactly what your AI budget is buying.
You define what "good" means. Weighted multi-dimensional scoring with auto-calibration from your real data. Risk templates replace guesswork with transparent rules.
DashClaw is more than a dashboard. It is a full platform spanning control plane UX, APIs, data contracts, realtime transport, SDKs, and CI governance.
Onboarding, team roles, approval queue, risk signals, live action views, and platform health cards.
Typed repository boundaries, route contract governance, maturity labels, and OpenAPI drift checks.
Broker-backed SSE fanout, reconnect with Last-Event-ID replay, and cutover health controls.
Node and Python SDKs, CLI toolkit, parity test suites, and docs/CI governance.
Agents That Learn From Their Mistakes
Every completed action is scored and turned into recommendations. Your agents get better without manual retraining.
ExploreData Layer You Can Trust
SQL drift checks and contract tests run in CI. No silent regressions reach production.
ExploreAPIs That Never Break Silently
OpenAPI drift checks catch contract changes before they ship. Your integrations stay stable.
ExploreSDKs That Stay in Sync
Node and Python SDKs are tested against the same contract fixtures. Feature parity is enforced, not hoped for.
ExploreAlways-Fresh Recommendations
Automated background jobs keep learning data current. No manual cron jobs to manage.
ExploreCompliance Without the Spreadsheets
Map your guardrails to SOC 2, ISO 27001, GDPR, and NIST AI RMF automatically. Generate audit-ready reports in one click.
ExploreThe Right Agent for Every Task
Tasks automatically route to the best-fit agent based on skills, load, and track record. Failed tasks retry and escalate.
ExploreMost platforms stop at logging. DashClaw ships decision enforcement, regulatory compliance mapping, and intelligent task routing. All auditable, all testable, all live in the demo.
Every feature works in the demo. No signup required.
Launch DemoInstall from npm or pip. Zero dependencies. Native adapters for OpenClaw, CrewAI, AutoGen, and LangChain. Decision recording, policy enforcement, assumption tracking, handoffs, messaging, and more.
Automatic detection of autonomy breaches and logic drift. Zero configuration.
Agent taking too many actions without human checkpoints
Critical actions without sufficient review
Same action type failing multiple times
Open loops unresolved past their expected timeline
Assumptions becoming stale or contradicted by outcomes
Assumptions not validated within expected timeframe
Actions stuck in running state for over 4 hours
Team management, audit trails, webhooks, and more. Built in from day one.
Invite your team in seconds. Role-based access keeps operators in control and agents accountable.
HMAC-signed webhooks and email alerts fire when decision integrity signals breach thresholds. No more checking dashboards.
Every action is logged with actor, timestamp, and reasoning: ready for compliance audits and debugging.
Four steps: create workspace, generate key, install SDK, send first action. That's it.
Full org isolation out of the box. Each team gets their own agents, keys, and settings.
Run agent ops locally with Python CLI tools. Push results to the dashboard when you're ready.
Python CLI tools that run alongside your agent. Local-first with SQLite storage. Add --push to sync anything to your dashboard.
Log decisions, lessons, and outcomes. Track what worked and why.
learner.py log "Used JWT" --push
Key points, threads, and session continuity documents.
context.py capture "Dark theme" --push
Scan memory files, track entities, detect stale facts.
scanner.py scan ~/.agent/memory --push
Goal milestones, contacts, interactions, and follow-ups.
goals.py add "Ship auth" --push
Outbound content filtering, session isolation, audit logging.
outbound_filter.py scan message.txt --push
Reusable code snippets with search, tags, and use tracking.
snippets.py add "retry logic" --push
No OAuth setup required to get started. Set one environment variable, deploy, and connect your first agent. Open-source and self-hosted.