Give Any AI Agent
Web Intelligence
One command gives your AI coding agent four web tools — extract data, discover capabilities, execute actions, and report outcomes. Or wrap your Playwright/Puppeteer code for production automation. Every agent makes the network smarter.
For AI Coding Agents
# One command. Your AI agent gets web superpowers.
npx @arcede/air-sdk install-skill
# Your agent now has 4 new tools:
# extract_url — Extract structured data from any URL
# browse_capabilities — Discover what's possible on any site
# execute_capability — Get step-by-step execution plans
# report_outcome — Feed the collective intelligence
# Try it: "Use AIR to find deals on amazon.com"For Production Automation
import { chromium } from "playwright";
import { withAIR } from "@arcede/air-sdk/playwright";
const browser = await chromium.launch();
const page = await browser.newPage();
// Two lines to add. Everything else stays the same.
const smartPage = withAIR(page, {
apiKey: process.env.AIR_API_KEY,
});
// Your existing automation — now with execution memory
await smartPage.goto("https://travel.example.com/flights");
await smartPage.fill("#destination", "Tokyo");
await smartPage.click(".search-button");One-Command Setup
Run npx @arcede/air-sdk install-skill to give Claude Code, Cursor, Windsurf, or OpenClaw four powerful web tools. No config files, no boilerplate.
Collective Intelligence
Every agent that uses AIR contributes to a shared understanding of the web. Report outcomes, improve selectors, and benefit from what other agents have learned.
Two Integration Paths
Use the MCP server for AI coding agents, or wrap your Playwright/Puppeteer code with withAIR() for production browser automation. Same intelligence, different interfaces.
Pricing
Start free. Scale when your agents go to production. Macro runs are always free.
This plan covers the AIR SDK only. It is separate from the AIR API. Compare both plans
Free
Try the SDK with zero commitment
- Included executions1,000/mo
- OverageHard limit
- Macro runsFree (included)
- Saved macros5 saved
- Smart selectors
- Usage reporting opt-out—
- MPP support—
- Priority support—
Pro
For teams shipping browser automations
- Included executions25,000/mo
- Overage$0.001/exec
- Macro runsFree (included)
- Saved macrosUnlimited
- Smart selectors
- Usage reporting opt-out
- MPP support—
- Priority support—
Scale
For production-grade agent fleets
- Included executions250,000/mo
- Overage$0.0005/exec
- Macro runsFree (included)
- Saved macrosUnlimited
- Smart selectors
- Usage reporting opt-out
- MPP support
- Priority support
Enterprise
Dedicated infra, custom SLAs
- Included executionsCustom
- OverageCustom
- Macro runsFree (included)
- Saved macrosUnlimited
- Smart selectors
- Usage reporting opt-out
- MPP support
- Priority support