Train, build, and deploy
browser agents—fast
The easiest way to build reliable AI agents that actually understand the web.
Most browser agents wipe out before they catch a wave
Agents wipe out on real sites—DOM changes break everything like a rogue wave.
Training is slow and brittle—you're paddling against the current with no good datasets.
Debugging is a nightmare—black box failures leave you lost at sea with zero visibility.
Everything you need to ride the web
SDK + datasets + eval harness + monitoring. The complete lineup for browser agents.
🏄 SDK
Your surfboard—one SDK to ride any browser framework. Works with Playwright, Puppeteer, or bring your own board.
🌊 Training Data
Pre-charted surf spots—clean datasets of real tasks, ready to train your agents on the perfect waves.
📊 Eval Harness
Know your lineup—benchmark agent performance and compare different approaches to find your sweet spot.
⚡ Monitoring
Live surf report—real-time dashboards for success rates, costs, and failures. Catch issues before they wipe you out.
Drop in with one line
No complex setup. No brittle selectors. Just agents that flow.
import { SurfsAgent } from '@surfs/agent'
// Grab your board and hit the water 🏄
const agent = new SurfsAgent({
model: "gpt-4",
trackMetrics: true
})
// Catch the wave—automatic instrumentation built in
await agent.ride({
task: "Find and add the cheapest red t-shirt to cart",
url: "https://shop.example.com"
})
// Full visibility—traces, replays, metrics all logged 🌊Full observability built-in. Ride smoothly, no manual logging required.
Built for the big waves
Real-time surf reports, auto-recovery from wipeouts, and instant replay debugging.
run_a3f9e2b8 · 47.3s · 12 steps
goto("https://shop.example.com")click("text=Search")fill("input[name=q]")click("text=Add to cart")Latest Resources
Stay updated with the latest insights, guides, and best practices for AI-powered development and testing.

PCI‑Safe Checkout for AI Browser Agents: 3DS/SCA, Payment Request API, and Virtual Card Tokenization
A practical, engineering-first blueprint for building a PCI-safe AI checkout agent: narrow PCI scope via tokenization and virtual cards, handle 3DS/SCA and Payment Request API, add fraud controls and attested redaction, and ensure auditable, idempotent purchases.

Agentic Browser Checkout: PSD2/SCA‑Safe Payments, 3DS2 Challenges, and Payment Request API for AI Shopping Agents
A practical, opinionated blueprint for building a PSD2/SCA‑compliant, AI‑capable checkout: Payment Request API, tokenized cards, 3DS2 challenge orchestration, SCA‑aware retries, idempotent orders, PII minimization, audit trails, and human‑in‑the‑loop escalation.

Federated Learning for Agentic Browsers: On-Device Trace Distillation with Differential Privacy and Secure Aggregation
A practical blueprint for training agentic browser models from real sessions without exporting raw data: on-device trace distillation to tool plans, user-level differential privacy, secure aggregation, non-IID drift handling, and safe rollout of site-specific adapters.
Looking for PR-focused browser testing?
Try DebuggAI PR Copilot