Notion
notion.com · SaaS · watching since Aug 17, 2026 · RSS
Current state
As of Sep 6, 2026Notion offers four workspace plans (Free, Plus, Business, Enterprise) billed per member/month, plus optional Custom Agents and Workers priced per Notion credits. Business is marked as recommended, and Enterprise requires contacting sales for custom pricing.
| Plan | Price | Includes |
|---|---|---|
| Free | $0 per member / month | Trial of Notion AI · Basic forms · Basic sites · Notion Calendar · Databases including subtasks, dependencies, custom properties and more |
| Plus | $10 per member / month | Custom forms (remove Notion branding) · Custom sites with theme/favicon/Analytics · Unlimited charts · Unlimited collaborative blocks · Unlimited file uploads |
| Business | $20 per member / month | Notion Agent · AI Meeting Notes · Enterprise Search (Beta) · SAML SSO · Private teamspaces |
| Enterprise | — | Zero data retention with LLM providers · User provisioning (SCIM) · Advanced security & controls · Audit log · Customer success manager |
Free tier Free plan at $0 per member/month with unlimited pages/blocks for individuals; limited blocks for workspaces with 2+ members, 5MB file upload limit, 7-day page history, 10 external guest limit.
Changes
- ChangePricing
Removed 'Beta' label from 'Meeting notes' feature.
Meeting notesBetaMeeting notesConfidence60% - ChangePricing
Notion switched pricing display from EUR to USD and raised per-seat prices: Plus went from €9.50 to $10/member/month and Business from €19.50 to $20/member/month (Free remains 0).
PLUS €9.50per member / month ... BUSINESSRECOMMENDED €19.50per member / monthPLUS $10per member / month ... BUSINESSRECOMMENDED $20per member / monthConfidence98%
This is the Competitor pricing pack running on a real vendor.
Current state
As of Sep 6, 2026Notion's API changelog through September 2, 2026 documents rapid evolution of Notion MCP tools (search split, agent sessions, view filters), REST API additions (typed databases, Agent APIs public beta, views API, markdown content API), and several enforcement/deprecation changes tied to plan tiers. Recent entries emphasize AI agent capabilities, formula/property fixes, and migration paths off older tools and alpha routes.
Deprecations
- Sunset 2026-09-30
Private alpha routes for agents, threads, messages, and chat
→ Notion Agent APIs public beta (sessions and events)
- No date
content_search_mode parameter on notion-search
→ notion-search and notion-ai-search called directly
- No date
notion-query-database-view tool
→ notion-query-data-sources with mode: "view"
- No date
limited_free_trial status name in current_tool_access
→ available_with_limit
- No date
archived field on endpoints
→ in_trash
- No date
transcription block type
→ meeting_notes
- No date
after string parameter on Append block children
→ position object
- No date
insert_content and replace_content_range markdown commands
→ update_content and replace_content
- No date
secret_ prefixed API tokens
→ ntn_ prefixed tokens
Latest entries
- Notion MCP splits keyword search and AI search into notion-search and notion-ai-searchbreaking
- Page covers and icons included in notion-fetch responsesaddition
- Rich text preserved in data source queries via mode rowsaddition
- Typed databases added to REST API with database_type fieldaddition
- Free workspace block limits now enforced on REST APIchange
- Upgrade prompts added for custom agent tools in Notion MCPchange
- Agents can capture ideas and draft content as private pages in Notionaddition
- Notion Skills let users save and reuse preferred workflowsaddition
- Search filtering and sorting improved for finding the right pageaddition
- Notion MCP notion-fetch now accepts view:// URLs for saved database viewsaddition
- Custom Agent session tools added to Notion MCPaddition
- Atomic batched content updates enforced in notion-update-pagefix
Changes
- ChangeAPI changelog
Notion API: MCP search split into keyword-only notion-search and new notion-ai-search tool; REST API now enforces Free workspace block limits; new typed databases support; custom agent tools return upgrade prompts; notion-fetch returns page covers/icons; notion-query-data-sources supports rich text mode.
August 27, 2026 FETCH SAVED DATABASE VIEWS IN NOTION MCPSeptember 2, 2026 NOTION MCP SPLITS KEYWORD SEARCH AND AI SEARCH notion-search is now keyword-only. It matches short, specific terms in Notion and no longer searches connected apps like Slack, Google Drive, and Jira. Use it for content search only when notion-fetch with the id self reports that current_tool_access.ai_search.status is not available. It remains the tool for user lookup by name or email.Semantic search moved to a new notion-ai-search tool. [...multiple new sections including PAGE COVERS AND ICONS IN NOTION-FETCH RESPONSES, RICH TEXT IN DATA SOURCE QUERIES, TYPED DATABASES IN THE REST API, FREE WORKSPACE BLOCK LIMITS NOW APPLY TO THE REST API, UPGRADE PROMPTS FOR CUSTOM AGENT TOOLS IN NOTION MCP, CAPTURE IDEAS AND DRAFT CONTENT IN NOTION, SAVE AND REUSE YOUR PREFERRED WORKFLOWS WITH NOTION SKILLS, FIND THE RIGHT PAGE MORE EASILY...]Confidence95% - ChangeAPI changelog
Notion added two new features to Notion MCP (August 27, 2026): fetch saved database views via view:// URLs and custom agent session tools; also clarified that 'Retrieve a data source' now (not 'beginning to') return formula expressions.
August 25, 2026 ATOMIC BATCHED CONTENT UPDATES IN NOTION MCPAugust 27, 2026 FETCH SAVED DATABASE VIEWS IN NOTION MCP Notion MCP's notion-fetch now accepts view:// URLs to read saved view settings. Tool response text now names fetch instead of view, without changing page content. CUSTOM AGENT SESSION TOOLS IN NOTION MCP Notion MCP now supports finding and working with Custom Agent sessions. The new tools can query or search sessions, start a session, send a follow-up message, check or wait for its status, stop a run, and list or read session events. See Supported tools for the full tool list and examples. August 25, 2026 ATOMIC BATCHED CONTENT UPDATES IN NOTION MCPConfidence95% - ChangeAPI changelog
New Admin API endpoints for users and permission groups added with three new OAuth scopes (user:read, permission-group:read, permission-group:write) for Enterprise organizations.
August 20, 2026 NOTION AGENT APIS IN PUBLIC BETAAugust 24, 2026 ADMIN API REFERENCE FOR USERS AND PERMISSION GROUPS The Admin API reference now covers listing workspace users and managing workspace permission groups and direct memberships. These endpoints require the new user:read, permission-group:read, and permission-group:write scopes and are available to eligible Enterprise organizations. August 20, 2026 NOTION AGENT APIS IN PUBLIC BETAConfidence95% - ChangeAPI changelog
Notion MCP notion-update-page command behavior changed: atomic batched updates now require all replacements to succeed or none apply; previously partial success was possible. Empty old_str values now fail validation instead of being silently ignored.
August 20, 2026 NOTION AGENT APIS IN PUBLIC BETAAugust 25, 2026 ATOMIC BATCHED CONTENT UPDATES IN NOTION MCP notion-update-page calls that use the update_content command now apply every content-changing replacement in the batch or none of them. Previously, when one old_str matched no page content and another one in the same call did, the matching replacements were saved and the call returned success — so a batch that removed content in one operation and reinserted it in another could drop that content. These calls now return a validation_error naming the old_str that wasn't found, and the page is left unchanged. Operations whose old_str and new_str are identical are ignored without checking for a match. See Supported tools for the tool's matching rules.old_str must also be a non-empty string. Empty values were previously ignored, which silently skipped the replacement; they now fail validation on both notion-update-page and Update a page's content as markdown. August 20, 2026 NOTION AGENT APIS IN PUBLIC BETAConfidence95% - ChangeAPI changelog
Notion Agent APIs moved to public beta with September 30, 2026 migration deadline for private alpha routes; minor capitalization change to 'Custom Agents'.
Skip to main content August 13, 2026Skip to main content August 20, 2026 NOTION AGENT APIS IN PUBLIC BETA The Notion Agent APIs are now in public beta. Use sessions to start a chat with a Custom Agent, stream its reply, submit an action, and page through a session's event history, so you can bring Custom Agents into a Slack bot, an internal tool, or a mobile client. The quickstart walks through a first request end to end with a personal access token.The beta also covers managing Custom Agents programmatically: find the agents a token can reach with Query agents, read per-agent usage with Retrieve agent insights, and set credit limits, enable, disable, or delete agents — individually or in an asynchronous batch.If you built against the private alpha routes for agents, threads, messages, or chat, see Upgrading to public beta. The replacements take JSON request bodies instead of query parameters and return sessions and events instead of threads and messages. Migrate off the alpha routes by September 30, 2026. August 13, 2026Confidence95%
This is the Product and API pack running on a real vendor.
Watch Notion — or anything else — your way.
Your own prompt, cadence and channels. One alert with the before/after proof when your sentence comes true.