DOCUMENTATION
docs
Everything you need to get started with Corsair and integrate it into your GRC workflow.
QUICK START
parley — quick start
# Install
brew install grcorsair/corsair/corsair
npm install -g @grcorsair/cli
# Bun is required to run the CLI (Homebrew installs it via oven-sh/bun)
# Sign tool output into a CPOE
corsair sign --file tool-output.json --mapping ./mappings/toolx.json
# Generate DID + JWKS for did:web verification
corsair did generate --domain acme.com --output did.json
corsair did jwks --domain acme.com --output jwks.json
# Verify any CPOE (always free)
corsair verify --file cpoe.jwt
# Diff two CPOEs — see what changed
corsair diff --current new-cpoe.jwt --previous old-cpoe.jwt --verify
# List recent signed CPOEs
corsair log --last 5
# Publish compliance discovery
corsair trust-txt generate --did did:web:acme.com
# Validate a policy artifact
corsair policy validate --file policy.json
# Generate signing keys
corsair keygen
Persistence: CLI/local use is file-based. Hosted API/production requires Postgres viaDATABASE_URL.
CONCEPTS
Core Concepts
PARLEY
Protocol
Documentation for this section is coming soon.
INTEGRATE
Integrations
REFERENCE
Reference
Documentation for this section is coming soon.
Full documentation is available in the GitHub repository.
View on GitHub →