Notion Moves Its Developer Platform Into the Sidebar, Where It Belongs

Notion has given its Workers, connections, and personal access token management a dedicated Developer section in the workspace sidebar, complete with run logs per Worker, shipped 19 August 2026.
The feature itself is modest. The signal behind it is not. Burying developer tools inside a settings page, several clicks deep, is how a product tells you that building on it is a secondary use case. Putting them in the sidebar, next to the pages people actually work in day to day, is how a product tells you it wants to be treated as a platform rather than a workspace with an API bolted on.
Run logs per Worker matter more than they sound like they should. Serverless functions living inside a product like Notion have always had a debugging problem: something fails silently, and there has been nowhere obvious to look. Logs sitting next to the Worker that produced them, rather than in a separate dashboard you have to remember exists, is the difference between debugging in five minutes and giving up and rebuilding the thing from scratch.
We build a fair amount of light automation on top of client tools like Notion and Airtable. Every one of these platform maturity signals, better logs, clearer navigation, first class developer surfaces, tells us whether it is safe to build something a client will depend on, or whether we are better off keeping the logic somewhere we control.