DevFlow provides a standardized, high-performance JSON API for all 103 developer tools. Integrate formatting, encoding, and transformation logic directly into your workflows.
https://wtool.dev/api/toolsAll endpoints return a standardized JSON response with output,error, and tool-specific metadata.
Free usage is subject to rate limits. For high-volume production use, you'll need an API key available through our Pro and Team plans.
Execute your saved pipelines headlessly over HTTP with encrypted secret injection and masked audit logs.
{
"success": true,
"runId": "run_01hx9abc123",
"durationMs": 48,
"output": {
"status": "processed",
"userId": "usr_9981"
},
"steps": [
{
"nodeId": "node_1",
"toolSlug": "json-parser",
"status": "success",
"durationMs": 12
}
]
}input (optional, string) — Payload or text passed to the initial input node.variables (optional, object) — Dynamic key-value pairs substituting {{variableName}} in node options.Send test HTTP payloads from Stripe, GitHub, or any service to your unique ephemeral webhook endpoint to inspect headers, queries, and bodies in real time.
Store sensitive API keys, database credentials, and authorization tokens with military-grade AES-256-GCM encryption.
Define secrets in Settings > Secrets. Reference them anywhere in node headers, URLs, or options using the {{secrets.KEY_NAME}} tag.
Zero-leak guarantee: Secret values are decrypted only inside memory during execution and automatically scrubbed (***) from step results, log streams, and audit databases.
Scan HTML for WCAG accessibility issues with AI-powered fix suggestions.
Model and compare LLM API spend across 120+ providers for any workload with prompt caching and batch pricing.
Build structured LLM prompts with per-section token counting, variable injection, and provider-aware exports for OpenAI, Anthropic, and Google.
Count tokens and estimate API costs for 100+ LLMs with exact BPE and provider tokenization.
Build and test HTTP API requests with headers, body, auth, and response visualization.
Encode and decode Base64 strings, files, and data URIs instantly.
Analyze and visualize JavaScript bundle sizes with optimization suggestions.
Calculate IPv4/IPv6 subnets, network/broadcast addresses, usable IP ranges, wildcard masks, and visual bitwise subnet splitting.
Convert colors between HEX, RGB, HSL, oklch, CMYK, and 16+ formats instantly.
Parse, validate, explain, and build cron expressions with next run times and visual timeline.
Build and validate Content Security Policy headers with security scoring.
Generate CSS keyframe animations with visual preview and easing functions.
Format, minify, and validate CSS with property sorting and SCSS conversion.
Test CSS selectors against HTML with real-time matching and specificity analysis.
Convert CSV/TSV to JSON and JSON to CSV with type inference and multiple output formats.
Convert cURL commands to idiomatic code across 14 programming languages instantly.
Check DMARC, SPF & DKIM records for any domain, get an authentication score, and generate SPF/DMARC records.
Look up DNS records for any domain — A, AAAA, MX, TXT, NS, SOA, SRV, CAA, and more.
Convert docker-compose.yml to Kubernetes Deployment, Service, ConfigMap, and PVC manifests.
Lint, validate, format, and optimize Dockerfiles with Hadolint-compatible rules, security checks, and multi-stage analysis.
Look up domain registration info — registrar, dates, name servers, and status.
Parse, validate, and convert .env files between JSON, YAML, Docker, and Kubernetes formats.
Generate multi-size ICO, SVG, Apple Touch, and PWA favicons from images, text, or emojis.
Visually resolve Git merge conflicts by picking current, incoming, or both versions.
Validate, format and summarize GitHub Actions workflow YAML files against official schemas.
Build and test GraphQL queries with schema introspection and AI suggestions.
Generate TypeScript types from GraphQL SDL schema definitions.
Analyze HAR files, inspect slow/failed requests, generate replayable curl/fetch code.
Convert HAR files to Postman Collection v2.1 JSON for API testing.
Generate and verify cryptographic hashes with multiple algorithms.
Encode and decode HTML entities with named, numeric, and hex modes.
Format, minify, and validate HTML with attribute sorting and template support.
Convert HTML to Markdown with support for GFM, CommonMark, and Obsidian syntax.
Analyze HTTP response headers for security, caching, and compliance issues.
Compress and optimize images to reduce file size without noticeable quality loss.
Convert images between WebP, AVIF, PNG, and JPEG formats in your browser with batch processing.
Look up geolocation, network, and security details for any IP address.
Reverse DNS lookup — resolve PTR records to find hostnames for any IPv4 or IPv6 address.
Interactive jq expression tester, filter builder, and JSON transformer powered by WebAssembly.
Format, minify, and validate JavaScript code instantly.
Prettify, minify, and validate JSON data instantly.
Query and extract data from JSON documents using JSONPath.
Repair and fix malformed JSON data from AI outputs, API responses, and copy-paste.
Render Draft-07 / 2020-12 JSON Schemas into interactive visual trees, documentation diagrams, and realistic mock data.
Convert JSON configuration objects to .env files, Docker env, or Kubernetes ConfigMaps.
Convert JSON to C# classes with System.Text.Json or Newtonsoft serialization.
Convert JSON to null-safe Dart classes with json_serializable & fromJson constructors.
Convert JSON to Go structs with json tags and idiomatic naming.
Convert JSON arrays to Apache Parquet columnar format using DuckDB WASM, right in your browser.
Generate Protocol Buffer (.proto) schema definitions from JSON objects.
Convert JSON and JSON Schema into typed Pydantic v2 and v1 BaseModel classes for FastAPI, Django Ninja, and Python applications.
Convert JSON into idiomatic Rust structs with Serde Serialize and Deserialize derive macros.
Convert JSON arrays to SQL CREATE TABLE and INSERT statements.
Convert JSON to TypeScript interfaces or type aliases instantly.
Generate TypeScript interfaces, Zod schemas, and Valibot schemas from JSON.
Convert JSON to Zod schema definitions with automatic TypeScript type inference.
Convert between JSONL (JSON Lines / NDJSON) and standard JSON arrays with auto-detection.
Decode, inspect, and validate JWT tokens with claim and signature analysis.
Validate, lint, and format Kubernetes manifests against structure rules, deprecated APIs, and security best practices.
Generate JSON Schema for LLM structured outputs — OpenAI, Anthropic, Gemini, Ollama.
Convert tool and function calling definitions between OpenAI, Anthropic, Gemini, MCP, Vercel AI SDK, TypeScript, and Pydantic.
Generate placeholder text in multiple formats and styles instantly.
Preview and render Markdown with GFM, math, Mermaid diagrams, and export options.
Validate, format, test, and debug Model Context Protocol (MCP) server schemas and tool definitions.
Generate SEO meta tags, Open Graph, Twitter Cards, and JSON-LD structured data.
Generate realistic fake JSON data from schemas, field templates, or sample data for testing and prototyping.
Generate Nginx, Caddy & Apache reverse proxy configs with SSL & presets
Validate Nginx configuration syntax, reverse proxy rules, and SSL security
Convert numbers between binary, octal, decimal, hexadecimal and custom bases.
Convert OpenAPI/Swagger specs to Postman Collection v2.1 JSON.
Convert OpenAPI 3 & Swagger specs (YAML/JSON) to Python Pydantic models
Convert OpenAPI/Swagger specs (JSON or YAML) to TypeScript interfaces, types, or Zod schemas.
Validate, format, and summarize OpenAPI/Swagger specifications.
Visualize and analyze OpenTelemetry (OTel), Jaeger, and Zipkin traces with an interactive Gantt waterfall, critical path, and latency breakdown.
Generate secure passwords, passphrases, and PINs with real-time strength analysis.
Convert Postman Collection v2.1 JSON to OpenAPI 3.0.0 specification.
Scan prompts, code, and text for prompt injection patterns, secret leaks, unsafe instructions, and PII exposure.
Parse and inspect Protocol Buffer .proto files — view message structures, field types, enums, and services.
Validate manifest.json, inspect service worker config, and flag installability issues.
Generate QR codes for URLs, Wi-Fi, contacts, events, and more with custom styles.
Trace URL redirect chains and detect 301, 302, 307, and 308 redirects.
Break down any regex into plain English, token by token.
Test, debug, and explain regular expressions with real-time match highlighting.
Preview web pages across multiple device viewports instantly.
Resolve minified stack traces back to original source code using source maps.
Format, minify, and validate SQL queries with dialect support.
Open and query SQLite databases, CSV, and JSON files with full SQL — 100% private in your browser.
Decode PEM & X.509 certificates offline or inspect live SSL/TLS certificate chains with expiration countdowns and health checks.
Parse, format, and analyze error stack traces with root cause isolation.
Optimize, minify, and clean SVG files with configurable SVGO presets.
Generate production-ready, hardened systemd service unit files with CLI commands
Detect frameworks, CMS platforms, analytics, and server technologies used by any website.
Convert text between 20+ case formats: camelCase, snake_case, kebab-case, Title Case, and more.
Compare two text blocks and highlight exactly what changed.
Convert between Unix timestamps, ISO 8601, and human-readable dates instantly.
Convert between time zones and find the best meeting times across cities.
Convert between TOML and JSON formats with syntax validation, key sorting, and auto-direction detection.
Encode, decode, and parse URLs and query strings instantly.
Generate, validate, and decode UUIDs, ULIDs, and Nano IDs instantly.
Generate a unique URL, capture webhook requests, inspect headers & body, and replay them.
Connect to WebSocket endpoints (ws:// or wss://) in real time to inspect frames, measure latency, test heartbeats, and debug payloads.
Format, beautify, validate, minify, and convert XML to JSON with syntax highlighting.
Convert between JSON and YAML with validation, formatting, and multi-document support.
Integrate 103+ high-performance developer utilities into your own applications today.