For people who would rather type, not click
The firecradle command line tool is a full client for everything the web interface can do. Script it, automate it, or just use it because it is faster than a mouse.
A full client, not a shortcut
Every command talks to the same API the website uses, so nothing is missing and nothing gets special treatment.
A live view, right in your terminal
firecradle top is a full-screen dashboard that never needs a browser tab.
Keep your setup in git, not just in the box
Export your configuration to a file, review changes like a team, and apply the approved version anywhere.
What it runs on
How people actually use this
Checking ten firewalls without ten browser tabs
The problem: An admin looks after several offices and opening a browser tab for each one, every morning, wastes time.
Reviewing a firewall change like a code change
The problem: A team wants a second pair of eyes on firewall changes before they go live, the same way they review code.
Everything here is included
No add-on licence, no separate download
Common questions
Do I need the command line, or is the website enough?
The website is enough for almost everyone. The CLI exists for people who prefer typing, and for scripts and automation that need to talk to Firecradle without a browser.
Can the CLI do things the website cannot?
No. It is a client for the same API the website uses, so it follows the same permissions. It is a different way in, not a back door.
What does config as code actually mean in practice?
It means your firewall settings live in a plain text file instead of only inside the box. You can store that file in git, see exactly what changed between versions, and have someone approve a change before it is applied.
Can I build my own tools against Firecradle?
Yes. There is a full REST API behind both the website and the CLI, with around 741 routes, so you can automate anything the interface can do.
