# API Reference: Vulnerability SLA breach alerting agent ## API Details SLA calculation, SMTP notification, Slack webhook, Jira ticket creation ## Installation ```bash pip install requests smtplib datetime ``` ## Libraries | Library | Use | |---------|-----| | `requests` | requests client/SDK | | `smtplib` | smtplib client/SDK | | `datetime` | datetime client/SDK | ## Authentication | Method | Header | |--------|--------| | Bearer Token | `Authorization: Bearer ` | | API Key | `X-API-Key: ` | ## Output Format ```json {"timestamp": "ISO-8601", "findings": [], "risk_level": "HIGH"} ```