すべて新機能改善修正
新機能

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に、その呼び出しにかかったコストを示すx-foura-credits headerが含まれるようになりました。Dashboardに新しく追加されたBudgetビューでは、クレジットの消費内訳をAPI key、ドメイン、クライアントIPごとにタイムラインチャートで確認でき、Playgroundでも各responseに同様の情報が表示されるため、スケールアップ前にワークロードの規模を見積もることができます。

新機能

FourAブログが7言語に対応

ブログのすべての投稿が、英語、ブルガリア語、ドイツ語、ポーランド語、ベトナム語、中国語、およびアラビア語で表示されるようになりました。コードブロック、Markdown、およびリンクはそのまま保持され、検索ではローカライズされたタイトルが返されます。

新機能

アラビア語に対応(RTLサポート)

メインサイトが完全なRTL(右から左)レイアウトでアラビア語表示に対応し、対応ロケールは7つになりました。ブラウザの言語設定がアクセスしたページと一致しない場合、細いバナーが表示され、言語の切り替えを提案します。

新機能

BrowserがインタラクティブなTurnstileをエンドツーエンドで突破

インタラクティブなチャレンジウィジェット(一般的なのはマネージドなTurnstileパターンです)でrequestをブロックしているサイトは、unblocker: trueを指定してBrowserを呼び出すと、レンダリングされたHTMLを返すようになりました。以前はチャレンジページを返していた、保護されていることが確認されているサイトに対して、エンドツーエンドで検証済みです。

新機能

サイトとPlaygroundが6言語に対応

ヘッダーの地球儀アイコンから言語を選択してください。サイトとPlaygroundがブルガリア語、中国語、ドイツ語、ポーランド語、ベトナム語、英語に対応し、ブックマークや共有が可能なロケール対応のURLが利用可能になりました。

新機能

Playgroundで任意のActivity行をリプレイ

保存されたペイロードを持つすべてのActivity行がクリック可能になりました。ダイアログには完全なrequestとresponseが表示されます(整形表示、コピーボタン付き。bodyが生成される前にエラーとなったrequestには明確なメッセージが表示されます)。「Open in Playground」をクリックすると、その呼び出しが正確にフォームへロードされ、アーカイブされたresponseがすでにレンダリングされた状態になります。これにより、パラメータを微調整して、再構築することなく再実行できます。保存されたペイロードの保存期間は24時間で、キーごとに直近の200件まで保持されます。

新機能

作成後のAPIキー表示

本日以降に作成するキーは、API Keysページとプレイグラウンドのcurl再現ツールの両方で、いつでも表示できます。目のアイコンをクリックして確認すると、キーの全体が15秒間表示された後、自動的に非表示になります(表示履歴はすべて監査ログに記録されます)。これより前に作成された古いキーは、引き続き1回のみ表示可能です。表示可能にするには、古いキーを再生成してください。

新機能

MCPサーバーがmcp.foura.aiで稼働開始

MCP互換のクライアントから https://mcp.foura.ai/mcp に接続し、FourAの API key で認証します。LLMが直接呼び出せるツールとして、Single、Proxy Finder、Browserが利用可能になります。Claude Desktop、Claude Code、およびMCPプロトコルに対応するその他のクライアントで動作します。セットアップガイド →