> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/ai-and-dev-tools/agi-readiness.md).

# AGI Readiness

The AI era ships more code. It pulls in more dependencies. It expands the surface attackers can reach. That means more vulnerabilities can pile up, faster.

AGI Readiness helps you stay ahead of that curve. Automatically fix vulnerabilities before they accumulate. Audit your code and APIs with AI-powered security testing. Keep a live view of the cloud resources and domains attackers can reach.

<figure><img src="/files/TMOTKZyvobyI2lc3vY8L" alt=""><figcaption></figcaption></figure>

### What AGI Readiness includes

#### Set up automated PR creation

Use AutoFix to create reviewable pull requests automatically. That keeps remediation moving without adding manual busywork.

Start with [Automatic Creation of Pull Requests](/autofix-and-remediation/automation-and-merging/automatic-creation-of-pull-requests.md).

#### Run AI-powered code and API audits

Use Code Audit for pentest-grade reasoning on source code. Use Pentest to validate exploitability against live apps and APIs.

Start with [Code Audit Overview](/ai-code-analysis/ai-code-audit-overview.md) and [Pentest Overview](/pentests/aikido-pentest.md).

#### Connect your cloud and attack surface

Connect your cloud to track resources, misconfigurations, and inventory. Add your domains to monitor your external attack surface.

Start with [Connect Your Cloud](/cloud-scanning/connect-your-cloud.md) or [Attack Surface Monitoring](/dast-surface-monitoring/attack-surface-scanning.md).


---

# 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://help.aikido.dev/ai-and-dev-tools/agi-readiness.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.
