哈囉!感謝你拜訪我們的幫助中心。目前我們的幫助中心還在建設中。我們將在不久的將來呈現幫助中心的內容。感謝你的理解,我們未來再見!

Explore developer tools

熱門主題

查看全部內容
 
What is the Notion Developer Platform?

說明文件

What is the Notion Developer Platform?

 
Use Notion from your terminal with Notion CLI (beta)

說明文件

Use Notion from your terminal with Notion CLI (beta)

 
Run custom code with Workers (beta)

說明文件

Run custom code with Workers (beta)

 
Understand pricing for Workers (beta)

說明文件

Understand pricing for Workers (beta)

常見問題

What’s the difference between Workers and Custom Agents?

Workers and Custom Agents solve different problems, but they can work together.

  • Workers: Run custom code on Notion’s infrastructure. Developers use Workers for things like automations, scheduled syncs, and custom integrations.

  • Custom Agents: Handle repetitive work for your team automatically. You set triggers, and they run in the background with your workspace as context.

In some setups, a Worker can power a unique tool that a Custom Agent can use. For example, a Worker might fetch data from another system, and the agent can use that data to respond or take action.

Are Workers the same thing as Automations?

Not exactly. Automations are built into Notion and are designed for anyone to set up. Workers are for developers who want to run custom code. If you don’t need code, start with Automations.

Do Workers run on my servers?

No. Workers run on Notion’s servers, so you don’t need to set up or manage any infrastructure.

Do I need the CLI to use Workers?

Not necessarily to use Workers, but you’ll typically need the CLI to set up and deploy them. Developers can follow the developer docs to get started.