@absuitecore/cli
v1.1.1
Published
Command-line interface for ABSuite — issue capability tokens, record and verify execution traces, and run the local stack.
Downloads
945
Maintainers
Readme
@absuitecore/cli
The unified command-line interface for ABSuite — trust infrastructure for intelligent systems.
npm install -g @absuitecore/cli
absuite --helpRequires Node 20+.
What it does
Drives an ABSuite deployment from the terminal: check service health, issue and revoke capability tokens, inspect the audit chain, and verify execution traces without opening the dashboard.
absuite status # health of every service
absuite token issue --scope 'queue:write'
absuite verify <trace-id> # check a signed execution traceRun absuite --help for the full command list.
The rest of the suite
| Package | Purpose |
|---|---|
| @absuitecore/capkit | Capability tokens, audit, signed execution traces |
| @absuitecore/trust | Evidence validation, arbitration, reciprocal contracts |
| @absuitecore/edge-run | Scheduling, queueing, self-healing execution |
| @absuitecore/quickbench | LLM and HTTP benchmarking |
| @absuitecore/connector-starter | Connector registry and scaffolding |
| @absuitecore/mcp | Model Context Protocol server |
| @absuitecore/notary | A disinterested witness to a chain head — run by somebody other than you |
Part of ABSuite
The black box for AI systems — record what happened, prove it happened, preserve the evidence.
| | | |---|---| | Source | https://github.com/iamGodofall/ABSuite-core | | Verify a trace in your browser | https://iamgodofall.github.io/ABSuite-core/verify.html | | Getting started | GETTING-STARTED.md | | Reporting a vulnerability | SECURITY.md — never a public issue | | What this project refuses to build | PRINCIPLES.md |
Published from CI with a signed Sigstore provenance attestation — check it with
npm audit signatures rather than taking our word for it.
MIT licensed.
