Developers · Honest Status

The ABUZ8 API

Here's the truth about our API surface, in two parts: the endpoints that are live right now powering this site, and the public developer API that is planned but not yet shipped. No fake SDKs, no invented tiers.

See the Roadmap Use the Free Tools

Live today — the endpoints this site runs on

LIVE These are real Cloudflare edge endpoints serving abuz8ai.com right now. They are site infrastructure — open to read, no API key — but they are not a versioned public API: no uptime contract, and they may change without notice.

GET Site Status

Powers the live status dashboard: deployment timestamp plus edge-reachable signals.

curl https://abuz8ai.com/api/status

GET GitHub Trending

The fastest-growing GitHub repos this week (weekly list topped up with monthly risers), parsed server-side and credited with direct links. Edge-cached 1 hour; serves a labeled snapshot if the source is unreachable.

curl "https://abuz8ai.com/api/github-trending?limit=20"

GET Polymarket Data

Read-only market-data proxy for the Polymarket paper tester (educational — no trading). Strict whitelist: type=markets or type=events, limit 1–50. Edge-cached 5 minutes; falls back to a labeled real snapshot.

curl "https://abuz8ai.com/api/polymarket?type=markets&limit=10"

POST Waitlist

The early-access signup endpoint used by the forms across this site. Stores your email and the product you asked about — nothing else. See Privacy.

curl -X POST https://abuz8ai.com/api/waitlist \
  -H "Content-Type: application/json" \
  -d '{"email":"[email protected]","product":"abuz8-os","referrer":"api-page"}'
These endpoints exist to serve the pages on this site. You're welcome to look at what they return, but don't build production systems on them yet — the stable, documented contract is what the roadmap API below is for.

On the roadmap — the public developer API

ROADMAP Planned, not built. Nothing here is for sale, and there is nothing to install today.

🔑

Versioned REST API with keys

A documented, versioned public API with authentication, so you can call ABUZ8 capabilities from your own code with a stable contract.

📦

SDKs & CLI

Official client libraries and a command-line tool. There are currently no published ABUZ8 packages on npm or PyPI — anything claiming to be one is not ours.

🐙

Public repos

Open-sourcing parts of the stack on GitHub and Hugging Face is planned. There are no public ABUZ8 repos yet — follow the GitHub Hub and Hugging Face Hub for when that changes.

Honest pricing note: there are no subscription plans and no API tiers today — nothing on this site is a subscription. When the public API ships, its pricing will be published plainly before anything is sold. Track it on the Roadmap.

Want in early?

EARLY ACCESS ABUZ8 OS — the local-first AI operating system behind this site — is in early access. There is no public download; access is granted by request.

Tell us what you'd build and we'll reach out when a seat opens. Developers who want to shape the public API get priority.

Request Early Access Ask a Question