Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
agent-host
AutomatedEntryRequest
Interface AutomatedEntryRequest
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
agent
Id
deployment
Tag?
entry
Path
principal
thread
Id
Properties
agent
Id
agentId
:
string
Optional
deployment
Tag
deploymentTag
?:
string
entry
Path
entryPath
:
|
"approval.resume"
|
"http.start"
|
"signal.message"
|
"signal.queue"
|
"signal.reactive"
|
"signal.state"
|
"signal.notification"
|
"signal.wake"
|
"notification.dispatch"
|
"schedule.fire"
principal
principal
:
AutomatedExecutionPrincipal
thread
Id
threadId
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
deployment
Tag
entry
Path
principal
thread
Id
Documentation
GitHub
Anchorage API reference
Loading...
What the host is asked to authorize. Never a human — those go by role.