Service Documentation

SVRN ALPHA Website API

Machine-readable discovery for the public website contact API and health endpoint. SVRN ALPHA is primarily a company site and research library, not a self-serve software API portal.

Discovery

The API catalog is published at /.well-known/api-catalog as application/linkset+json.

The OpenAPI description is published at /openapi.json.

GET

/api/health

Returns a basic JSON health response for uptime and agent discovery checks.

{
  "status": "ok",
  "service": "svrn-alpha-website"
}
POST

/api/contact

Submits a website inquiry to SVRN ALPHA. This endpoint is for contact form delivery, not product authentication or platform access.

{
  "name": "Jane Doe",
  "email": "jane@institution.com",
  "subject": "Inquiry regarding svrnAlphaOS",
  "message": "How can we help your institution?"
}

Authentication

No public OAuth/OIDC issuer or protected API surface is advertised for this website. OAuth discovery metadata will be published only if SVRN ALPHA exposes protected public APIs.

For company context and public research ingestion, use /llms.txt, /llms-full.txt, and the research archive at /research/.