⚡ x402-native · USDC on Base mainnet
🏪 Listed on Coinbase Agentic.market

IteraTools on Agentic.market

5 premium tools available as x402-native endpoints. Pay per call in USDC on Base — no signup, no API key, no monthly fee. Compatible with @x402/fetch.

Listed tools

Selected for high value, heavy compute, and strong demand from agent developers.

Tool Endpoint Price (USDC) Use cases
Video Generation
Short clips from text via Kling AI. Returns public MP4 URL.
POST /video/generate 0.050
social media agentsproduct demosmarketing automation
WhatsApp Messaging
Outbound template messages via Meta Cloud API. Includes Meta's per-conversation fee.
POST /whatsapp/send 0.070
e-commerce notificationslead nurturingappointment reminders
Structured Web Extraction
Scrape any page, get back structured JSON matching your schema. GPT-4o-mini powered.
POST /extract/structured 0.010
price monitoringjob listing aggregationnews agents
Browser Automation
Multi-step Playwright actions on a real Chromium browser. Returns result + screenshot URL.
POST /browser/act 0.005
form submissionlogin flowsUI testing agents
Code Execution Sandbox
Python, JS, or bash in an isolated E2B sandbox. Returns stdout, stderr, generated files.
POST /code_execute 0.005
data analysis agentscode reviewdynamic reports

Quickstart with @x402/fetch

No API key needed. Pay directly from any Base wallet.

import { wrapFetch } from '@x402/fetch'; const fetch = wrapFetch({ wallet: 'YOUR_PRIVATE_KEY_OR_VIEM_WALLET', network: 'base', }); // Generate a video const res = await fetch('https://api.iteratools.com/video/generate', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ prompt: 'A robot coding at sunrise', duration: 5 }), }); const { data } = await res.json(); console.log(data.url); // https://cdn.iteratools.com/video/abc123.mp4

Discovery manifests

Machine-readable listings for x402 clients and agent frameworks.

Listing slug: iteratools · Agentic.market URL: https://agentic.market/iteratools

More than 5 tools

IteraTools has 159+ endpoints across image, video, audio, web, data, communication, and AI. All accept x402 or pre-paid API key.

Browse all tools → Read the docs