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.
Build With AIR
Two products for the agent internet. Use one or both.
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
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"
}'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
# 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 });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.
You save $50.00
1 API call · 1 credit estimated cost
AIR for Mac
Coming SoonYour 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 MacStatus: Listening on port 3000
Waiting for Agent Instructions...
Simple, Transparent Pricing
Both APIs under one account. Start free, scale when you're ready.
View PricingOpen Internet
Runtime.
The AIR specification defines how AI agents discover, trust, and interact with the internet.
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.
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.