⚡ AgentToolkit Cloud

One API key. 35 endpoints. Built for AI agents.

🔐 Crypto

Hash, HMAC, encrypt/decrypt (AES-256), bcrypt. All algorithms in one call.

🔧 Generators

UUID, ULID, nanoid, secure tokens, random passwords with custom rules.

📝 Text

Diff, case conversion, slugify, word count, truncate with smart boundaries.

🌐 Web Utils

JWT decode/verify, URL parse, HTTP status lookup, user-agent parsing.

📦 JSON

Format, minify, diff, JSONPath query, convert to YAML/CSV/TOML.

🔗 Encode

Base64, URL, HTML — encode and decode in a single endpoint.

🕷️ Scrape

Playwright-powered web scraper. JavaScript rendering, selectors, markdown output.

📄 Publish

Publish HTML/Markdown/JSON to a shareable URL. Auto-expires in 24h.

Quick Start

# 1. Register
curl -X POST https://techtooldev.com/auth/register \
  -H "Content-Type: application/json" \
  -d '{"email":"you@example.com","password":"secure123"}'

# 2. Get an API key
curl -X POST https://techtooldev.com/auth/keys \
  -H "Content-Type: application/json" \
  -d '{"user_id":"YOUR_USER_ID","name":"my-agent"}'

# 3. Use any endpoint
curl -X POST https://techtooldev.com/v1/generate/uuid \
  -H "Authorization: Bearer atk_your_key_here"

# → {"data":{"uuid":"550e8400-e29b..."},"error":null}

Pricing

Free

$0
1,000 credits/mo
10 req/min

Indie

$9
50,000 credits/mo
60 req/min

Pro

$29
500,000 credits/mo
300 req/min

Enterprise

$99
5,000,000 credits/mo
1,000 req/min

All Endpoints

POST /v1/encode/base64
POST /v1/encode/url
POST /v1/encode/html
POST /v1/crypto/hash
POST /v1/crypto/hmac
POST /v1/crypto/encrypt
POST /v1/crypto/decrypt
POST /v1/crypto/bcrypt
POST /v1/generate/uuid
POST /v1/generate/ulid
POST /v1/generate/nanoid
POST /v1/generate/token
POST /v1/generate/password
POST /v1/json/format
POST /v1/json/minify
POST /v1/json/diff
POST /v1/json/query
POST /v1/json/convert
POST /v1/text/diff
POST /v1/text/case
POST /v1/text/slug
POST /v1/text/count
POST /v1/text/truncate
POST /v1/web/jwt/decode
POST /v1/web/jwt/verify
POST /v1/web/url-parse
POST /v1/web/basic-auth
POST /v1/web/http-status
POST /v1/web/user-agent
POST /v1/scrape
POST /v1/publish
GET /p/:id
GET /usage/stats
POST /auth/register
POST /auth/login