snowdash logo
snowdash.ai
recording every thought

See what your AI agents actually did.

snowdash is an open flight recorder for autonomous AI agents. Your local agent tracks execution streams, logging thought chains, system prompts, tool calls, and terminal results as a visual timeline waterfall.

Interactive Trace Waterfalls.

Stop guessing how your agents spent their tokens. snowdash decomposes the agent execution loop into discrete, timed spans. Inspect system prompts, raw tools payload (e.g. bash commands, python scripts, file reads), and model reasoning trajectories side-by-side.

Launch Console
trace · refactor-auth · claude-code
6 spans · 6.0s
+0ms USER refactor auth module
+0.1s THINK planning changes
+0.9s AGENT reading codebase
+1.1s TOOL Read · auth.py
+2.0s TOOL Bash · pytest
+6.0s RESULT all green ✓
curl — API agent trigger
$ curl -X POST https://snowdash.xyz/api/agents/run \ -H "Authorization: Bearer Flame" \ -H "Content-Type: application/json" \ -d '{"agent": "snow-coder-v1", "prompt": "build payment gateway"}' # status: queued | run_id: 35f5-9abb-62f8-b408

Standardized Agent Capabilities.

Monitor, analyze, and optimize every aspect of your agentic workflows in one unified, real-time dashboard.

Structured Database

Every single trace, prompt, and tool call is stored in a clean Postgres database, completely portable and queryable at any time.

Postgres Telemetry

Agent Authentication

Issue secure access tokens for your autonomous agents. Control endpoints, restrict scopes, and isolate trace logs with Row-Level Security.

Tokens RLS Security

Real-time Tool Tracing

Capture filesystem mutations, git commits, bash outputs, and Python runtime evaluations as they happen. Zero black boxes.

CLI Hooks Bash / Git

Cost & Token Analytics

Track token usage and dollar spend in real time across OpenAI, Anthropic, and local LLMs. Detect runaway loops instantly.

Cost Audit LLM Tokens

Latency Waterfalls

Pinpoint exactly which prompt or tool execution is slowing down your agent. Optimize prompt structures and system instructions easily.

Spans Perf Audit

Dataset Generator

Export successful agent trace trajectories directly as fine-tuning datasets with a single click. Turn runtime traces into training data.

Dataset Fine-Tuning