browser-gateway
REST API

Profiles

Create, export, import, delete stored browser profiles.

Manage profiles stored on disk. Profiles hold cookies + localStorage + IndexedDB, encrypted at rest with a key you control. See Profiles for the conceptual model.

Endpoints

MethodPathDescription
GET/v1/profiles
DELETE/v1/profiles/:id
GET/v1/profiles/:id
GET/v1/profiles/:id/export
POST/v1/profiles/create
POST/v1/profiles/import
POST/v1/profiles/setupEnable-Profiles wizard. appends a profiles block to gateway.yml AND flips the live config.profiles.enabled so any subsequent writeConfig call (provider add/edit/delete) doesn't overwrite the new block. Restart is still required for the gateway to actually bootstrap profiles.

Source

On this page