Files
agentic-soc-platform/cli
2026-07-28 10:57:54 +08:00
..
2026-07-03 15:23:20 +08:00
2026-07-28 10:57:54 +08:00
2026-07-05 17:29:22 +08:00
2026-07-28 10:57:54 +08:00

ASP CLI

Command line client for Agentic SOC Platform.

asp-cli provides the asp command for SOC analysts and automation agents to authenticate with an ASP server, inspect cases and alerts, add comments, upload files, run playbooks, and query investigation integrations.

Install

pipx install asp-cli

Upgrade

pipx upgrade asp-cli

Install a specific version:

pipx install asp-cli==0.5.0 --force

Quick start

asp auth login --api-url https://asp.example.com --api-key asp_xxx
asp doctor
asp case list

asp auth login verifies the API URL and API key against the ASP server before writing local settings.

For automation and skills, prefer stable JSON output:

asp case list --output json

Documentation

Full CLI documentation: https://asp.viperrtp.com/asp/integrations/cli/