Snoze for developers
Build on Snoze
One workspace, programmable. The same typed kernel that powers the app — exposed as a REST API, an MCP server, and signed webhooks.
curl
$ curl https://api.snoze.dev/v1/items?kind=database \ -H "Authorization: Bearer $SNOZE_API_KEY" { "data": { "items": [{ "kind": "database", "title": "Launch tasks", … }], "cursor": null } }
REST API
Read and write workspace items — pages, database records, files — over JSON.
GET /v1/items?kind=database
MCP server
Connect Claude, coding agents, and MCP clients straight to a workspace.
https://api.snoze.dev/mcp
Webhooks
Get pushed workspace events instead of polling — signed and replayable.
POST https://your-app.dev/hooks
Quickstart
Docs for machines
Every page is raw markdown — append .mdx to any URL, or point your coding agent at the full corpus.
curl developers.snoze.dev/llms.txt