supportrunner.aiPublic product and conversion
SupportRunner separates the public brand, operator control plane, and machine API so every surface has one job and one trust boundary.
The marketing site, evaluation workspace, and public API are live. Status and trust remain intentionally absent until their operating programs exist.
supportrunner.aiPublic product and conversion
app.supportrunner.aiDurable evaluation control plane
api.supportrunner.ai/v1Versioned machine boundary
supportrunner.ai/developersArchitecture and OpenAPI
status.supportrunner.aiPublic-safe service availability
trust.supportrunner.aiSecurity and compliance evidence
managed private previewRelease review with platform access
Humans and machines enter through stable, explicit boundaries with only the authority each surface needs.
supportrunner.aiUnderstand the product and request a working session.
app.supportrunner.aiCreate a sandbox, model requests, and inspect durable runs.
api.supportrunner.ai/v1Discover the versioned machine contract and edge health.
supportrunner.ai/developersRead the URL map and download the OpenAPI contract.
The public contract exposes discovery, topology, and health. Business resources remain inside authenticated product boundaries until their external authorization model is ready.
/v1/v1/healthcurl https://api.supportrunner.ai/v1/health
{
"service": "support-runner-api",
"status": "ok",
"version": "v1"
}