> For the complete documentation index, see [llms.txt](https://docs.aquilax.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aquilax.ai/products-and-services/aquilax-license-model.md).

# AquilaX License Model

AquilaX offers three subscription tiers—Free, Premium, and Ultimate—designed to scale with your security needs. All tiers provide robust functionality for modern DevSecOps workflows and continuous application security.

***

### 🔓 Free Plan

**What You Get**:

* Scanners: **Secrets**, **Git Compliance**, **PII Data**
* Core Features:
  * ✅ Unlimited scans
  * ✅ CI/CD integration
  * ✅ Reporting dashboard
  * ✅ API access
  * ✅ CLI & IDE tools

**Limits**:

* 🚫 Max **10 users per organization**
* 🚫 No advanced scanners (e.g., Malware, AI Code Scan)

***

### 💼 Premium Plan

**What You Get**:

* All **Free Plan** features
* Additional Scanners:
  * ✅ SAST (Static Application Security Testing)
  * ✅ SCA (Software Composition Analysis)
  * ✅ IaC (Infrastructure-as-Code)
  * ✅ Container & API Scanning

**Limits**:

* ✅ No user limit
* 🚫 No **Malware** or **AI-based Scanning**

***

### 🚀 Ultimate Plan

**What You Get**:

* All **Premium Plan** features
* Plus:
  * ✅ **Malware Scanning**
  * ✅ **AI Code Scanning** with Securitron
  * ✅ **AI Auto-Triage**
  * ✅ **AI Assistant** support
  * ✅ Full deployment flexibility:
    * Multi-tenant SaaS
    * Single-tenant (dedicated)
    * **On-Prem** or **Your Cloud**

**Limits**:

* ✅ No user or scan type limits

***

### 🔢 License Calculation

A **license** is counted as:

* Every **active committer** in the past 30 days **plus**
* Every user with **platform access**

**Example**:

> If 8 out of 10 developers committed code last month and 1 security engineer accessed the platform, you need **9 licenses**.

***

### ✅ Common Features in All Plans

| Feature           | Available in All Plans |
| ----------------- | ---------------------- |
| Unlimited Scans   | ✅                      |
| CI/CD Integration | ✅                      |
| Reporting         | ✅                      |
| API Access        | ✅                      |
| CLI & IDE Tools   | ✅                      |

***

🔗 **Learn more**: <https://aquilax.ai/#start-here>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.aquilax.ai/products-and-services/aquilax-license-model.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
