Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Artifacts tool prompt gains a database capability (read_db/write_db)

Artifacts can now keep a shared database, readable and writable via read_db/write_db actions

TierUse it nowhow much it should matter to you
Useful5my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaArtifactswhat it touches
KindNew Featuresin v2.1.271,
Use it now Notable No documentation found

Artifacts can now keep a shared database, readable and writable via read_db/write_db actions

What

Published artifacts (shareable pieces of content or apps Claude can create) can now keep a small shared database attached to the artifact's page. The artifact tool gains read_db and write_db actions with operations including get, list, query, set, update, delete, and batch. Batch writes are capped at a limit, and in some configurations, updates can use optimistic concurrency control via an if_version field along with string-replace-style field edits.

Why

This lets an artifact persist and share state across viewers or sessions instead of being purely static content, opening the door to artifacts that behave more like small interactive apps with real data behind them.

Read from
Names in the bundleread_dbwrite_db

See this entry in the whole of v2.1.271 →

Feedback