notion

Automate Notion pages, databases, and blocks via the REST API.

327|85|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/letta-ai/lettabot --skill notion-letta-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/letta-ai/lettabot/tree/main/.skills/notion
Command: npx skills add https://github.com/letta-ai/lettabot --skill notion-letta-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Notion skill enables programmatic creation, retrieval, and management of Notion pages, databases, and content blocks, simplifying knowledge management.

Core Features & Use Cases

  • Create and update pages and databases from external data sources.
  • Retrieve content and query blocks to build dashboards or reports.
  • Synchronize Notion content with other tools and data sources to keep information current.

Quick Start

Set up a Notion integration at https://www.notion.so/my-integrations and obtain an API key. Store it as NOTION_API_KEY in your environment and use REST API calls to interact with Notion.

Frequently Asked Questions about notion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Notion pages and databases from external data?

To automate Notion pages and databases from external data, you can use this skill to programmatically create, update, and organize content. It uses the Notion REST API to sync external data sources into your Notion workspace automatically.

What do I need to start using the Notion API for automation?

You need to create a Notion integration at notion.so/my-integrations and obtain an API key. Store this key as NOTION_API_KEY in your environment to authenticate your REST API calls for automation workflows.

Can I query Notion blocks to build dashboards or reports?

Yes, you can query Notion blocks to build dashboards or reports. The skill retrieves content and queries blocks through the Notion REST API, allowing you to assemble consolidated views across multiple projects.

Does this skill support synchronizing Notion content with other tools?

Yes, this skill supports synchronizing Notion content with other tools and data sources. It keeps information current by automating the retrieval and updating of pages and databases via the Notion REST API.

Are there limitations when managing Notion blocks via the REST API?

When managing Notion blocks via the REST API, you must include the Notion-Version header in your requests. This ensures compatibility with the specific API version you are targeting for your automation workflows.