For the complete documentation index, see llms.txt. This page is also available as Markdown.

Install Scanning module in your Cloud

Overview

Red Teaming Modules involves sending malicious agentic requests to your (staging) server. By default, these malicious scanning requests are sent from the Red Teaming module installed within Akto Cloud.

There could be multiple reasons why you'd want to install probing module within your Cloud.

  1. Whitelisting Akto's IP in Security Group or WAF isn't an option

  2. The staging server isn't reachable from public domain

  3. The WAF would block most requests (or block Akto's IP)

  4. The Agentic component domain isn't resolvable from public domain

  5. The Agentic component is completely internal

Copy the JWT Token

  1. Login to Akto dashboard at app.akto.io

  2. Go to Connectors in the left nav.

  3. Open the Setup Guardrail card and copy your token (also referred to as the database abstractor token in later steps).

You then have to use a Linux VM or a Helm chart to install Akto AI Red Teaming module in your cloud.

Setup with Helm Chart

1

Add the Akto Helm Repository

Run the following commands to add and update the Akto Helm repo:

2

Install the Chart

Replace <key> with your Anthropic API Key and <token> with the Database Abstractor Token copied from Copy the JWT Token, then pick one of the following installation options.

  1. Directly using the key and token

  2. Storing the key and token in Kubernetes Secrets

  3. Bringing your own existing Secrets

    Each existing secret must be of type Opaque and store its value under a key named token.

Setup Linux VM

1

Provision a New VM

Minimum recommended configuration:

  • Platform: Amazon Linux 2023

  • CPU: 2 vCPUs

  • Memory: 4 GB RAM

  • Disk: 20 GB

  • Network:

    • Private subnet

    • connectivity to internet (typically via NAT)

    • connectivity to your staging service

  • Security groups

    • Inbound - Open only port 22 for SSH

    • Outbound - Open all

2

SSH into the VM

  1. SSH into this new instance in your Cloud

  2. Run the following command:

3

Install Docker & Docker Compose

Install the docker and docker-compose.

4

Create the Environment File

  1. Create:

  2. Add the following common configuration, then append the block for your chosen LLM provider below. The scanning module supports Anthropic, Azure OpenAI, and Google Vertex AI as the LLM backing the red teaming engine.

You can also reference the original template is here.

5

Create the Docker Compose File

  1. Create:

  1. Add the following configuration:

For the reference,the original template is here.

6

Start the Scanning Module

  • Run:

  • Run the following command to ensure Docker starts up in case of instance restarts:

Get Support for your Akto setup

There are multiple ways to request support from Akto. We are 24X7 available on the following:

  1. In-app intercom support. Message us with your query on intercom in Akto dashboard and someone will reply.

  2. Join our discord channel for community support.

  3. Contact support@akto.io for email support.

  4. Contact us here.

Last updated