create_module
Create a reusable module (a typed config fragment referenced by handle) and optionally deploy it to staging or production. spec_yaml is base64-encoded YAML of the module body; module_type is the config struct it represents (e.g. Database).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | ||
| role_uuid | No | ||
| spec_yaml | Yes | ||
| permission | No | ||
| description | No | ||
| module_type | Yes | ||
| deploy_staging | No | ||
| deploy_production | No | ||
| organization_uuid | No |