
Notion test environment for agent workflows
Test knowledge agents that search, update, and organize team documentation.

Meet the Notion twin
Validate agents that create and update pages or databases. Test permissions and workspace limits without touching production Notion.
Seeded state
Seed workspaces, users, pages, databases, properties, blocks, comments, files, and access permissions.

Use Notion in staging without using production.
Validate agents that create and update pages or databases
Seed workspaces with pages, blocks, users, and database records
Test permissions and workspace limits without touching production Notion
Provision the Notion twin from the CLI.
Install the Arga CLI, sign in once, then create a 60-minute twin run. The command waits until the environment is ready and prints its connection details.
Terminal
$ uv tool install arga-cli$ arga login$ arga twin-runs create --twins notion --ttl 60 --waitAdd --scenario-prompt to describe the state the twin should start with.
Build with the Notion twin
Connect the twin, seed realistic state, and run scenarios against a resettable service.

