Home/Agents
use cases · agent payments

What your agent can do with tools402.

Real workflows, real costs, real settlement. Each card below lists the stack, the endpoints, and the typical USDC cost per run. Pick one, wire your agent, pay per call — or assemble several into a bundle.

R
LangChain · openai-functions

Research assistant agent

Agent qui prend une question, cherche, extrait les sources, résume et retourne une réponse citée et structurée. Idéal pour due diligence, veille sectorielle, prep d'entretien.

/v1/search_web + /v1/extract_web + /v1/text_summarize + /v1/_bundles/research_agent/purchase
LangChain ~$0.50/ run
D
MCP · Claude Desktop

Document processing agent

Agent qui ingère un PDF, extrait le texte, redact les PII (RGPD-ready), résume, retourne un JSON propre. Bundle prepaid pour des batches haute fréquence.

/v1/ocr + /v1/pdf_text + /v1/text_redact_pii + /v1/_bundles/document_agent/purchase
MCP ~$0.30/ doc
V
Custom · Python

Voice clone agent

Agent qui clone une voix à partir d'un sample 20s, puis génère du TTS multilingue dans cette voix. Idéal pour personas IA cohérents cross-langues.

/v1/audio_voice_clone + /v1/tts + /v1/_bundles/voice_agent/purchase
Custom ~$1.00/ voice
W
CrewAI · multi-agent

Web automation agent

Agent CrewAI qui browse un site complexe avec JS, prend des screenshots à chaque étape, extrait la data, retourne un flux structuré. Playwright managé chez nous.

/v1/agent/browse + /v1/screenshot + /v1/scrape_js
CrewAI ~$0.10/ session
$
LangChain · finance

Trading research agent

Agent qui analyse une action — cours temps réel, fondamentaux, contexte, news — output une note de synthèse avec niveau de confiance + sources.

/v1/finance_stock_quote + /v1/finance_company_info + /v1/llm_claude_3_7_sonnet
LangChain ~$0.05/ analysis
C
Custom · compliance

Compliance agent

Agent qui prend un nom d'entité EU et vérifie en parallèle EU sanctions + IBAN + VAT + SIREN. Retour : statut compliance + flags + sources.

/v1/eu_sanctions_check + /v1/iban_validate + /v1/vat_validate + /v1/siren_fetch
Custom ~$0.02/ check
S
AutoGPT · sandbox

Code execution agent

Agent qui génère du code Python, l'exécute dans une microVM Firecracker, capture stdout/stderr/files, itère. Sandbox isolée per-call.

/v1/agent/sandbox + /v1/llm_claude_3_7_sonnet
AutoGPT ~$0.015/ exec
J
Custom · classification

Judge agent · 5 LLMs vote

5 LLMs en parallèle votent sur une classification (toxicité, spam, qualité de réponse). Retour : verdict + ballot breakdown. Réduit les hallucinations mono-modèle.

/v1/agent/judge
Custom ~$0.030/ vote
M
Custom · memory

Memory agent · Pinecone

Agent qui possède sa propre namespace Pinecone serverless scoped au wallet. Read/write/upsert/query d'embeddings, persistant entre sessions.

/v1/agent/memory
Custom ~$0.003/ op
build your own

Three steps to wire your agent.

Aucun framework imposé. La seule contrainte : ton agent doit savoir signer une transaction USDC sur Base. Le reste est plain HTTP.

01
Pick endpointsBrowse the 157-routes catalog. Filter by category, by price tier. Each card has a copy-paste curl.
/docs
02
Wire your agentcurl · Python · Node · MCP · LangChain · CrewAI · n8n — 7 official runtimes. Or bring your own.
/docs/integrations
03
Pay per callFund a Base wallet with $1 of USDC. $1 = ~2 000 trivial calls. Settle in 1.2 s. No subscription.
/pricing