The caching layer that makes Puppeteer & Playwright agents 25-80% faster and 50% cheaper. One line of code. Zero configuration.
Automatically cache all network requests in your Playwright/Puppeteer agents
import { attachAgentCache } from 'agent-cache'
const context = await browser.newContext()
attachAgentCache(context) // ✨ That's it!
// All network requests are now cached automatically
await page.goto('https://example.com') // Cached on repeat visits
await page.click('button') // API calls cached across runs
Eliminate redundant network requests across agent runs
Cut bandwidth, proxy and egress costs
Simple attachAgentCache() call
Join 500+ developers using AgentCache to build faster, more cost-effective AI agents.
14-day free trial • No setup fees • Cancel anytime