Documentation Index
Fetch the complete documentation index at: https://docs.getmuster.io/llms.txt
Use this file to discover all available pages before exploring further.
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 | Quality signal ingestion |
POST /api/v1/costs/events | Cost event ingestion |
POST /api/v1/agents/beacon | Agent beacon registration |
GET /health | Health check |