For AI agents: a documentation index is available at /llms.txt
Skip to main content

SaveSecretResponse

Response returned after attempting to create a Login item in a 1Password integration. The supplied password is never included in the response.

type SaveSecretResponse {
ok: Boolean!
ref: String
error: String
message: String
time: Float
}

Fields

SaveSecretResponse.ok ● Boolean! non-null scalar

Whether the Login item was created.

SaveSecretResponse.ref ● String scalar

ID-based op:// reference to the created password field.

SaveSecretResponse.error ● String scalar

Stable error code when ok is false.

SaveSecretResponse.message ● String scalar

Human-readable explanation when ok is false.

SaveSecretResponse.time ● Float scalar

The amount of time, in milliseconds, the operation took.

Returned By

saveSecret mutation

Was this page helpful?