eavz
Agent Scratchpad

Agent Scratchpad

Persistent scratchpad for organizing thoughts, notes, and working memory across executions. Read, write, append, search, and manage named pages.

7 actions
1 trigger

Actions

Name
read_page

Read a named page from the scratchpad.

write_page

Write content to a named page in the scratchpad. Overwrites existing content.

append_page

Append text to an existing page. Creates the page if it does not exist.

list_pages

List all pages in the scratchpad.

search_pages

Search page contents for a keyword or phrase.

delete_page

Delete a page from the scratchpad.

clear_all

Delete all pages from the scratchpad.

Triggers

Name
page_updated

Triggers when a scratchpad page is created or modified.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'agent-scratchpad',
  actionName: 'read_page',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Agent Scratchpad to my app?

Use Weavz Hosted Connect for No Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Agent Scratchpad support?

Agent Scratchpad supports 7 actions including Read Page, Write Page, Append to Page, List Pages, Search Pages, and more.

Can I use Agent Scratchpad with AI agents?

Yes. Add Agent Scratchpad to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Agent Scratchpad use?

Agent Scratchpad uses No Auth. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Agent Scratchpad integration cost?

The Agent Scratchpad integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Agent Scratchpad support?

Agent Scratchpad supports 1 triggers including Page Updated.

Connect Agent Scratchpad in 2 minutes

Get 1,000 free actions every month. No credit card required.