Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.barndoor.ai/llms.txt

Use this file to discover all available pages before exploring further.

Welcome

Barndoor provides a robust API that allows developers to securely access their dashboard environment’s data and programmatically update settings relevant to their Barndoor organization.

Authentication

All API endpoints are authenticated using a user Bearer token or a Platform API key.
const sdk = await loginInteractive();
See here for more info.