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

# Introduction

> QaslyLabs API — automate discovery and retrieve results

Use the QaslyLabs API to manage asset groups, trigger discovery, and pull findings.

## Base URL

```bash theme={null}
https://api.qaslylabs.xyz/v1
```

## Authentication

All requests require Bearer token authentication:

```bash theme={null}
Authorization: Bearer YOUR_QASLYLABS_API_TOKEN
```

<Note>
  Generate or revoke tokens in <code>Settings → API Keys</code>.
</Note>

<Card title="OpenAPI spec" icon="file-code" href="/api-reference/openapi.json">
  Import into your tools to explore and test endpoints.
</Card>
