Loading...
Loading...
Labs64 NetLicensing integration. Manage Products, PaymentMethods, Discounts, Utilities. Use when the user wants to interact with Labs64 NetLicensing data.
npx skill4agent add membranedev/application-skills labs64-netlicensingmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search labs64-netlicensing --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Licenses | list-licenses | Returns a list of all Licenses |
| List Licensees | list-licensees | Returns a list of all Licensees |
| List Products | list-products | Returns a list of all configured Products for the current Vendor |
| List License Templates | list-license-templates | Returns a list of all License Templates |
| List Product Modules | list-product-modules | Returns a list of all Product Modules |
| Get License | get-license | Returns a specific License by its number |
| Get Licensee | get-licensee | Returns a specific Licensee by its number |
| Get Product | get-product | Returns a specific Product by its number |
| Get License Template | get-license-template | Returns a specific License Template by its number |
| Get Product Module | get-product-module | Returns a specific Product Module by its number |
| Create License | create-license | Creates a new License for a Licensee based on a License Template |
| Create Licensee | create-licensee | Creates a new Licensee for a Product |
| Create Product | create-product | Creates a new Product |
| Create License Template | create-license-template | Creates a new License Template for a Product Module |
| Create Product Module | create-product-module | Creates a new Product Module for a Product |
| Update License | update-license | Updates an existing License |
| Update Licensee | update-licensee | Updates an existing Licensee |
| Update Product | update-product | Updates an existing Product |
| Delete License | delete-license | Deletes a License |
| Delete Licensee | delete-licensee | Deletes a Licensee |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY