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 }
}

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