Skip to main content
Identity review, contract approval and signing, state-machine transitions, federation, and payment processing can outlive the HTTP request that initiated them. The public material describes several possible observation surfaces:
The Agent API does not document one durable webhook mechanism for every operation. Confirm how the target Neuron reports completion before implementing background processing.

State-handling pattern

  1. Persist the returned domain identifier before leaving the initiating request.
  2. Record an application-owned pending state.
  3. Observe with the verified query, message, event, or operator-mediated mechanism.
  4. Make repeated observations idempotent.
  5. Distinguish approved/finalized, rejected/failed, expired, and still-pending outcomes.
  6. Define a timeout and a human-visible recovery path.
See Realtime browser events for the documented interactive bridge.