sentinelayer-cli 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -660,9 +660,17 @@ The CLI now includes policy-pack selection commands:
|
|
|
660
660
|
Built-in packs: `community` (default), `strict`, `compliance-soc2`, `compliance-hipaa`.
|
|
661
661
|
Policy selection is stored in config (`defaultPolicyPack`) and applied during `scan init` / `scan validate` / `scan precheck` profile resolution.
|
|
662
662
|
|
|
663
|
-
## AIdenID CLI
|
|
663
|
+
## AIdenID CLI surface — Clearance Layer for Agentic Access
|
|
664
664
|
|
|
665
|
-
|
|
665
|
+
AIdenID is the **clearance layer for agentic access** — the site-owned,
|
|
666
|
+
per-request decision layer for AI-agent traffic (`allow | throttle |
|
|
667
|
+
queue | sandbox | deny | price_required`). The `sl ai` CLI surface in
|
|
668
|
+
Sentinelayer drives the **identity-issuance side** of that layer:
|
|
669
|
+
scoped agent identities, intent-bound delegation, verification
|
|
670
|
+
interception, and lifecycle control. Sites that want to decide per
|
|
671
|
+
request consume the identities this CLI provisions.
|
|
672
|
+
|
|
673
|
+
The CLI includes an `sl ai` surface for AIdenID identity provisioning:
|
|
666
674
|
|
|
667
675
|
- `sl ai provision-email --json` (dry-run artifact generation)
|
|
668
676
|
- `sl ai provision-email --execute --api-key <key> --org-id <id> --project-id <id>` (live API call)
|