TridentStack Control API
REST API for TridentStack Control, an enterprise patch management, vulnerability detection, and compliance platform. Use API keys for programmatic access to manage endpoints, updates, policies, and security posture across your fleet.
All endpoints require authentication via the X-API-Key header unless otherwise noted. Some write operations require interactive web authentication (JWT) and are marked accordingly.
Authentication
- API Key: ApiKeyAuth
- HTTP: Bearer Auth
Tenant-scoped API key. Create via Settings > API Keys in the web interface. Format: keyId.secretKey
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-API-Key |
JWT token from interactive OAuth login (Microsoft or Google). Cannot be obtained programmatically. Required for write operations not accessible via API key.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |