Anchorage API reference
    Preparing search index...

    What the host is asked to authorize. Never a human — those go by role.

    interface AutomatedEntryRequest {
        agentId: string;
        deploymentTag?: string;
        entryPath:
            | "approval.resume"
            | "http.start"
            | "signal.message"
            | "signal.queue"
            | "signal.reactive"
            | "signal.state"
            | "signal.notification"
            | "signal.wake"
            | "notification.dispatch"
            | "schedule.fire";
        principal: AutomatedExecutionPrincipal;
        threadId: string;
    }
    Index

    Properties

    agentId: string
    deploymentTag?: string
    entryPath:
        | "approval.resume"
        | "http.start"
        | "signal.message"
        | "signal.queue"
        | "signal.reactive"
        | "signal.state"
        | "signal.notification"
        | "signal.wake"
        | "notification.dispatch"
        | "schedule.fire"
    threadId: string