Documentation Index
Fetch the complete documentation index at: https://apyguard.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
API collections give ApyGuard the endpoint-level structure it needs for testing and analysis. They define the routes, operations, and request shapes that scans can use.Specification import
Bring in OpenAPI, Swagger, or Postman collections as the source of truth for endpoint discovery.
Endpoint organization
Review the imported API surface before deciding how broadly to scan.
Authentication mapping
Pair collections with the right authorization settings so protected endpoints can be tested accurately.
Scan targeting
Choose which endpoints belong in each testing workflow instead of scanning everything blindly.
Good collection hygiene
- Re-import after API changes
- Split collections by service or environment when needed
- Remove stale definitions that no longer match production behavior
- Review detected login endpoints and sensitive paths carefully