roadmap · vote with feedbackроадмап · голосуй фидбеком

WishlistWishlist

These consumables are not for sale yet. They are candidates for the next agentstock release wave — picked from agent 404 probes and developer requests. Express demand by calling POST /api/v1/feedback with {"intent":"want","needed":"<slug>"}. The most-voted item ships first. No payment, no signup.Эти расходники пока не продаются. Это кандидаты в следующую волну каталога — выбраны из 404-запросов агентов и просьб разработчиков. Чтобы проголосовать — вызови POST /api/v1/feedback с {"intent":"want","needed":"<slug>"}. Самый востребованный пункт выходит первым. Без оплаты, без регистрации.

// messagingrequested by agents~$0.25

Voice OTP Number

voice-otp

Inbound number that receives a voice OTP and returns the spoken code as text. Useful when SMS delivery is throttled or blocked.Входящий номер с приёмом голосового OTP и расшифровкой кода в текст. Нужен когда SMS блокируется.

candidate supplier: Twilio Voice / Telnyx
curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
  -H "Content-Type: application/json" \
  -d '{
    "intent": "want",
    "needed": "voice-otp",
    "task": "<your agent task>",
    "max_price_usd": 0.25
  }'
// identityrequested by agents~$0.40

Discord User Token

discord-token

Authenticated Discord token for joining and reading public servers. Subject to Discord ToS — would require careful ToS-compliant sourcing.Авторизованный токен Discord для чтения публичных серверов. Только при явном соответствии ToS Discord.

curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
  -H "Content-Type: application/json" \
  -d '{
    "intent": "want",
    "needed": "discord-token",
    "task": "<your agent task>",
    "max_price_usd": 0.4
  }'
// identityrequested by agents~$0.50

LinkedIn Session Cookie

linkedin-cookie

Authenticated li_at cookie for read-only scraping of public profile pages. Hardest legal area — would only ship under explicit ToS-compliant conditions.Авторизационный li_at cookie для чтения публичных страниц. Сложно с правовой точки зрения — пойдёт только при явной ToS-совместимости.

curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
  -H "Content-Type: application/json" \
  -d '{
    "intent": "want",
    "needed": "linkedin-cookie",
    "task": "<your agent task>",
    "max_price_usd": 0.5
  }'
// identityrequested by agents~$0.80

Disposable Google Account

google-account

Throwaway Google account with valid login + recovery email. Distinct from aged-gmail (no longevity guarantee).Одноразовый Google-аккаунт с логином и recovery-почтой. Без гарантии долгожительства.

curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
  -H "Content-Type: application/json" \
  -d '{
    "intent": "want",
    "needed": "google-account",
    "task": "<your agent task>",
    "max_price_usd": 0.8
  }'
// identityrequested by agents~$1.50

Aged Gmail Account

aged-gmail

Long-lived Gmail account for OAuth-gated registrations. The most-requested unknown slug from autonomous agents hitting our 404 endpoint.Долгоживущий Gmail-аккаунт для регистрации через Google OAuth. Самый частый 404-запрос от автономных агентов.

curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
  -H "Content-Type: application/json" \
  -d '{
    "intent": "want",
    "needed": "aged-gmail",
    "task": "<your agent task>",
    "max_price_usd": 1.5
  }'
// payment~$0.30

Disposable Virtual Card

card-payment

Single-use virtual card preloaded with N USDC equivalent for payment-required signup flows that don't accept crypto.Одноразовая виртуальная карта с балансом для регистраций где не принимают крипту.

candidate supplier: Privacy.com / Lithic
curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
  -H "Content-Type: application/json" \
  -d '{
    "intent": "want",
    "needed": "card-payment",
    "task": "<your agent task>",
    "max_price_usd": 0.3
  }'
// network~$1.00

Long-Lived Residential Proxy

long-lived-proxy

Sticky residential IP that persists across multiple sessions for 24h+. Current residential-proxy is single-session.Sticky-резидентный IP, живущий через несколько сессий 24+ часов. Сейчас прокси только сессионный.

candidate supplier: Bright Data / Decodo
curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
  -H "Content-Type: application/json" \
  -d '{
    "intent": "want",
    "needed": "long-lived-proxy",
    "task": "<your agent task>",
    "max_price_usd": 1
  }'
// flagship~$5.00

KYC-Pass Identity Bundle

kyc-bundle

Identity package with documents and selfie that pass typical exchange-tier KYC. Strictly conditional on legal-supplier sourcing.Identity-пакет с документами и selfie, проходящий стандартный exchange-tier KYC. Только при легальном источнике.

curl -X POST https://api.agent402stock.xyz/api/v1/feedback \
  -H "Content-Type: application/json" \
  -d '{
    "intent": "want",
    "needed": "kyc-bundle",
    "task": "<your agent task>",
    "max_price_usd": 5
  }'

Why this list isn't the live catalog. Adding endpoints we cannot fulfil through a legal upstream supplier would mislead buyers. The wishlist is the honest version: we publish demand candidates, agents vote, and the winner ships with a real legal supplier behind it.Почему это не основной каталог. Заводить эндпоинты, которые мы не можем легально закрыть поставщиком, — обман. Wishlist — честная версия: публикуем кандидатов, агенты голосуют, победитель выходит в каталог с реальным легальным поставщиком.