ВсеНовоеУлучшеноИсправлено
Новое

Credits overview in Dashboard

The Overview page now shows a Credits panel with your total credits used plus a per-product breakdown (Single, Proxy, Browser). Big numbers stay compact (like 29.7M) and hovering reveals the exact value. Respects your active filters and time range.

Новое

MCP Server: new landing page and connect flow

There's now a dedicated home for the FourA MCP Server at foura.ai/mcp. Pick your client (Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, or the hosted remote server), copy the config, or install with one click through the Add-to-Cursor and Install-in-VS-Code deeplinks. Four tools ship with it: foura_auto, foura_single, foura_proxy, and foura_browser.

Новое

Auto handles geo-gated sites automatically

Some targets only respond to specific countries (regional sportsbooks, marketplaces with geo restrictions). Auto now notices when a site is geo-gated, remembers which countries return real responses, and pulls fresh exits from those countries on later calls. Concurrent load also spreads across the allowed set, so one exit doesn't take the whole load and get rate-limited.

Новое

Playground supports Auto mode

The API Playground in your Dashboard now has Auto as a top-level Mode, alongside the Product row (Single, Browser, Proxy Finder). You can try the cost-aware ladder and session amortization end-to-end, set timeout_ms for the total budget, and pass ignoreProxies directly from the UI. Picking Auto switches off the per-product engines and vice versa.

Новое

Auto accepts timeout_ms and ignoreProxies

Two controls from the per-product endpoints landed on Auto. timeout_ms (5s to 180s, default 120s) is now the total budget for the whole call; the orchestrator portions it across internal rungs so one sub-call can't eat your entire window. ignoreProxies lets you pass a list of proxy IDs Auto should skip, honoured across warm sessions, the good-exit probe, and the new-exit search.

Новое

Six new languages, 13 total

Spanish, French, Japanese, Korean, Portuguese, and Russian joined the existing seven languages. The main site, the blog, the docs, and this Updates Portal all read in 13 languages now. Pick from the globe switcher in the header; your choice carries across surfaces via a shared cookie.

Новое

Auto endpoint in the Dashboard playground

The Dashboard playground now has an Auto tab. Paste a URL, hit Send, watch Auto crack it. You can set your own success criteria via the Validate group, and a URL history typeahead suggests previously-used URLs as you type (one shared list across all endpoints, capped at the last 50). Non-applicable fields hide per engine, so each tab shows only the inputs it actually uses.

Новое

Узнайте стоимость каждого request в кредитах

Каждый API response теперь содержит header x-foura-credits, показывающий стоимость этого вызова. Новый раздел Budget в Dashboard детализирует расходы кредитов по API key, домену и client IP на временном графике, а Playground показывает то же самое для каждого response, чтобы вы могли оценить нагрузку перед масштабированием.

Новое

Блог FourA теперь доступен на семи языках

Каждый пост в блоге теперь отображается на английском, болгарском, немецком, польском, вьетнамском, китайском и арабском языках. Блоки кода, markdown и ссылки сохранены, а поиск возвращает локализованные заголовки.

Новое

Арабский язык онлайн (с RTL)

Основной сайт теперь отображается на арабском языке с полной поддержкой RTL, что увеличило список локалей до семи. Если язык вашего браузера не совпадает с языком открытой страницы, узкий баннер предложит переключить локаль.

Новое

Browser решает интерактивный Turnstile end-to-end

Сайты, которые защищают request интерактивным challenge-виджетом (наиболее распространенным шаблоном является managed Turnstile), теперь возвращают отрендеренный HTML при вызове Browser с unblocker: true. Проверено end-to-end на известных защищенных сайтах, которые ранее возвращали страницу проверки.

Новое

Сайт и Playground на шести языках

Выберите язык с помощью иконки глобуса в header. Сайт и Playground теперь доступны на болгарском, китайском, немецком, польском, вьетнамском и английском языках, с URL с поддержкой локали, которые можно добавить в закладки или которыми можно поделиться.

Новое

Воспроизведение любой строки Activity в Playground

Каждая строка Activity с сохраненным payload теперь кликабельна: в диалоговом окне отображаются полные request и response (в отформатированном виде, с кнопками копирования и понятными сообщениями для request, которые завершились с ошибкой до формирования body). Нажмите 'Open in Playground', чтобы загрузить этот вызов обратно в форму с уже отображенным архивным response, что позволит вам изменить параметры и запустить его снова без повторной настройки. Сохраненные payload хранятся 24 часа, до 200 последних на один ключ.

Новое

Просмотр API-ключей после создания

Ключи, созданные начиная с сегодняшнего дня, можно посмотреть в любое время, как на странице API Keys, так и внутри curl reproducer в playground. Нажмите на иконку глаза, подтвердите действие, и полный ключ отобразится на 15 секунд, а затем автоматически скроется (каждый просмотр записывается в журнал аудита). Более старые ключи остаются доступными для просмотра только один раз; перевыпустите любой старый ключ, чтобы сделать его доступным для просмотра.

Новое

MCP-сервер доступен на mcp.foura.ai

Направьте любой MCP-совместимый клиент на https://mcp.foura.ai/mcp и пройдите аутентификацию с помощью вашего API-ключа FourA. Вы получите Single, Proxy Finder и Browser в качестве инструментов, которые ваша LLM сможет вызывать напрямую. Работает с Claude Desktop, Claude Code и любым другим клиентом, поддерживающим протокол MCP. Руководство по настройке →