Version: 0.1.0
AISafe API
AISafe REST API. Authentication, authorization, assessments, findings, reports, and billing. Full docs at https://docs.aisafe.io.
Authentication
- HTTP: Bearer Auth
- HTTP: Bearer Auth
Session JWT. Issued by POST /api/v1/auth/login and similar, carried in an httpOnly cookie for browser clients or in an Authorization: Bearer header for programmatic clients.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
AISafe API key. Prefix sk-ais-. Issued via Settings → API Keys; carried in Authorization: Bearer sk-ais-…. Scoped per-key.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |