From 62fa5963be727f717344c2f0e7025c18930423bf Mon Sep 17 00:00:00 2001 From: Ulzii Otgonbaatar Date: Thu, 21 May 2026 10:35:26 -0600 Subject: [PATCH 1/3] docs: add hCaptcha beta page Co-authored-by: Cursor --- browsers/bot-detection/hcaptcha.mdx | 17 +++++++++++++++++ docs.json | 1 + 2 files changed, 18 insertions(+) create mode 100644 browsers/bot-detection/hcaptcha.mdx diff --git a/browsers/bot-detection/hcaptcha.mdx b/browsers/bot-detection/hcaptcha.mdx new file mode 100644 index 0000000..c9be3e7 --- /dev/null +++ b/browsers/bot-detection/hcaptcha.mdx @@ -0,0 +1,17 @@ +--- +title: "hCaptcha" +--- + +Kernel's hCaptcha solver is a beta feature for teams that need help handling hCaptcha challenges in browser automations. + +When enabled for your organization, Kernel can attempt to solve supported hCaptcha challenges automatically from Kernel browsers. This is useful for permitted automation where hCaptcha appears as part of a normal browser workflow, such as QA, account operations, or user-authorized agent tasks. + + +The hCaptcha solver is in beta and isn't enabled for all organizations by default. + + +## Get access + +To use the hCaptcha solver, [contact Kernel support](/info/support) and ask to have the hCaptcha beta enabled for your organization. + +Include the website or workflow you're testing, your expected volume, and whether you're already using [stealth mode](/browsers/bot-detection/stealth), [profiles](/auth/profiles), or custom [proxies](/proxies/overview). This helps us confirm the right setup for your use case. diff --git a/docs.json b/docs.json index d56d541..ff068a1 100644 --- a/docs.json +++ b/docs.json @@ -126,6 +126,7 @@ "pages": [ "browsers/bot-detection/overview", "browsers/bot-detection/stealth", + "browsers/bot-detection/hcaptcha", { "group": "Proxies", "pages": [ From 3d784dc1814491e1d1589d441793018fe69b3e57 Mon Sep 17 00:00:00 2001 From: Ulzii Otgonbaatar Date: Thu, 21 May 2026 10:51:59 -0600 Subject: [PATCH 2/3] docs: fix hCaptcha support link Co-authored-by: Cursor --- browsers/bot-detection/hcaptcha.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/bot-detection/hcaptcha.mdx b/browsers/bot-detection/hcaptcha.mdx index c9be3e7..de28376 100644 --- a/browsers/bot-detection/hcaptcha.mdx +++ b/browsers/bot-detection/hcaptcha.mdx @@ -12,6 +12,6 @@ The hCaptcha solver is in beta and isn't enabled for all organizations by defaul ## Get access -To use the hCaptcha solver, [contact Kernel support](/info/support) and ask to have the hCaptcha beta enabled for your organization. +To use the hCaptcha solver, [contact Kernel support](/docs/info/support) and ask to have the hCaptcha beta enabled for your organization. Include the website or workflow you're testing, your expected volume, and whether you're already using [stealth mode](/browsers/bot-detection/stealth), [profiles](/auth/profiles), or custom [proxies](/proxies/overview). This helps us confirm the right setup for your use case. From ac90c515a80d9a647744689f29f7d4fdd7aae84a Mon Sep 17 00:00:00 2001 From: Ulzii Otgonbaatar Date: Thu, 21 May 2026 11:03:17 -0600 Subject: [PATCH 3/3] docs: use absolute hCaptcha support URL Co-authored-by: Cursor --- browsers/bot-detection/hcaptcha.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/bot-detection/hcaptcha.mdx b/browsers/bot-detection/hcaptcha.mdx index de28376..b332185 100644 --- a/browsers/bot-detection/hcaptcha.mdx +++ b/browsers/bot-detection/hcaptcha.mdx @@ -12,6 +12,6 @@ The hCaptcha solver is in beta and isn't enabled for all organizations by defaul ## Get access -To use the hCaptcha solver, [contact Kernel support](/docs/info/support) and ask to have the hCaptcha beta enabled for your organization. +To use the hCaptcha solver, [contact Kernel support](https://www.kernel.sh/docs/info/support) and ask to have the hCaptcha beta enabled for your organization. Include the website or workflow you're testing, your expected volume, and whether you're already using [stealth mode](/browsers/bot-detection/stealth), [profiles](/auth/profiles), or custom [proxies](/proxies/overview). This helps us confirm the right setup for your use case.