> For the complete documentation index, see [llms.txt](https://docs.anthriq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anthriq.com/bxi-studio/developer.md).

# Build with BXI Interface

For developers driving Anthriq hardware from code. The SDK talks to the BXI interface bridge, which owns the device transport, so a script gets the same access to a device that the BXI Studio application has.

## Pages

* [SDK & Dev Resources](/bxi-studio/developer/sdk-dev-resources.md): the available packages and how to install them.
* [SDK Reference](/bxi-studio/developer/overview.md): connect to a device, configure channels, measure impedance, stream EXG, and run pipelines.

## When to read this section

* Automating a session from a script instead of the BXI Studio interface.
* Driving a device from Node.js or Python over the BXI interface bridge.
* Building and running processing pipelines outside the BXI Studio interface.
* Reading recordings, or the markers on them, from your own tools.

> **Tip:** For end-user fixes, see [Common Issues](/bxi-studio/common-issues.md) first.
