<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Getting started on BrowserBee</title><link>https://browserbee.github.io/docs/getting-started/</link><description>Recent content in Getting started on BrowserBee</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>© 2026 BrowserBee</copyright><atom:link href="https://browserbee.github.io/docs/getting-started/index.xml" rel="self" type="application/rss+xml"/><item><title>Quickstart</title><link>https://browserbee.github.io/docs/getting-started/quickstart/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://browserbee.github.io/docs/getting-started/quickstart/</guid><description>&lt;h2 class="relative group">Before you begin
 &lt;div id="before-you-begin" 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="#before-you-begin" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h2>
&lt;p>Make sure you have:&lt;/p>
&lt;ul>
&lt;li>your BrowserBee account email and password&lt;/li>
&lt;li>network access to the BrowserBee API&lt;/li>
&lt;li>a terminal with &lt;code>curl&lt;/code> available&lt;/li>
&lt;/ul>
&lt;p>BrowserBee currently publishes these API base URLs:&lt;/p></description></item><item><title>Authentication</title><link>https://browserbee.github.io/docs/getting-started/authentication/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://browserbee.github.io/docs/getting-started/authentication/</guid><description>&lt;h2 class="relative group">Authentication modes
 &lt;div id="authentication-modes" 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="#authentication-modes" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h2>
&lt;p>BrowserBee currently uses two authentication patterns:&lt;/p>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Use case&lt;/th>
 &lt;th>Authentication mode&lt;/th>
 &lt;th>Endpoint examples&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>Create an API token&lt;/td>
 &lt;td>HTTP Basic&lt;/td>
 &lt;td>&lt;code>POST /tokens&lt;/code>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>Normal API operations&lt;/td>
 &lt;td>Bearer token&lt;/td>
 &lt;td>&lt;code>/browsers&lt;/code>, &lt;code>/tokens/{id}&lt;/code>, &lt;code>/webhooks&lt;/code>&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>

&lt;h2 class="relative group">Creating tokens with Basic auth
 &lt;div id="creating-tokens-with-basic-auth" 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="#creating-tokens-with-basic-auth" aria-label="Anchor">#&lt;/a>
 &lt;/span>
 
&lt;/h2>
&lt;p>Use your BrowserBee account email and password when creating a new token:&lt;/p></description></item></channel></rss>