Welcome
CybeDefend is an advanced API designed for application security analysis. It provides a comprehensive solution for managing users, organizations, and projects. With secure authentication and granular permission management, CybeDefend excels in static, dynamic, and Infrastructure as Code security analyses (SAST, DAST, IaC, etc.).Authentication
CybeDefend offers two authentication methods for securing API requests:JWT Bearer Token
You can use a JWT token passed as a Bearer token in the Authorization header. JWT tokens are short-lived with a validity period of 15 minutes. To obtain a JWT token, make a POST request to the/auth/renew
endpoint on the IAM service (not the base API):