Developer Workbench¶
nbx dev tui launches the API exploration workspace for NetBox SDK. It is
designed for request inspection, path discovery, and debugging rather than the
standard browse-and-filter workflow of nbx tui.
Launch¶
Best use cases¶
- explore request and response payloads while developing automation
- inspect operation metadata before calling
nbx dev http - validate filters, parameters, and response shapes against a live NetBox
- reproduce behavior against the public
demo.netbox.devprofile
Relationship to other interfaces¶
nbx tuiis the general-purpose browsing TUInbx dev tuiis the request workbenchnbx cli tuiis the guided command buildernbx logsis the structured log viewer