全部新增改进修复
新增

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 消耗的 credit

现在,每个 API response 都包含一个 x-foura-credits header,用于显示该次调用的 credit 消耗。Dashboard 中新增的 Budget 视图通过时间线图表,按 API key、domain 和客户端 IP 拆分 credit 消耗,同时 Playground 也会在每个 response 中显示相同的信息,以便您在扩大规模前评估工作负载。

新增

FourA 博客现已支持七种语言

博客上的每篇文章现在均可渲染为英文、保加利亚文、德文、波兰文、越南文、中文和阿拉伯文。代码块、markdown 和链接均完整保留,搜索则返回本地化标题。

新增

阿拉伯语上线(支持 RTL)

主站现在支持以阿拉伯语渲染,并提供完整的 RTL 布局,使 locale 列表达到七个。如果您的浏览器语言与您访问的页面不匹配,系统会通过窄横幅提示您进行切换。

新增

Browser 端到端解决交互式 Turnstile

当你调用 Browser 并设置 unblocker: true 时,那些通过交互式挑战组件拦截 request 的网站(常见的是托管式 Turnstile 模式)现在会返回渲染后的 HTML。已针对此前会返回挑战页面的已知受保护网站进行了端到端验证。

新增

网站与 Playground 支持六种语言

从页眉的地球图标选择您的语言。网站和 Playground 现在支持保加利亚语、中文、德语、波兰语、越南语和英语,并提供支持区域设置的 URL,方便您添加书签或分享。

新增

在 Playground 中重放任意 Activity 行

每个包含已存储 payload 的 Activity 行现在均可点击:对话框会显示完整的 request 和 response(格式化显示,配有复制按钮,并对在生成 body 之前出错的 request 提供清晰的提示信息)。点击 'Open in Playground' 即可将该次调用精确加载回表单中,并已渲染其归档的 response,方便您调整参数并重新运行,无需重新构建。已存储的 payload 将保留 24 小时,每个 key 最多保留最新的 200 条。

新增

创建后可查看 API key

您从今天起创建的 key 可以随时查看,无论是在 API Keys 页面还是在 playground 的 curl 重现器中。点击眼睛图标并确认,完整的 key 将显示 15 秒,随后会自动清除(每次查看都会记录在审计日志中)。较旧的 key 仍保持仅限一次性查看,重新生成任何旧 key 即可使其变为可随时查看。

新增

MCP server 已上线至 mcp.foura.ai

将任何兼容 MCP 的客户端指向 https://mcp.foura.ai/mcp,并使用您的 FourA API key 进行身份验证。您将获得 Single、Proxy Finder 和 Browser,作为您的 LLM 可以直接调用的工具。支持 Claude Desktop、Claude Code 以及任何其他支持 MCP 协议的客户端。设置指南 →