DEV Community

Akshay Patel
Akshay Patel

Posted on

Automation 6/30+: Put an AI agent inside Notion

Your Notion database is where good ideas go to be beautifully formatted and never scoped.

What it does

  • Set a page's status property to "analyze" → the AI posts a repo-grounded breakdown on the page
  • Comment back with corrections → it answers in the thread and adjusts
  • Move the status to "build" → it opens a pull request
  • A signature-verified relay routes every Notion webhook event, so any database you point it at works

What it does not do

It never edits your page properties, never rewrites your docs, never merges anything.

Honest note: beta — built and smoke-tested, real-world feedback very welcome.

Setup

clone → ./setup.sh → pick Notion → answer a few questions
Enter fullscreen mode Exit fullscreen mode

~5 minutes. No server, no database, free.

Get it

The recipe is open source: github.com/akshaypatel-ai/ai-automations

This is one of 30+ automations in the series — the full write-up lives on my site.

Top comments (0)