import BrainbaseLabs from 'brainbase-labs';
const client = new BrainbaseLabs({
apiKey: process.env['BRAINBASE_LABS_API_KEY'], // This is the default and can be omitted
});
const businessHour = await client.workers.businessHours.update('id');
console.log(businessHour.id);{
"id": "<string>",
"hours": {},
"timezone": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"primaryTag": "<string>",
"secondaryTag": "<string>"
}import BrainbaseLabs from 'brainbase-labs';
const client = new BrainbaseLabs({
apiKey: process.env['BRAINBASE_LABS_API_KEY'], // This is the default and can be omitted
});
const businessHour = await client.workers.businessHours.update('id');
console.log(businessHour.id);{
"id": "<string>",
"hours": {},
"timezone": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"primaryTag": "<string>",
"secondaryTag": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication
JSON object containing business hours configuration
Show child attributes
Timezone for the business hours (e.g., 'America/New_York', 'UTC', 'Europe/London')
Primary tag for categorization (e.g., business name, location)
Secondary tag for categorization (e.g., department, type)