Metadata-Version: 2.4
Name: asp-cli
Version: 0.1.0
Summary: Command line client for Agentic SOC Platform
Project-URL: Homepage, https://github.com/FunnyWolf/agentic-soc-platform
Project-URL: Repository, https://github.com/FunnyWolf/agentic-soc-platform
Project-URL: Issues, https://github.com/FunnyWolf/agentic-soc-platform/issues
Author: Agentic SOC Platform contributors
License-Expression: MIT
License-File: LICENSE
Keywords: agentic-soc,cli,security,soc
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Requires-Python: >=3.11
Requires-Dist: httpx>=0.28.1
Requires-Dist: jmespath>=1.0.1
Requires-Dist: pydantic>=2.13.4
Requires-Dist: rich>=14.2.0
Requires-Dist: typer>=0.20.0
Description-Content-Type: text/markdown

# 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

```powershell
pipx install asp-cli
```

## Quick start

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

For automation and agent skills, prefer stable JSON output:

```powershell
asp case list --output json
```
