Skip to main content
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.

Quickstart

Make your first API call in minutes.

Authentication

Sessions, API keys, and roles.

Rate limits

Risk tiers, budgets, and 429 responses.

API reference

Every endpoint, generated from the live OpenAPI document.

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.
  • Automating from code or CI? Read Authentication, then copy your API key from Settings in the dashboard.
  • Building an external chatbot? Read the MCP overview.