Skip to Content
🎉 New release with new features and improvements! V0.0.2 Release →

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.