lago-api-k8s
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/beta | 24 | 18 Jul 2026 | |
| latest/beta | 7 | 02 Oct 2025 | |
| latest/edge | 6 | 29 Sep 2025 |
juju deploy lago-api-k8s --channel beta
-
create-organization
Create a new Lago organization with an initial admin user. Calls the Lago API at http://localhost:3000/api/v1/organizations from inside the workload container using curl. The password must be passed via a GitHub secret — never as a workflow_dispatch input.
- Params
-
org-name string
Name of the organization to create.
-
user-email string
Email address for the initial admin user.
-
user-password string
Password for the initial admin user.