Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterscope.org/llms.txt

Use this file to discover all available pages before exploring further.

There is not yet a public status dashboard. In the meantime, here is how to check service health and reach us about an issue.

Check liveness yourself

The API exposes a public health endpoint:
curl -s https://api.alterscope.org/v1/health
A 200 response means the API is serving; the body status field reports "healthy" (or "degraded" if a backend check is failing, still 200). If you get a non-200 or a timeout, the request didn’t reach a healthy instance. Every response also carries its own freshness and quality metadata, so you can tell whether the data behind a specific call is current even when the API itself is up — see Freshness & quality.

Reporting an issue

If you’re seeing errors or degraded responses, contact support with the request_id from the affected response (also returned as the X-Request-ID header) so we can trace the exact calls. See Errors for where to find it.

Service levels

How uptime and incident commitments work by plan is on the Service Level Agreement page.