Docs · Developer preview

Built for platform engineers.
Auditable by regulators.

The LeCloud developer preview gives platform engineers hands-on access to the verified plan loop — CLI, GitOps, blueprint catalog, signed plans, approval workflow and evidence export.

01
Prompt

Intent, scoped to verified blueprints

Describe a workload or pick a blueprint. AI Mode (private beta) proposes a signed diff against the verified catalog — never free-form code.

02
Plan

Every change is a signed, reviewable plan

Plans land in the console with resource tree, residency check and signed diff. Plan hash is bound to the source commit.

03
Approve

Human approval scoped to compliance domain

Approvers sign off within their compliance perimeter — peppol, identity, runtime, compliance. AI Mode passes the same gate as humans.

04
Deploy

GitOps reconciliation on a sovereign control plane

ArgoCD reconciles signed state on Outscale SecNumCloud infrastructure. Drift surfaces as a reviewable event — never silently corrected.

05
Prove

Evidence archived as probative artefacts

Plans, approvals, deploys and drift land in the LTA — NF Z42-013 aligned, eIDAS timestamps, exportable on regulator request.

CLI preview

One CLI for engineers. One console for reviewers.

The lecloud CLI talks to the same control plane reviewers see in the console. Plans are signed locally and reviewed centrally.

  • Plans signed at the source commit
  • Residency and policy invariants checked at plan time
  • Apply requires an explicit human approval
  • Every step archived as evidence
Illustrative session
~ lecloud · developer preview
# install (developer preview · under NDA)
$curl -sSf https://get.lecloud.eu | sh
lecloud · developer preview installed
# propose a plan against a verified blueprint
$lecloud plan apply peppol-ap --region fr-par-secnumcloud
→ resolved: peppol-ap@1.4 (PDP/PA-ready)
$! 7 changes · 0 destructive · approval required
# request approval scoped to compliance domain
$lecloud approve request --scope compliance.peppol
✓ approver assigned · plan 0x9c41ab2e
# apply via GitOps · ArgoCD reconciles signed state
$lecloud apply --plan 0x9c41ab2e
✓ argocd synced · fr-par-secnumcloud · healthy
✓ evidence archived · LTA · retention 10y

GitOps flow

ArgoCD reconciles signed Git state against your sovereign estate. Drift surfaces as a reviewable event.

Verified blueprint catalog

Peppol AP/SMP, LTA, Keycloak, sovereign inference, Tyk gateway. Blueprints carry machine-checkable invariants.

Approval workflow

Approvals are scoped to compliance domains. Approver identity is attached to the signed plan.

Evidence export

JSON, PDF, CSV. Signed and timestamped. Designed for regulator workflows under NIS2 and DORA.

FAQ for platform engineers

What platform teams ask first.

How do I get access?

Developer preview is invite-based. Request access via the form below and we’ll route you to an engineer.

Is the CLI public on npm?

Not yet. The developer preview CLI is distributed under NDA during early access. A public release is on the roadmap.

Can I bring my own blueprints?

Yes — once on-boarded. New blueprints go through review against the typed infrastructure model so invariants (residency, identity, network) hold.

Does AI Mode auto-apply?

No. AI Mode proposes signed plans against the verified catalog; humans approve before apply. There is no autonomous deployment path.

Where do plans, approvals and deploys live?

Inside the LTA — long-term probative archive — aligned with NF Z42-013 and eIDAS timestamps, exportable in JSON, PDF and CSV.

Can I use it without Outscale?

Today the platform runs on Outscale SecNumCloud infrastructure. OVH and hybrid extensions are on the roadmap.