Automated provisioning
Create and manage servers programmatically with predictable inputs and machine-readable outputs.
Bullionet combines self-service provisioning, repeatable workflows, and operational guardrails so infrastructure teams can ship faster without losing control.
Inspired by the best platform patterns, Bullionet delivers practical workflows for modern infrastructure teams.
Create and manage servers programmatically with predictable inputs and machine-readable outputs.
Use API-driven provisioning and cloud-init for reproducible environments across staging and production.
Handle reboot, reinstall, and lifecycle actions without ticket-driven bottlenecks.
Track deployments, isolate environments, and keep a clean operational model for teams.
Keep the shell, change the workload: standardize provisioning, apply policy, and operate infrastructure with the same flow.
01
Define compute, storage, and location templates once for reuse across projects.
02
Launch infrastructure through the REST API or bulli CLI depending on your team workflow.
03
Control where and how changes are deployed across environments.
04
Run daily operational actions with the same tooling instead of switching context.
bulli workflow
bulli init
source <(bulli env --output sh)
bulli server create --plan bm.performance --location paris --hostname api-edge-01
bulli server get --hostname api-edge-01
bulli server reboot --hostname api-edge-01
bulli server reinstall --hostname api-edge-01 --os ubuntu-24.04
If you are onboarding your team, start with these simple procedures before scaling complexity.
01
Create a small staging environment and validate network, boot, and app readiness.
Expected result: a working staging stack with host inventory and clear deployment status.
Open DevOps procedure →02
Apply a controlled reboot/reinstall sequence on one node with clear validation checkpoints.
Expected result: maintenance completed with auditable actions and verified final server state.
Open SysAdmin procedure →03
Connect your AI coding assistant to the Bullionet REST API or bulli CLI for a scoped recurring workflow.
Expected result: one repetitive action automated with guardrails and human approval where needed.
Open AI Automation procedure →Use bulli for fast server actions and automation pipelines, then dive into the full reference on the dedicated CLI page.
bulli cli
Install, command reference, and production examples are available on the dedicated CLI page.
> bulli init
> bulli server list --output json
> bulli server get --hostname edge-fr-01
Bullionet focuses on practical execution for operators, not just isolated provisioning commands.
| Capability | Bullionet DX | Legacy hosting process |
|---|---|---|
| Provisioning model | Self-service via REST API and bulli CLI | Manual ticketing and delayed handoffs |
| Environment consistency | Template-driven and reproducible | Per-server drift over time |
| Daily operations | Operational actions available on demand | Escalation-heavy operational flow |
| Team velocity | Fast delivery with controlled rollout | Slow delivery with fragmented tooling |
Dive deeper depending on your team responsibilities.
API and CLI-driven CI/CD, policy-controlled rollout, and release automation.
Open page →
Runbooks, maintenance actions, lifecycle operations, and platform safety practices.
Open page →
Use your AI assistant with the Bullionet REST API and bulli CLI to automate infrastructure.
Open page →
Terminal-first workflows for rapid server operations and scripting.
Open page →
Solutions