NSWE

Dashboards that update with a curl

Dashblob is a patch-driven data platform. Push JSON patches from scripts, pipelines, or AI agents. Watch your dashboards update in real time.

patch-blob.sh
# Update your dashboard with one curl
curl -X POST /v1/blobs/revenue/patch \
-H "X-API-Key: $KEY" \
-d '{
"ops": [{
"op": "increment",
"path": "data.revenue",
"value": 4200
}]
}'

Three steps to live data

01

Create a Blob

A blob is a versioned JSON store. Push data from scripts, CI pipelines, IoT devices, or AI agents. Every change is tracked.

6 patch operations: set, merge, increment, append, remove, replace
02

Build a Dashboard

Add widgets that query your blob data. Bar charts, line charts, stat cards, tables, JSON viewers. All render in real time.

Smart suggestions analyze your data shape and recommend widget types
03

Connect Your Agents

Expose your dashboards to AI via the MCP server. Agents can create blobs, build dashboards, and push updates autonomously.

Works with Claude Code, Claude Desktop, Cursor, and any MCP client

Built for agents

Every feature is accessible through the Model Context Protocol. Connect Claude, Cursor, or any MCP client and let your agents manage dashboards autonomously.

create_blob

Create versioned JSON stores

patch_blob

6 atomic patch operations

get_blob

Read blob data and metadata

list_blobs

Enumerate all your blobs

create_dashboard

Scaffold a dashboard

add_widget

Attach visualizations

suggest_widgets

AI-powered widget recommendations

update_widget

Reconfigure widget settings

Everything you need

Data patches

Patch Operations

Set, merge, increment, append, remove, replace. Atomic updates that never conflict.

Widgets

Widget Library

Bar charts, line charts, stat cards, tables, and JSON viewers with smart suggestions.

API

API Keys & Scopes

Fine-grained access control. Create scoped keys for scripts, CI, or agent integrations.

Your data deserves a better home

Stop building one-off dashboards. Start patching live data into something your whole team can see.