Documentation

Everything you need to get the most out of Tooly — from your first tool to your first Pro invoice.

Quick start

Using Tooly takes about ten seconds:

Tip: most tools run entirely in your browser. That means they work offline-ish, never upload your files, and are instant — no server round-trip.

Accounts & plans

An account is only needed for Pro features and premium apps. Create one from the login page — email/password or Google. Your account syncs your premium app data (bank CSV conversions, invoices, bookings, licenses) across devices.

Payments are handled by Stripe (cards) or our verified OKX wallet (BTC/USDC). Refunds: 7-day money-back guarantee.

Privacy defaults

Privacy isn't a setting on Tooly — it's the default:

Full details in the Privacy Policy.

Premium app docs

Tool guides

Every tool has its own SEO guide with tips, examples and FAQs. Start with the most popular:

API basics

Tooly exposes a small JSON API for tools and accounts. Example — check the tool count:

# Get tool list & count GET https://tooly.work/api/tools # Response { "tools": ["age-calculator", "base64", "..."], "count": 59 }

Tool endpoints (e.g. /api/tools/password-generator) accept JSON POSTs. The API is public for basic tools; premium endpoints require your account token. For deeper integration questions, email 4toolywork@gmail.com.