Sanity Library Reference Docs
    Preparing search index...

    Interface WorkflowEnvironmentAddress

    Where one tool call reads/writes workflow data: resource + tag. The server is org-scoped — auth says who may act, never where — so there is no default; a call without an address fails schema validation rather than guessing one.

    interface WorkflowEnvironmentAddress {
        tag: string;
        workflowResource: WorkflowResource;
    }
    Index

    Properties

    tag: string
    workflowResource: WorkflowResource