bt projects manages projects in the active Braintrust organization. Use --org to select a different organization for a command.
Subcommands
Examples
Command-specific flags
bt projects accepts shared global flags, including --org and --profile. Use --json with bt projects or bt projects list for machine-readable output.
With bt v0.19.3 or later, create, view, and delete also support --json:
create and view return a project object. view --json does not open a browser.
delete returns a project object and a deleted boolean. Declining the interactive confirmation returns deleted: false.
bt projects delete deletes the selected project. The --json flag changes the output format, not the operation.