Every Tool. One API Key.

24 upstream providers — search, scraping, browser automation and voice — behind a single Auxiliar key and one bill.
Native APIs, passed straight through.

Search11

Web, SERP and AI search — pick the index or engine that fits the query.

Scraping & Crawling10

Fetch, render and extract pages at scale — proxies and anti-bot handling managed for you.

Browser Automation2

Full headless browser sessions and actor platforms for the hardest targets.

Voice & Audio1

Speech and voice generation through the same key and bill.

Start in three steps

From signup to your first request in minutes.

1

Sign up

Create your account at accounts.auxiliar.ai.

2

Get your API Key

Generate a key from your dashboard — one key works across every tool and provider.

3

Replace the base URL

Point your existing tool's SDK or requests at api.auxiliar.ai — or just ask your agent to do it for you.

curl https://api.auxiliar.ai/serper/search \
  -H "Authorization: Bearer $AUXILIAR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"q": "claude ai"}'