Notion 今天发了整套开发者平台,不只是 API——是把整个开发者工具链搬进了 Notion。
ntn CLI 可以直接终端里操作 workspace、读写数据、部署 Workers;Workers 是托管代码运行时,不用自己管服务器,直接读写外部 API;Database Sync 用 Workers 做桥接器,把 Salesforce、Strava、Spotify 这些有 API 的数据源同步进 Notion 数据库。
更有意思的是 Agent 那一层。External Agents API 把外部 Agent 接进来。名单里跑着 Claude AI、OpenAI Codex、Decagon、Cup等、Cursor AI、Cognition、Warp、Flota 等,十几个主流 Agent 平台"来即用"。
Notion Agents SDK 则反向操作:把 Notion Agent 打包成 API,让任何应用触发、流式返回、多轮对话。
以前 Notion 的边界是"协作笔记+数据库",现在它的数据层在变成 Agent 时代的共享上下文层。既可以接入任何外部 Agent,也可以被任何外部系统调用。
顯示更多
BIG one for devs today. Introducing the Notion Developer Platform:
- Notion CLI, ntn (Notion in your terminal)
- Workers (run code on Notion's infra)
- Database sync (any data source into Notion)
- Agent tools (build any workflow)
- Webhook triggers (trigger Notion from any app)
- External Agents API (bring any agent into Notion)
- Notion Agents SDK (use Notion Agents anywhere)
- …and a bunch more API improvements
And soon, you won't need to be a developer to build on Notion. Your agent will be one for you.
顯示更多