Notion Integration
Connect Vyre IDE to Notion. Enable Vyre agents to read product requirement documents (PRDs), engineering specs, and user guides directly from your Notion workspace to ensure code aligns perfectly with specifications.
Setup Instructions
Create Notion Connection
Go to Settings → Integrations → Notion and click "Link Notion Workspace."
Select Pages to Share
In the Notion authorization window, select which workspaces, databases, or specific subpages Vyre is allowed to read.
Sync Pages
Vyre will index the shared Notion pages, converting headings, databases, and bullet points into semantic context accessible by the agent.
Key Features
Read PRDs & Specs
Mention a Notion page in your prompt. The agent reads the requirements, builds a plan, and implements code that matches.
Export Changelogs
Configure Vyre to export changelogs and feature summaries directly into a shared Notion database.
Update Project Boards
If you manage your engineering tasks in a Notion database, Agent can update ticket statuses automatically.
Sync Style Guides
Connect a Notion-hosted engineering wiki. Agent reads naming conventions and style rules directly from Notion.
Usage Guide
To reference a Notion page in the Agent panel, type @Notion followed by the page name or URL:
# Prompting the Agent
> Read the specifications in @Notion:Auth-PRD-v2 and implement the signup changes.Vyre syncs your Notion pages every 15 minutes. You can trigger a manual sync at any time in Settings → Integrations → Notion → Sync Now.
Notion Database Mapping
If you use Notion Databases for task tracking, you can configure Vyre to map issue statuses (e.g., "Backlog" -> "In Progress" -> "Done") in your Notion integration dashboard.
Page Formatting Support
Vyre translates Notion's rich layout features (callouts, bullet lists, code blocks, toggle lists) into Markdown before feeding it to the LLM context window.