Angelis Backend API
The Angelis Backend is a FastAPI service that powers all core workforce management operations.
All routes are mounted under /angelis. Authentication is via JWT bearer token issued by the CIAM service.
Authentication
Section titled “Authentication”Include the JWT token in every request:
Authorization: Bearer <token>Tokens are obtained via the CIAM Auth API.