Code & storage

Code Editor

Write a bot in code instead of the flow builder.

Developer accounts get a second way to create a bot: New bot → Code Editor. Regular accounts only see the Flow Builder, and the backend re-checks the Developer rank on every save, so the choice cannot be forced from the browser.

The editor is Monaco — the same engine as VS Code:
file explorer with folders,
create, rename, move, delete and upload files,
tabs, syntax highlighting and autocomplete,
search across the open file,
unsaved-change warnings before you navigate away.

Project layout
projects/{projectId}/
  bottly_config.json
  package.json
  src/
  assets/


There is no terminal, Git integration or deploy step — Bottly runs the project for you.