Explore developer tools

Suositut aiheet

Näytä kaikki
 
What is the Notion Developer Platform?

Ohjeasiakirja

What is the Notion Developer Platform?

 
Use Notion from your terminal with Notion CLI (beta)

Ohjeasiakirja

Use Notion from your terminal with Notion CLI (beta)

 
Run custom code with Workers (beta)

Ohjeasiakirja

Run custom code with Workers (beta)

 
Understand pricing for Workers (beta)

Ohjeasiakirja

Understand pricing for Workers (beta)

Usein kysytyt kysymykset

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.