Anchorage API reference
    Preparing search index...
    AutomationCheck: (
        agentId: string,
        principal: ExecutionPrincipal,
        entryPath: AgentEntryPath,
    ) => boolean

    Whether an automated principal may enter this agent on this path.

    Returns false for an unknown agent and for every human principal — humans go through the role gate instead, and answering "true" here for a human would make two gates look interchangeable when they are not.

    Type Declaration