npm install @arcede/air-sdk

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

Agent Skill (Claude Code, Cursor, Windsurf)
# 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

Playwright / Puppeteer
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

MonthlyAnnualSave ~20%

Free

Try the SDK with zero commitment

$0/mo
  • Included executions1,000/mo
  • OverageHard limit
  • Macro runsFree (included)
  • Saved macros5 saved
  • Smart selectors
  • Usage reporting opt-out
  • MPP support
  • Priority support
Start Free
Most Popular

Pro

For teams shipping browser automations

$49/mo
  • Included executions25,000/mo
  • Overage$0.001/exec
  • Macro runsFree (included)
  • Saved macrosUnlimited
  • Smart selectors
  • Usage reporting opt-out
  • MPP support
  • Priority support
Go Pro

Scale

For production-grade agent fleets

$149/mo
  • Included executions250,000/mo
  • Overage$0.0005/exec
  • Macro runsFree (included)
  • Saved macrosUnlimited
  • Smart selectors
  • Usage reporting opt-out
  • MPP support
  • Priority support
Get Scale

Enterprise

Dedicated infra, custom SLAs

Custom
  • Included executionsCustom
  • OverageCustom
  • Macro runsFree (included)
  • Saved macrosUnlimited
  • Smart selectors
  • Usage reporting opt-out
  • MPP support
  • Priority support
Contact Sales