AIR Ecosystem

The Open Runtime for the Agent Internet.

The web now has three players: servers, humans, and AI agents. Build for all three. We provide the infrastructure so your agents can discover, navigate, and transact across any website.


Products

Build With AIR

Two products for the agent internet. Use one or both.

01
AIR API

AIR API: Ask anything

Send any natural language query, get verified structured JSON back. Your agent reads websites as data — content, metadata, and diagnostics in one API call. Orchestrates extraction, capability discovery, and execution planning.

Included in free tier

Run Request
curl -X POST https://api.agentinternetruntime.com/v1/air \
  -H "Authorization: Bearer air_platform_sk_..." \
  -H "Content-Type: application/json" \
  -d '{
    "query": "What is the price of Bitcoin?",
    "cache_preference": "prefer_cache"
  }'
02
SDK

SDK: Act With Confidence

Give your AI coding agent web superpowers with one command — or wrap your existing Playwright code with two lines. Resilient selectors and full site awareness. Every agent makes the network smarter.

Separate subscription

Get Started
# Give your AI agent web intelligence
npx @arcede/air-sdk install-skill

# Or wrap existing Playwright/Puppeteer code:
import { withAIR } from '@arcede/air-sdk/playwright';
const smartPage = withAIR(page, { apiKey: process.env.AIR_API_KEY });

Live Demo

Price Scout

See AIR in action. Search any product and instantly compare prices across Amazon, Walmart, Best Buy, and eBay — powered by real API calls.

4 Retailers, One Search

Simultaneously extracts and compares product data from major retailers using the AIR API.

Built With the AIR API

Powered by the same unified gateway you can use to build your own agents.

1 Credit Per Search

Transparent per-call pricing. Use your API credits or pay per search with L402 micropayments.

Sony WH-1000XM5 headphones
AmazonBest
$248.00
Best Buy
$279.99
Walmart
$298.00
eBay
$259.95

You save $50.00

1 API call · 1 credit estimated cost


Desktop Environment

AIR for Mac

Coming Soon

Your agents run complex tasks across any website — directly on your Mac, with your API keys, under your control.

Bring Your Own Key (BYOK)

For our initial launch, AIR operates on a strict BYOK model. Plug in your preferred API key (like OpenAI or Anthropic) to power the built-in agent.

Complete Control Over Your Compute

Don't want to use our built-in agent? No problem. Connect your own external agent or custom MCP server. Pay exactly what you use directly to your LLM provider.

Zero Markup

You control your compute, your costs, and your AI provider. No middleman markup. For early adopters, this means full control from day one.

Download AIR for Mac

Status: Listening on port 3000

Waiting for Agent Instructions...


Simple, Transparent Pricing

Both APIs under one account. Start free, scale when you're ready.

View Pricing

Internet Built for Agents

Open Internet
Runtime.

The AIR specification defines how AI agents discover, trust, and interact with the internet.

01 // Capability

agent.json

The open capability manifest for the agent internet. Instead of fragile web scraping, AIR relies on structured capabilities turning any website into a reliable, programmable API endpoint. By hosting an `agent.json`, any website can declare its available intents, parameters, and payout addresses directly to AI agents.

"agent_policy": {"allow_extraction": true,"allowed_agents": ["*"]}
02 // Trust

Trust Registry

The open root-of-trust for agent identity. A public, federated registry of trusted attestation issuers authorized to vouch for agents, allowing services to mathematically verify if an agent's runtime is legitimate.

verify --signature 0x8f2a...
MATCH