Dashboard
Check Relay setup, current activity, model health, and usage at a glance.
The Dashboard brings setup readiness, current request activity, and model health together. Use it to find the next action, with detailed history available in Usage and Logs.
Dashboard
- Open Dashboard.
- Check setup progress and follow any unfinished setup step.
- Review request activity, model health, and usage.
- Open the related page when a model or limit needs attention.
An empty history is normal before your first request. Use Setup to connect a provider, then send a request in Playground.
API
Use an appropriately scoped API key for these requests.
Read the request summary
curl 'https://api.anchorshell.com/api/relay/stats/summary' \
-H 'Authorization: Bearer <API_KEY>'Response — 200 OK
Selected response fields shown; IDs and values are illustrative.
{
"providers": 1,
"endpoints": 2,
"lanes": 1,
"requests": 12,
"request_states": {
"completed": 10,
"failed": 1,
"cancelled": 1
}
}