Gallery

Contacts

405 W. Greenlawn Ave Lansing, Michigan 48910

contact@techjacksolutions.com

+1-616-320-4064

Notion AI

Notion AI for Teams: Complete Workspace Setup Guide

Setting up Notion AI for a single user takes about thirty seconds. Setting it up for a 50-person team with spending controls, AI governance, and security compliance takes planning. This guide walks through that second scenario: the full workspace setup, from prerequisites through production-grade administration.

Notion AI now includes reactive writing features on Business and Enterprise plans at no extra cost, plus autonomous Custom Agents that fire on triggers and execute multi-step workflows 24/7. The platform has crossed $600 million in annual recurring revenue, with more than half tied directly to AI-enabled customers. Getting the setup right from the start saves rework later.


Prerequisites

Before enabling Notion AI across your workspace, confirm these requirements are met. Missing any one of them creates friction during rollout that is harder to fix retroactively.

  • Business or Enterprise Plan Active
    Reactive AI (writing, summarization, Q&A) is bundled on Business ($20/user/month, or $15 annual) and Enterprise plans. Custom Agents require Business or Enterprise. Free and Plus plans get limited AI trials only.
  • Workspace Owner Access
    Only Workspace owners can toggle AI features workspace-wide and configure agent creation permissions. Confirm you hold the Owner role before proceeding.
  • Billing Contact Identified
    Notion Credits ($10 per 1,000 credits, monthly billing, no rollover) are workspace-shared. Identify who approves credit purchases and receives spending alerts before enabling agents.
  • SSO and Provisioning (Enterprise)
    If your organization requires SAML SSO (Business/Enterprise) or SCIM user provisioning (Enterprise only), configure identity provider integration before inviting team members.

Key Stats

$20/mo
Business Plan per User
$10
Per 1,000 Notion Credits
SOC 2
Type 2 + ISO 27001
May 4
Custom Agents GA Date (2026)

Enable AI

Activating Notion AI for the workspace takes under two minutes. The critical decision is not whether to turn it on, but how to scope permissions for agent creation.

Step 1: Turn on Workspace AI

Navigate to Settings > Features > Notion AI. Toggle the AI switch to On. This enables reactive AI features (drafting, summarization, translation, Q&A) for every member in the workspace. On Business and Enterprise plans, these features are included at no additional per-member cost.

Step 2: Configure Agent Creation Permissions

In the same Settings > Features > Notion AI > Agents panel, choose who can create Custom Agents:

  • Workspace owners only keeps control centralized. Best for regulated industries or teams still evaluating agent costs.
  • Owners + editors opens agent creation to anyone with edit access on relevant databases. Best for teams that want distributed automation.

This setting can be changed at any time, so start restrictive and expand access after your team builds confidence with agent behavior and credit consumption.

Practitioner note: View-only users cannot execute any AI commands. If a team member needs to run AI queries or trigger agents, they need at least edit-level access on the relevant pages.

Step 3: Connect External Data Sources

Notion AI's workspace Q&A uses embeddings to search across connected tools, not just Notion pages. Under Settings > Connections, link the platforms your team relies on:

  • Google Drive for shared documents and spreadsheets
  • Slack for message history and channel context
  • Microsoft Teams for Teams conversations
  • Box for enterprise file storage
  • Jira, Salesforce, GitHub for project, CRM, and code context

Each connector follows OAuth-based authentication. The workspace owner initiates the connection, grants scopes, and the data becomes searchable through Notion AI's semantic search interface within minutes.


FREE TEMPLATE

NIST AI RMF Self-Assessment

Self-assess against the NIST AI Risk Management Framework

Download Free →

Custom Agents

Custom Agents are autonomous AI workers that run in the background without manual prompting. They became generally available on May 4, 2026, after a beta period starting February 24, 2026, during which over one million agents were created across workspaces.

What Agents Can Do

Agents execute multi-step workflows on three types of triggers:

  • Database property change: When a status field changes (e.g., "New" to "In Progress"), the agent runs its instructions against the affected row.
  • Schedule: Agents fire at specified intervals, processing all matching database entries on each run.
  • Slack message: Agents respond to messages in public Slack channels only. Private channels and DMs are not supported.
20 min
Maximum session duration for personal agent interactions. Custom Agents running on triggers have no fixed session limit but consume credits per action.

Setting Up Your First Agent

Open any database, click the automations icon, and select "Create Agent." Define the trigger condition, write natural-language instructions describing what the agent should do, and specify which database properties it should read or write. Before deploying, use Plan Mode to preview the agent's actions in a read-only sandbox. This lets you verify behavior without making live changes.

Agents can read page context, workspace data, and web sources when populating database properties. They cannot, however, call other agents directly. If you need chained workflows, set up Agent A to write to a database property that triggers Agent B. This indirect pattern works but adds latency between steps.


Credit Budgets

Notion Credits are the currency for Custom Agent execution. Understanding the billing model before agents go live prevents surprises on the first invoice.

How Credits Work

  • Cost: $10 per 1,000 credits, billed monthly.
  • No rollover: Unused credits expire at the end of each billing cycle.
  • Shared pool: Credits are workspace-wide, not per-user. All agents draw from the same balance.

Setting Spending Caps

Navigate to Settings > Notion AI > Notion Credits. From this dashboard, you can:

  • Set per-agent spending caps to limit how many credits any single agent can consume in a billing period.
  • Set workspace-level spending caps to limit total credit consumption across all agents.
  • Enable anomalous spend auto-pause, which halts an agent that exceeds expected consumption patterns.

The dashboard sends automatic alerts at 80% and 100% of configured caps. Set both thresholds: the 80% alert gives you time to evaluate whether the spend is legitimate, and the 100% cap prevents runaway costs.

Budget tip: Start with a low per-agent cap during the first billing cycle. Monitor actual credit consumption via the real-time tracking dashboard, then adjust caps upward based on observed usage. Increasing a cap is trivial; explaining an unexpected $500 credit charge to finance is not.


Admin Governance

Turning on AI is the easy part. Governing how 50 people use it across hundreds of databases requires policy decisions you should make before rollout, not during the first incident.

Agent Creation Policy

Decide upfront: who can create agents, and where? The permission toggle (owners only vs. owners + editors) is workspace-wide, but you can also control which databases agents are allowed to modify by limiting edit access to specific databases.

Usage Analytics (Enterprise)

Enterprise plan admins get access to Settings > Analytics > AI, which shows:

  • 90-day active AI member count
  • Utilization percentages across the workspace
  • Per-agent credit consumption breakdowns

This data helps identify which agents deliver value and which consume credits without measurable output. Review analytics monthly; cancel or reconfigure underperforming agents.

MCP Audit Logs (Enterprise)

For Enterprise workspaces, Model Context Protocol (MCP) activity is tracked in the audit log. This provides an activity trail of what external tools agents connect to and what data they access, which is essential for compliance reporting in regulated environments. Teams subject to the EU AI Act or pursuing ISO 42001 certification should incorporate these audit logs into their AI governance documentation.

80%
Credit usage threshold that triggers automatic workspace alerts. Set this alert before deploying your first production agent.

Security Hardening

Notion holds SOC 2 Type 2 and ISO 27001 certifications. HIPAA compliance is available on Business and Enterprise plans with a signed BAA. But certifications describe the platform's baseline; your workspace security depends on how you configure it.

Authentication and Access

  • SAML SSO is available on Business and Enterprise plans. Enforce SSO to prevent password-based logins for team members.
  • SCIM provisioning is Enterprise-only. Connect your identity provider (Okta, Azure AD, OneLogin) to auto-provision and deprovision users.
  • Audit logs are Enterprise-only. They record page views, edits, permission changes, and agent actions.

Data Residency

Enterprise plans support data residency in the EU, Japan, and Korea. This setting controls where workspace data is stored at rest. Note that billing data, Calendar features, and Mail features are excluded from data residency; they remain in US-based infrastructure regardless of your residency selection.

What Notion Does Not Offer

There is no page-level encryption. Permissions are workspace-level: members can see any page they have access to, but you cannot encrypt individual pages with separate keys. For teams handling highly sensitive data (medical records, financial PII), this gap matters. Evaluate whether workspace-level access controls are sufficient for your compliance requirements.

GDPR note: Notion maintains GDPR compliance practices across all plans. Enterprise and Business customers can request a Data Processing Agreement (DPA) through the sales team. The data residency options (EU, JP, KR) support region-specific compliance but do not cover all Notion services.


Known Limitations

Every platform has boundaries. Knowing these before deployment prevents building workflows that hit walls in production.

No Agent Chaining
Custom Agents cannot directly call other agents. For sequential workflows, use indirect chaining: Agent A writes to a database property that triggers Agent B. This adds latency and requires careful design.
Slack Triggers: Public Channels Only
Custom Agent Slack triggers only work with public channels. Private channels and direct messages are not supported as trigger sources.
No Live External Data
Notion AI cannot pull live data from external APIs that are not part of the supported connector set. If your workflow depends on real-time data from a custom internal API, Notion AI cannot access it natively.
No Page-Level Encryption
Permissions operate at the workspace level. There is no option to encrypt individual pages with separate keys. For teams in regulated industries handling medical or financial PII, this is a significant constraint.
Scale Reliability
Users report occasional failures on complex multi-step workflows operating across thousands of database records. For high-volume automation, test agents against your actual data scale before committing to production rollout.

Troubleshooting

Common issues teams encounter during Notion AI setup and their solutions.

You need Workspace owner permissions to toggle AI features. Check your role under Settings > Members. If you are listed as a Member or Admin (not Owner), ask a current Owner to either grant you Owner access or enable AI on your behalf.

Custom Agents require a Business or Enterprise plan. If your workspace is on the Free or Plus plan, the agent option will not appear. On top of that, if the workspace owner has restricted agent creation to "Owners only," non-owner members will not see the option even on qualifying plans.

Check three things: (1) the agent's instructions reference the correct database property names, (2) the trigger condition actually matches the data change you expect, and (3) your credit balance is not exhausted. An agent with zero remaining credits will attempt to run but silently fail. Check Settings > Notion AI > Notion Credits for current balance.

Slack triggers only work with public channels. If the channel is private or the message is a DM, the agent will not fire. Verify the channel visibility in Slack settings, and confirm that the Notion-Slack connection is active under Settings > Connections.

Open Settings > Notion AI > Notion Credits and check per-agent consumption. Scheduled agents that fire frequently (e.g., every hour) against large databases consume credits rapidly. Reduce trigger frequency, narrow the database filter scope, or set a per-agent spending cap. If an agent shows anomalous consumption, the auto-pause feature will halt it once enabled.


Setup Progress Tracker

Track your workspace setup progress. Click each step to mark it complete.

0%
  • 1
    Confirm Business/Enterprise plan
    Verify plan tier under Settings > Plans
  • 2
    Enable workspace AI
    Settings > Features > Notion AI > On
  • 3
    Set agent creation permissions
    Owners only or owners + editors
  • 4
    Connect external data sources
    Google Drive, Slack, Teams, Jira, etc.
  • 5
    Set credit spending caps
    Per-agent and workspace caps + 80% alerts
  • 6
    Deploy first agent in Plan Mode
    Test with read-only preview before going live
  • 7
    Configure SSO and audit logs
    Enterprise: SAML SSO + SCIM + audit log review
Verified May 2026 • Sources: Notion Help Center, Notion Pricing Page, CMSWire
Notion is a trademark of Notion Labs, Inc. Tech Jacks Solutions is not affiliated with, endorsed by, or sponsored by Notion Labs, Inc. All product names, logos, and brands are property of their respective owners.
Before You Use AI
Your Privacy

Notion AI processes workspace data to deliver writing, search, and automation features. On free-tier plans, Notion may use anonymized interaction data to improve models. Enterprise and Business plans with a signed DPA provide stricter data handling terms. Review Notion's privacy policy and your workspace's data residency settings to understand where your data is stored and processed.

Mental Health & AI Dependency

AI workspace tools can increase productivity but may also create pressure to automate decisions that benefit from human judgment. If you are experiencing distress:

  • 988 Suicide & Crisis Lifeline: Call or text 988
  • SAMHSA Helpline: 1-800-662-4357
  • Crisis Text Line: Text HOME to 741741

AI systems can produce plausible-sounding but incorrect guidance. For mental health, medical, legal, or financial decisions, always consult a qualified professional.

Your Rights & Our Transparency

Under GDPR and CCPA, you have the right to access, correct, and delete your personal data. These rights extend to data processed by AI systems. This article is editorially independent; Tech Jacks Solutions has no commercial relationship with Notion Labs, Inc. When we link to vendor products, we do so for reader utility, not compensation. This article may contain affiliate links that support our editorial work at no cost to you.

The EU AI Act establishes risk-based requirements for AI systems deployed in the European Union. Organizations using AI in regulated contexts should review their obligations under this framework.