Platform

Yasaboy API

Developer API and endpoints — roadmap documentation only.

Static docs only API not live
Honest status: Yasaboy is currently a static local-first PWA on Cloudflare Pages. There are no public REST API endpoints, no API keys, and no /api/* backend routes in Stage 1.

What exists today

Developer workflows on Yasaboy are served by local browser tools, not hosted APIs:

  • JSON formatter, JWT decoder, UUID generator, URL encoder
  • Regex tester, text diff, SQL formatter, cron helper
  • Hash generator, checksum tool, password hash tool
  • Remote Server Toolkit — SSH/SCP command builder only (no real SSH API)

These run entirely in your browser. Yasaboy does not expose them as network endpoints.

Future backend APIs (roadmap)

A future Yasaboy backend version might offer authenticated APIs for conversion, automation, or integrations. That would require separate infrastructure and is not part of the current Cloudflare Pages static scope.

When real APIs ship, this page will document endpoints, auth, and rate limits honestly. Until then, do not treat Yasaboy as an API provider.

What we do not provide

  • No fake endpoint URLs or dummy API keys
  • No claim that api.yasaboy.com serves live REST traffic today
  • No server-side file processing API in the static version