Skip to content
Discussion options

You must be logged in to vote

At the runtime layer, consuming the execution call itself.

The high-stakes action flows through the decision. Decionis evaluates the intent against the current policy version, and:

  • on allow, the wrapped function executes;
  • on block, it never runs;
  • on escalate, execution waits for approval.

It is not an advisory check sitting beside the code path, and not a log written after the fact — the gate is inline, between intent and effect. Every outcome, whichever branch it takes, emits a Decision Dossier.

In code, using @decionis/sdk:

import { createDecionisExecutionClient } from "@decionis/sdk";

const decionis = createDecionisExecutionClient({
  authorityBaseUrl: process.env.DECIONIS_AUTHORITY…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ocularminds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant