Skip to main content
Every onepassword.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Items

create

items.create Create a new item in a vault Risk: write
Input
Output

delete

items.delete Delete an item from a vault [DESTRUCTIVE] Risk: destructive
Input Output

get

items.get Get details of a vault item (e.g. login credentials, notes) Risk: read
Input Output

list

items.list List all items inside a specific vault Risk: read
Input Output: object[]

update

items.update Update details of an existing vault item Risk: write
Input
Output

Vaults

get

vaults.get Get details of a specific vault by ID Risk: read
Input Output

list

vaults.list List all vaults the integration can access Risk: read
Input: empty object Output: object[]