ZeroKit

Documentation

High-level guides for how ZeroKit fits into your day — no PDF manuals, no login wall.

  • Client-side vs server tools

    Most tools run entirely in your browser. Paste & share, URL shortener, webhook capture, mock API, currency rates, and AI features use our servers. Each tool page shows a “Processed locally” or “Uses secure server” badge at the top.

  • Debugging webhooks

    Create a bin in the Webhook tester, paste the URL into GitHub, Stripe, Lemon Squeezy, or any service, and watch the raw request arrive in the inbox. Pair it with the Mock API to echo responses without deploying.

  • Chaining tools

    Many tools support “Continue with…” — pipe output from JSON formatter to CSV, or from regex tester to a related utility. The Workflows page lists common chains.

  • Pro API (AI)

    Server-to-server access to selected AI tools with a Bearer token. Set PRO_API_TOKEN in your environment and POST to the routes below.

Pro — AI HTTP API

Authenticate with Bearer token. Example:

POST /api/v1/ai/explain-code
Authorization: Bearer $PRO_API_TOKEN
Content-Type: application/json

{ "input": "const x = 1;" , "language": "javascript" }

In-browser tools do not have a v1 API yet; use the site or self-host. See Pricing for plans.

← Home