registry__create_artifacts
Create a batch of artifacts that all share one kind.
- Inputs: required
kindanditems. Each item requiresmetadatawithnameandworkspace_id; optionalbodyandbody_base64carry text or bytes. A call accepts at most 100 items. - Returns:
{items}in request order. Each position contains the created artifact or that item’s status and error. - Effect: writes state and runs each kind’s create hooks. One rejected item does not roll back successful items.
registry__create_artifact for one artifact or when you want to inspect a
result before continuing.