Backed byYCombinator

The API layer for the
entire web.

Most websites don’t have APIs. Wire gives AI agents and automation a direct line in: structured endpoints instead of browser clicks, screenshots, and brittle selectors.

Up to 1000× cheaper than scrapingStructured JSON, never raw HTMLManaged: never breaks
IMDb
wire
Use it anywhere

Drop Wire into Claude, Cursor, or any LLM, with one key.

Wire ships inside the Anakin MCP server. One command and your agent gets a wire_action tool for all 100+ sites. No SDK, no glue code.

Claude · Cursor · Cline · Windsurf · Zed · VS Code + any MCP client
anakin-mcp · setup

The catalog

One API for every site your agent needs.

Amazon, GitHub, Reddit, Shopify, Zillow, and dozens more, each a maintained set of structured actions behind a single key.

IMDb
IMDb
IMDb
IMDb
IMDb
IMDb

The math

Every browser an agent doesn’t open is a small miracle.

Driving a real browser to fetch one structured fact is the most expensive way to retrieve information ever invented. Wire replaces that whole loop with a single call.

Cost per call470× cheaper
$0.001
browser agent$0.47
Proxies, parsing, and retries already included in the price.
Tokens burnedzero waste
0
browser agent1,200+
Structured JSON only, no raw HTML ever reaches your model.
The call

One POST. Typed JSON. Done.

The whole interaction is one HTTP call. Pick an action from the catalog, send the params it accepts, get a typed schema back. No scrapers to babysit.

waiting for requestapplication/json
// response will appear here
credits: job:

How it works

From catalog to JSON in three calls.

Wire is a thin, opinionated REST layer. There is no SDK lock-in; every action is a documented HTTP endpoint with a schema you can paste into your tool calls.

01 · Browse

Find an action.

Search the catalog by site or category. Every action lists its params, return schema, and per-call cost.

·amazon.search_products
·amazon.product_detail
·amazon.reviews
+ 11 more
02 · Call

Fire one request.

Pick the action, send params. Wire handles auth, proxies, hydration, parsing, retries.

POST /v1/wire/task
action_id
paramsquery: "echo dot"limit: 5
Run
03 · Receive

Get structured data.

Same shape every time. Never breaks when the source site redesigns; we patch upstream.

waiting
Echo Dot (5th Gen)$49.99
Fire TV Stick 4K$39.99
Kindle Paperwhite$139.99
3items · next_page: "tok_2a…"

Catalog · 871 sites · 4785 actions

Pre-built endpoints for the long tail of the web.

The sites your agents need most, already wrapped, maintained, and rate-limited sanely. Don’t see a site? Submit a request; most ship within days.

Own one of these sites? Claim it
871 sites
+

Request a site

any url

Drop a URL and we’ll build the actions; most ship within days.

Customsubmit

API surface

Six endpoints. One key. Done.

Wire is small on purpose: six endpoints cover every interaction. Pick one to see the exact request and the JSON it returns.

GET/v1/wire/catalog
Request
curl https://api.anakin.io/v1/wire/catalog \
  -H -str">"X-API-Key: $ANAKIN_API_KEY"
200 OKapplication/json
{
  "total_sites": 155,
  "total_actions": 920,
  "catalog": [
    { "slug": "amazon", "name": "Amazon", "actions": 14 },
    { "slug": "reddit", "name": "Reddit", "actions": 9 }
  ]
}

Auth · Identities

Sign in once. Hand your agent an identity.

Save an account once as a named identity. Your agent passes only the reference; Wire resolves it inside the vault and injects the real session. The secret never crosses the line.

identity: "id_broker"
passes identity
oauth ••••••7d34
injects session
Robinhood
robinhood.com
Robinhood
signed in as you
session live
Agent activityrunning
robinhood.place_order200
{ "filled": true }
2 credits·job_a8f3c2structured JSON

AES-256 encrypted at rest · injected at runtime · never returned by the API

Trust

Built for production agents, audited for the boardroom.

Your data never leaves the call. Credentials live in an audited vault; requests are scoped, logged, and revocable. Anakin is YC-backed and run by a team that’s shipped production scrapers since 2017.

SOC 2 Type II
ISO 27001 : 2022
GDPR compliant
YC-backed
San Francisco · Bengaluru
99.95% uptime · last 90d
Get started

Send your first call in under 60 seconds.

Free forever for 500 credits. No card, no proxies, no scrapers. Just an API key and a catalog of things to do.