1Password · Arazzo Workflow
1Password Provision an Item
Version 1.0.0
Create a new item in a vault and read it back to confirm it was stored.
Provider
Workflows
provision-item
Create an item in a vault and read it back to confirm provisioning.
Creates a new item in the specified vault with the supplied category, title, and fields, then retrieves the created item by its UUID to confirm it was stored.
1
createItem
createItem
Create a new item in the target vault using the supplied title, category, and fields.
2
confirmItem
getItemById
Read the newly created item back by its UUID to confirm it was persisted with the expected title and fields.