Get the document
The service serves the document live:docs/api/openapi.json. Both
are OpenAPI 3.1. The repository also holds one file per tag under
docs/api/. Those files generated the sidebar groups below.
Authentication in the playground
Each endpoint accepts three alternatives, in this order:apiKeyCookie— thebetter-auth.session_tokencookie from a browser sign-in.apiKeyHeader— youraquila_key in thex-api-keyheader.bearerAuth— your key as a bearer token.
The playground routes requests through Mintlify servers. Point the examples
at your own deployment by changing the server dropdown.
Reading the endpoint pages
- Summaries come from the route definitions in the service source.
- Request bodies render the zod schema the route actually validates against. Fields with defaults show as optional.
- Responses list every status the handler returns, plus the shared 401, 403, and 429 the platform adds.
- Tags group endpoints by domain: Scans, Leads, Hackbot chat, OOB, and so on.

