@actpass/cli
v1.1.3
Published
ActPass CLI — scan MCP/OpenAPI tool sources for risk, run the local enforcement proxy, manage Action Passports and policies.
Maintainers
Readme
@actpass/cli
Command-line companion for ActPass — scan MCP/OpenAPI tool sources for risk, run the local enforcement proxy, and pair this machine with your managed ActPass workspace.
Install
npm i -g @actpass/cli # or run ad-hoc with npx @actpass/cliScan a tool source (no account needed)
npx @actpass/cli scan . # auto-discovers mcp.json / .cursor/mcp.jsonConnect to the managed cloud — one step
actpass install # browser-attested pairing, zero config
# or, with a key you minted in the dashboard:
actpass login --key apk_...Both default to https://www.api.actpass.org. Override with --url or
ACTPASS_API_BASE_URL. Credentials are stored at ~/.actpass/credentials.json
(mode 0600).
Common commands
| Command | What it does |
|---|---|
| actpass scan <path> | Risk-scan MCP/OpenAPI tools locally |
| actpass install | Browser-attested pairing with your workspace |
| actpass login --key apk_… | Pair with a minted API key |
| actpass init | Scaffold an actpass.gateway.json |
| actpass policy-test | Run policy test cases |
The key IS your identity — the server resolves your tenant and agent from it.
MIT licensed.
