> ## Documentation Index
> Fetch the complete documentation index at: https://docs.attaxr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Aquila API documentation

> Event-driven reconnaissance for security researchers. Learn the Aquila API, authenticate, and automate your attack-surface workflows.

Aquila runs continuous reconnaissance on your targets. The platform collects
attack-surface data, classifies it into leads, probes the leads, and ranks
vulnerabilities by impact.

This site documents the Aquila HTTP API. The API powers the Aquila dashboard,
and you can call it from your own tools.

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first API call in minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Sessions, API keys, and roles.
  </Card>

  <Card title="Rate limits" icon="gauge" href="/rate-limits">
    Risk tiers, budgets, and 429 responses.
  </Card>

  <Card title="API reference" icon="api" href="/api/overview">
    Every endpoint, generated from the live OpenAPI document.
  </Card>
</Columns>

## How the platform fits together

Aquila has three cooperating layers:

* **Collection.** Scans and workflows drive recon tools. The tools publish
  events.
* **Classification.** The classification agent probes and scores new leads.
  Hackbot, the chat copilot, can hunt on its own and open findings.
* **Delivery.** The dashboard, reports, notifications, and the MCP server
  expose the results.

## Where to go next

* New to the API? Read [Quickstart](/quickstart).
* Automating from code or CI? Read [Authentication](/authentication), then
  copy your API key from Settings in the dashboard.
* Building an external chatbot? Read the [MCP overview](/mcp/overview).
