Integration surfaces for developers + agents

APIs, Skills, and Agent Integration

All 200+ tools are accessible in the browser. For programmatic use, 64 tools have dedicated REST APIs — no authentication required. All API tools are also accessible via the unified runtime endpoint.

Dedicated REST APIs

64 tools with their own OpenAPI-first endpoints. No auth, CORS enabled, 50 req/day free.

curl "https://aidevhub.io/api/token-counter/?text=Hello+world"

Browse all APIs →

Unified runtime

All 64 API tools also accessible via a single POST endpoint with JSON input/output.

curl -X POST https://aidevhub.io/api/tools/run/ \
  -H "Content-Type: application/json" \
  -d '{"toolId":"url-metadata-extractor","input":{"a":"https://example.com"}}'

Machine-readable endpoints

WebMCP (browser agent protocol)

9 curated tools are registered via the WebMCP manifest for AI agents that support the W3C Web Model Context Protocol. Tools run client-side in the browser via navigator.modelContext.

Try the WebMCP Playground →

Policy and support

Usage is governed by Terms, Acceptable Use, and Privacy.