A command line for your org — deploy modules, run operations, query data.
A command line for your organization. The Developer Console is a REPL with your org already loaded in — autocomplete commands from the live tool registry, preview every write before it commits, and run the exact same commands externally over a simple HTTP API.
What's included
Org-aware CLI with autocomplete
Dry-run preview before every write
Audited + undoable mutations
About this module
The Developer Console lives at /console and turns the whole platform into something you can drive from a prompt. It is not a bash emulator: every command resolves to one of the same tools Wally uses, so anything you can ask the assistant to do, you can type here — against the org you are already in, with the same permission and lifecycle gates. Type "help" and start typing; the console autocompletes commands from the live tool registry and hints which arguments each one needs.
Writes are safe by design. A read command runs immediately and returns a table or JSON; a write command never changes anything on the first run — it returns a dry-run preview showing exactly what would change and which document it touches. You commit only after you have seen the preview, and every commit lands in the org activity log with a 24-hour undo window, attributed to whoever ran it. Editor access or higher is required to commit.
The same command surface is callable from outside the platform. Mint an API key with the tools:read / tools:write scopes and the GET /v1/tools and POST /v1/run endpoints give scripts, CI pipelines, and AI agents the identical commands — reads return data immediately, writes are a dry-run unless you pass commit:true, and API-originated writes are audited and undoable just like the ones you run by hand. One tool registry, three front doors: the assistant, the console, and the API.
What you can do with it
Run a read command and get your accounts, contacts, or inventory back as a table in seconds
Preview a bulk change as a dry-run, eyeball exactly what it touches, then commit it
Enable or disable a module from the prompt with "module enable lodging"
Script routine operations from CI with a tools:write API key against /v1/run
Point an AI agent at /v1/tools so it can discover and run your org commands with full context
Get this module
Free for all Turtini organizations.
Who it's for
- Operators and admins who would rather type a command than click through screens
- Developers automating org operations from scripts, CI, or their own tools
- Power users and AI agents that want the full platform command surface, programmatically
Details
- Category
- Partner
- Pricing
- Free
- Built by

- Badge
- New