<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Reference on BrowserBee</title><link>https://browserbee.github.io/docs/reference/</link><description>Recent content in Reference on BrowserBee</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>© 2026 BrowserBee</copyright><atom:link href="https://browserbee.github.io/docs/reference/index.xml" rel="self" type="application/rss+xml"/><item><title>API overview</title><link>https://browserbee.github.io/docs/reference/api-overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://browserbee.github.io/docs/reference/api-overview/</guid><description>&lt;h2 class="relative group">Base URLs
 &lt;div id="base-urls" class="anchor">&lt;/div>
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#base-urls" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h2>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Environment&lt;/th>
 &lt;th>Base URL&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>Production&lt;/td>
 &lt;td>&lt;code>https://api.browserbee.com/api/v1&lt;/code>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Development&lt;/td>
 &lt;td>&lt;code>https://api-dev.browserbee.com/api/v1&lt;/code>&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>

&lt;h2 class="relative group">Resource groups
 &lt;div id="resource-groups" class="anchor">&lt;/div>
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#resource-groups" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h2>

&lt;h3 class="relative group">Health
 &lt;div id="health" class="anchor">&lt;/div>
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#health" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h3>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Method&lt;/th>
 &lt;th>Path&lt;/th>
 &lt;th>Purpose&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;code>GET&lt;/code>&lt;/td>
 &lt;td>&lt;code>/up&lt;/code>&lt;/td>
 &lt;td>Liveness probe&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>GET&lt;/code>&lt;/td>
 &lt;td>&lt;code>/ready&lt;/code>&lt;/td>
 &lt;td>Readiness probe&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>

&lt;h3 class="relative group">Browser profiles
 &lt;div id="browser-profiles" class="anchor">&lt;/div>
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#browser-profiles" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h3>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Method&lt;/th>
 &lt;th>Path&lt;/th>
 &lt;th>Purpose&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;code>GET&lt;/code>&lt;/td>
 &lt;td>&lt;code>/browsers&lt;/code>&lt;/td>
 &lt;td>List browser profiles&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>POST&lt;/code>&lt;/td>
 &lt;td>&lt;code>/browsers&lt;/code>&lt;/td>
 &lt;td>Create browser profile&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>GET&lt;/code>&lt;/td>
 &lt;td>&lt;code>/browsers/{profile_key}&lt;/code>&lt;/td>
 &lt;td>Get browser profile&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>PATCH&lt;/code>&lt;/td>
 &lt;td>&lt;code>/browsers/{profile_key}&lt;/code>&lt;/td>
 &lt;td>Update browser profile&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>PUT&lt;/code>&lt;/td>
 &lt;td>&lt;code>/browsers/{profile_key}&lt;/code>&lt;/td>
 &lt;td>Replace browser profile&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>DELETE&lt;/code>&lt;/td>
 &lt;td>&lt;code>/browsers/{profile_key}&lt;/code>&lt;/td>
 &lt;td>Delete browser profile&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>POST&lt;/code>&lt;/td>
 &lt;td>&lt;code>/browsers/{profile_key}/activate&lt;/code>&lt;/td>
 &lt;td>Mark profile as available&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>POST&lt;/code>&lt;/td>
 &lt;td>&lt;code>/browsers/{profile_key}/deprecate&lt;/code>&lt;/td>
 &lt;td>Mark profile as deprecated&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>

&lt;h3 class="relative group">Tokens
 &lt;div id="tokens" class="anchor">&lt;/div>
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#tokens" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h3>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Method&lt;/th>
 &lt;th>Path&lt;/th>
 &lt;th>Purpose&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;code>GET&lt;/code>&lt;/td>
 &lt;td>&lt;code>/tokens&lt;/code>&lt;/td>
 &lt;td>List active API tokens&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>POST&lt;/code>&lt;/td>
 &lt;td>&lt;code>/tokens&lt;/code>&lt;/td>
 &lt;td>Create API token with Basic auth&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>DELETE&lt;/code>&lt;/td>
 &lt;td>&lt;code>/tokens/{id}&lt;/code>&lt;/td>
 &lt;td>Revoke API token&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>

&lt;h3 class="relative group">Webhooks
 &lt;div id="webhooks" class="anchor">&lt;/div>
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#webhooks" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h3>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Method&lt;/th>
 &lt;th>Path&lt;/th>
 &lt;th>Purpose&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;code>GET&lt;/code>&lt;/td>
 &lt;td>&lt;code>/webhooks&lt;/code>&lt;/td>
 &lt;td>List registered webhooks&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>POST&lt;/code>&lt;/td>
 &lt;td>&lt;code>/webhooks&lt;/code>&lt;/td>
 &lt;td>Register a webhook&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>DELETE&lt;/code>&lt;/td>
 &lt;td>&lt;code>/webhooks/{id}&lt;/code>&lt;/td>
 &lt;td>Deactivate a webhook&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>

&lt;h2 class="relative group">Common response patterns
 &lt;div id="common-response-patterns" class="anchor">&lt;/div>
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#common-response-patterns" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h2>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Status&lt;/th>
 &lt;th>Meaning&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;code>200&lt;/code>&lt;/td>
 &lt;td>Successful read or state transition&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>201&lt;/code>&lt;/td>
 &lt;td>Resource created&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>204&lt;/code>&lt;/td>
 &lt;td>Resource removed or revoked without a body&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>401&lt;/code>&lt;/td>
 &lt;td>Missing or invalid credentials&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>404&lt;/code>&lt;/td>
 &lt;td>Resource was not found&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;code>422&lt;/code>&lt;/td>
 &lt;td>Validation failed&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>

&lt;h2 class="relative group">Schemas worth knowing
 &lt;div id="schemas-worth-knowing" class="anchor">&lt;/div>
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none">
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#schemas-worth-knowing" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h2>
&lt;p>The most important BrowserBee response objects for customer integrations are:&lt;/p></description></item></channel></rss>