Base URL
Getting a token
Using the token
Include the access token in theAuthorization header:
Token lifetime
| Token | Lifetime |
|---|---|
| Access token | 60 minutes |
| Refresh token | 30 days |
Refreshing tokens
Public endpoints
These endpoints do not require authentication:| Endpoint | Purpose |
|---|---|
POST /auth/login | Get tokens |
POST /auth/refresh | Refresh access token |
POST /auth/signup | Create trial account |
POST /api/v1/jobs/{job_id}/quality | SDK quality ingestion |
POST /api/v1/costs/events | SDK cost ingestion |
POST /api/v1/agents/beacon | SDK agent registration |
GET /health | Health check |