API Key Authentication
The simplest way to authenticate is using an API key:
const bshEngine = new BshEngine({
host: 'https://your-instance.com',
apiKey: 'your-api-key'
});The API key will be automatically included in all requests as the X-BSH-APIKEY header.