all systems nominal · 11 services live

One toolbox for
the boring-but-critical
bits of your stack.

AZcom is a family of tiny, fast, no-nonsense IT services — captchas, proxies, IP intelligence, uptime probes, and more — all on one dashboard, one billing page, one API key.

Start free — 10k requests Browse all services $ curl api.azcom.dev/v1/ping
99.98% uptime past 90 days
42ms median response
18 edge regions
2.1B requests / month
// the toolbox

Eleven services. One key.

Every AZcom service ships with a REST API, a no-code dashboard, and pay-as-you-go billing. Use one, use them all — they compose.

azcaptcha.com live

Human-proof captcha that doesn't drive users insane.

Invisible-first, image-fallback, accessible. 120ms median solve. Works without third-party cookies.

892M solves / month · 99.4% human accuracy Open →
proxyaz.com live

Residential & datacenter proxies.

220+ countries. Rotating or sticky sessions. SOCKS5, HTTPS, WireGuard.

$1.20 / GB · 48M IPs Open →
ipdata.info live

IP intelligence — geo, ASN, threat, privacy.

Every flag you need on an IP in a single call. Updated every 15 minutes from 140+ feeds.

GET https://api.ipdata.info/v1/203.0.113.42
{
  "ip": "203.0.113.42",
  "country": "DE",  "asn": "AS24940",
  "is_vpn": false, "is_tor": false, "is_proxy": false,
  "risk_score": 0.04
}
140+ feeds · 15min refresh · free tier: 1k/day Open →
isdownup.com live

Uptime & status probes.

HTTP, TCP, DNS, ICMP, SSL-expiry. Alerts via Slack, Discord, SMS, webhook.

api.stripe.com● 142ms
mysite.io● 88ms
legacy.db● down 3m
30s intervals · 18 regions Open →
ipwtf.com beta

What's my IP, but actually useful.

Browser fingerprint + IP forensics in one page. Paste-friendly JSON.

your.ip   81.23.44.9
isp      DTAG Berlin
webrtc   leaking ⚠
dns      1.1.1.1
no login · no tracking Open →
edgemap.azcom.dev new

Anycast edge, 18 PoPs.

Every AZcom service runs on the same anycast fabric. 42ms p50 worldwide.

Frankfurt · 12ms Singapore · 38ms São Paulo · 62ms Tokyo · 44ms Cape Town · 71ms Ashburn · 18ms
42ms p50 · 108ms p95 · 99.98% SLA Map →
mailaz.dev live

Transactional email.

SMTP + HTTP. React email templates. Inbound parsing, bounces, DMARC reports.

$0.40 / 1k sends Open →
dnsaz.net live

Managed DNS + DNSSEC.

Anycast authoritative DNS. Terraform provider. Free health-check failover.

0.8ms p50 resolve Open →
shortaz.link beta

Branded short links.

Custom domains, deep-links, QR, UTM builder. Privacy-first analytics.

cookieless · GDPR-clean Open →
scanaz.io live

Port & TLS scanner API.

On-demand scans, TLS grade, cert expiry, CVE match. Perfect for onboarding flows.

7s avg full scan Open →
pasteaz.com live

Encrypted paste & file share.

Zero-knowledge. Self-destruct timers. CLI + web. Max 2GB per paste.

client-side AES-256 Open →
webhookaz.dev new

Webhook forwarder + replay.

Inspect, retry, fan-out, sign. Local tunnel in 1 command. Built for dev loops.

stripe · github · linear ready Open →
2.1B
requests / month
18
edge regions
42ms
median response
99.98%
uptime · past 90 days
// how it works

One key. Every service.

Sign up once, get a single API key, and every AZcom service is instantly available. Same auth, same error shapes, same sane pagination — no matter which tool you hit.

  • → unified billing & invoicing
  • → per-service scoped tokens
  • → OpenAPI + typed SDKs (TS, Py, Go, Rust)
  • → Terraform provider for everything
  • → Webhook signing by default
Read the docs →
example.ts
import { AZcom } from "@azcom/sdk";

const az = new AZcom({ apiKey: process.env.AZCOM_KEY });

// look up an IP across every data feed
const ip = await az.ipdata.lookup("203.0.113.42");

if (ip.risk_score > 0.6) {
  // send them through a captcha
  const challenge = await az.captcha.issue({ difficulty: "hard" });
  return challenge.token;
}

// clean traffic — log and move on
await az.isdownup.ping("https://mysite.io/auth");
// pricing

Pay for requests, not seats.

Every service has its own free tier. Paid tier unlocks every tool at once. No per-seat tax. Cancel from the CLI.

Tinker
$0 / forever

Indie projects, prototypes, hobby side-things. Rate-limited but never crippled.

  • 10,000 requests / month per service
  • 3 uptime probes, 5-min checks
  • 1 GB proxy traffic
  • Community Discord
Start tinkering
Company
Custom

Volume commits, on-prem edge, SSO, dedicated IPs, annual contracts.

  • Committed-use discounts
  • Dedicated proxy pools
  • SAML SSO + SCIM
  • 24/7 on-call · 99.99% SLA
  • Private edge deployments
Talk to us
// questions we keep getting

Good questions.

Is the single-API-key thing actually one key, or am I going to end up managing eight? +
One key. Scoped tokens are optional — if you want a key that can only talk to ipdata.info, you can mint one in the dashboard. Default is an org-wide key that covers every service.
Where is the infra hosted? +
Anycast edge across 18 PoPs on Cloudflare, with origin clusters in Frankfurt, Ashburn, and Singapore. Control plane and data plane are regionally isolated.
Do you store request bodies? +
No. Metadata is kept for 30 days for billing and abuse. Bodies are processed in memory and dropped. Full data-retention table in the docs.
What happens when I exceed my plan? +
Nothing dramatic. Overage kicks in at published per-request rates. You can cap hard from the dashboard to avoid surprise bills.
Is there a self-hosted option? +
Only for Company plans. ipdata, captcha, and scanaz are available as on-prem Docker images under a commercial license.
// closing thought

Ship the boring
captcha the
proxy the
uptime plumbing
do the fun part.

You didn't start a company to run a captcha farm. Wire up AZcom, get on with the interesting problems.

Tweaks