共有:

Notion 3.6 — External Agents API GA

Notion now invites outside AI
as teammates.

With Notion 3.6, Notion AI's External Agents API flipped from beta to GA. The Notion Developers docs spell it out: outside agents like Claude Code and Cursor can be invited into the workspace as members, assigned tasks, and tracked. We read the GA milestone through a document-ops lens — what changes now that this leaves beta.

AI Navigate Editorial2026.07.116 min read

NOTION WORKSPACE human member Claude agent Cursor agent Devin agent shared task list Agents sit next to humans on the same task board
FIG. External Agents hold tasks, appear in the task list, and get commented on — like a human member.
01

What Changed

Beta → GA. What actually shifted?

SLA, billing, and audit lined up — that's when it becomes production-safe.

External Agents API itself has been in beta since spring 2026. GA doesn't change the product's capability; it changes the preconditions for using it in production. Notion's docs call out three changes: (1) agent calls now come with an SLA (availability guarantee), (2) billing moved from de facto free to usage-based, and (3) external-agent actions are integrated into Notion's audit log.

The audit-log integration matters most for IT. During beta, "someone-just-turned-it-on" external agents effectively became invisible workers — no reliable way to trace who did what afterward. Only at GA does the sequence "approve, add to the audit log, deploy to production" actually work in practice. That's the real story here.

02

The Numbers

Three preconditions that clicked into place at GA

SLA
availability guarantee (new)
Usage
billing scales with call count
Audit
agent actions in audit log
Beta (through spring 2026)GA (from 2026-07-11)
Experimental, no SLAExplicit SLA, production-safe
Effectively free (abuse-prone)Usage-based, cost visible
Agent actions hard to traceIntegrated into Notion audit log
Sandbox tasks onlyProduction task assignments

03

Why It Matters

The design philosophy: treat AI as a member

Notion's choice here is to not treat external agents as a special object. Claude Code, Cursor, Devin — inside the workspace, they're a kind of member. They hold tasks, they write comments, they get notifications. The operations team stops needing to "handle AI as a new feature" and can reuse existing personnel operations — roles, access control, task management — directly.

The direction matches the momentum around Anthropic's Model Context Protocol (MCP). MCP standardizes "AI reading and writing outward"; Notion 3.6 standardizes the "outside issuing tasks to AI" layer. From a document-ops perspective, a de facto standard for "wire AI into your team's task tracking directly" has now materialized.

04

Who It Hits

Impact by reader type

Looks like an engineering story — but it lands on PdMs and IT too.

Engineers

Call Claude Code or Cursor directly from a Notion task board instead of routing through an issue tracker. Notion's edge — spec docs and tasks living in the same place — now extends to the AI side of the workflow.

PdMs & PjMs

Assign tasks to agents, track progress in the same view humans use. First real step toward getting "agent-run work" into your normal process, no bespoke engineering required.

IT & governance

Audit log integration at GA is the big one. Also: this is your window to inventory the external agents that got quietly turned on during the beta and re-authorize only the ones that survive scrutiny.


Invite the outside agent not as a feature —
as a teammate.


05

What's Next

What comes next / what to do

01

Inventory the shadow integrations

List every external agent turned on during beta and re-authorize only the ones that still make sense at GA. There is always a "we turned this on for a beta test" integration nobody removed.

02

Format tasks for agents

Vague task descriptions that humans decode from context won't work for agents. Start with three templates that spell out "input, output, done criteria" — that's the practical minimum.

03

Set a per-agent budget

Beta's free ride is over — call count now maps to spend directly. Set a monthly budget per agent and wire the Notion usage page into your monitoring before the first month closes.

06

The Counterpoint

The other side: treating AI as a member has costs

The design idea is appealing, but "AI is also a member" is an abstraction that lets operational sloppiness hide. Human members get onboarding, evaluation, discipline; agents get none of that, so failure responsibility collapses onto whoever issued the task. Spell out who owns quality assurance for agent-assigned work before deployment — this becomes a fight later if you don't.

Second, calling external agents directly from a Notion task board is convenient — and also a new lock-in on-ramp. GitHub, Linear, and Jira are all pursuing similar integrations; if you build workflow entirely around Notion-hosted agent calls, migrating off becomes hard. Start with "one month, one team" as the safer entry.