Actions
Submit and inspect proposed actions.
Submit a proposed action
POST
/transactionsCreates a policy-evaluation request. Do not automatically retry an uncertain submission because the Developer Preview does not expose an idempotency key.
Request Body
application/jsonstring·min 1Short description for people and audit records. It is not a policy input and must not contain secrets or personal data.
Responses
401The agent key is absent or invalid.
403The key lacks scope or does not own this request.
429Request rate exceeded. Do not blindly retry a POST.
500Service or dependency failure. Keep the action paused.
Read the Nava Guardian verdict
GET
/transactions/{requestHash}/approval-statusReturns the approval-status envelope. A missing, null, or pending verdict is not approval; keep the action paused and retry within a bounded deadline.
Path Parameters
Responses
objectstringValues
allowedpendingdecode_failuredata_unavailablestringValues
venue_not_allowedchain_not_allowedcontract_or_selector_not_allowedasset_not_in_universerecipient_not_allowedobject[]stringValues
venue_not_allowedchain_not_allowedcontract_or_selector_not_allowedasset_not_in_universerecipient_not_allowedobjectobjectobjectobject401The agent key is absent or invalid.
403The key lacks scope or does not own this request.
404Request hash not found.
429Request rate exceeded. Do not blindly retry a POST.
500Service or dependency failure. Keep the action paused.