Guide
API reference
Endpoints & auth
API reference
Base URL: /api/v1
Authentication
POST /api/v1/auth/token
{
"username": "admin",
"password": "your-password"
}
Agent endpoints
POST /api/v1/installations/register POST /api/v1/agent/checkins GET /api/v1/me/summary GET /api/v1/me/alerts GET /api/v1/me/snapshots
Authorization
All endpoints except auth/token require Authorization: Bearer <token>.