v1
latestOpenAPI 3.1.02026-07-17186070.1 KBSubmit an action
Parses the body as a RequestEnvelope, registers the requestId in the agent's requests map with this Eyre request's id as the held HTTP slot, then dispatches the wrapped action. Returns when a terminal response-update arrives (typical), the host nacks (error), or the 20 s per-request behn timer fires (pending).
post/notes/~/v1
Request body
Example request
{
"requestId": "0v3.1k7gh.j5b2m.r8nq9",
"action": {
"ship": "~zod",
"name": "my-notebook-1"
}
}Response
Terminal or pending response from the agent
Example response
{
"requestId": "0v3.1k7gh.j5b2m.r8nq9",
"body": {
"response": {
"host": "~zod",
"flagName": "my-notebook-1"
}
}
}