Skip to content

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

nbx dev tui
nbx dev tui --theme dracula

nbx demo dev tui
nbx demo dev tui --theme dracula

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.dev profile

Relationship to other interfaces

  • nbx tui is the general-purpose browsing TUI
  • nbx dev tui is the request workbench
  • nbx cli tui is the guided command builder
  • nbx logs is the structured log viewer

Screenshots