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.
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.
Powers the live status dashboard: deployment timestamp plus edge-reachable signals.
curl https://abuz8ai.com/api/status
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"
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"
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"}'
ROADMAP Planned, not built. Nothing here is for sale, and there is nothing to install today.
A documented, versioned public API with authentication, so you can call ABUZ8 capabilities from your own code with a stable contract.
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.
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.
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