- Create a
.envusing the format in.env.examplewith your Browserbase API KEY. - Add the path to the
.zipwith the latest version for our browser extension toEXTENSION_PATH - Run
python upload_extension. This script will upload the zip and print anextension_idthat needs to be used when creating a browser session in Browserbase.
- Make sure to update the .env to have the valid
BROWSERBASE_API_KEY,BROWSERBASE_PROJECT_IDandBROWSERBASE_EXTENSION_ID. The browser extension id must be the one from the previous steps. - By default the extension loads a token that will substitute any CC data for a valid Stripe Sandbox url (using the valid
4242 4242 4242 4242credit card number). - You can use our playground to tokenize credit card data and use that credit card token in our extension (
cct_sandbox_....) withSC_PAYMENT_TOKEN.