Quickstart Guide¶
Welcome to the Quickstart Guide for Agentic Security. This guide will help you set up and start using the project quickly.
Installation¶
To get started with Agentic Security, install the package using pip:
Initial Setup¶
After installation, you can start the application using the following command:
This will initialize the server and prepare it for use.
Basic Usage¶
To run the main application, use:
You can also view help options with:
Running as a CI Check¶
Initialize the configuration for CI checks:
This will generate a default configuration file named agesec.toml
.
Additional Commands¶
- List available modules:
- Run a security scan:
Further Information¶
For more detailed information, refer to the Documentation or the API Reference.
This quickstart guide should help you get up and running with Agentic Security efficiently.