Recipe 1: Establish context and search
Use a bootstrap call when the client needs a session context, then search the active workspace without changing business records.Recipe 2: Inspect a decision with context
Useorgx_inspect when you have a specific decision ID and need its available
context before making a judgment.
Recipe 3: Resolve an approved decision
Only approve after the decision and its evidence have been shown to the human reviewer. Use an idempotency key for the write.Choosing the next action
Useorgx_recommend when the user asks what to do next or wants a brief. Treat
the result as a recommendation, not an instruction; ask for explicit
confirmation before a separate write action.
