Local evaluation
The application evaluates signed execution intent against a packaged Decionis policy artifact close to the execution path.
Edge enforcement is the latency-sensitive Decionis posture: signed policy artifacts can be evaluated near the application while central Decionis remains the system of record for dossiers, ledgers, policy snapshots, and verification.
Use edge enforcement only where round-trip latency is material. Most enterprise execution gates should continue to call the canonical protocol route directly.
The application evaluates signed execution intent against a packaged Decionis policy artifact close to the execution path.
The Decision Dossier, policy snapshot, ledger record, and verification trail remain owned by Decionis Protocol.
The app does not encode IF-THEN policy logic. It receives a governed edge pack and executes the protocol boundary.
Edge enforcement separates latency-sensitive verdict resolution from durable authority evidence.
Application / Bot / API Route
|
Decionis Edge Pack
|
Local WASM evaluation
|
ALLOW | BLOCK | ESCALATE
|
Central Decision Dossier + Ledger SyncThe edge pack is a runtime artifact, not a place to move policy ownership into the client application.
| Layer | Owns |
|---|---|
| Application | Execution intent, idempotency key, correlation ID, and local fail-safe behavior. |
| Edge pack | Signed policy artifact, WASM-compatible evaluator, expiry, and allowed workflow scope. |
| Decionis Protocol | Policy versions, approvals, Decision Dossiers, ledger integrity, override trail, and verification. |
Workspace readiness is derived from the private execution map. A path is edge-ready only when traffic, policy bundles, and governance evidence already exist.
| Signal | Requirement |
|---|---|
| Execution path | Visible in the workspace Execution Map. |
| Policy bundle | At least one encoded policy bundle is linked to the path. |
| Mode | Path is already in ENFORCEMENT or PARALLEL before edge packaging. |
| Evidence sync | Central dossier and ledger persistence remains enabled. |
| Expiry | Edge pack must have a bounded validity window and rotation path. |
Canonical protocol routes remain the source of truth around every edge-enabled path.
| Use | Route or artifact |
|---|---|
| Canonical decision | POST /v1/protocol/evaluate-decision |
| Execution map | GET /v1/orgs/:orgId/execution-map |
| Policy bundle | POST /v1/protocol/policies/bundles |
| Dossier retrieval | GET /v1/protocol/dossiers/:dossierId |
| Public verification | GET /v1/public/decision-dossiers/:dossierId/verify |
Use https://api.decionis.com/v1 as the central protocol base URL. Edge enforcement should be introduced after /docs/execution-map shows stable paths and after /docs/policy-encoding confirms policy bundle coverage.