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.
Every public surface now lives under SupportRunner-owned DNS. Marketing, product, API, docs, status, and trust have explicit audiences and disclosure boundaries.
supportrunner.aiPublic product and conversion
app.supportrunner.aiDurable evaluation control plane
api.supportrunner.ai/v1Versioned machine boundary
docs.supportrunner.aiArchitecture, API contract, and future SDK guides
status.supportrunner.aiPublic-safe service availability
trust.supportrunner.aiSecurity controls and data-boundary evidence
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.
docs.supportrunner.aiRead the URL map and download the OpenAPI contract.
status.supportrunner.aiCheck a sanitized view of public production availability.
trust.supportrunner.aiReview enforced controls, product boundaries, and unclaimed certifications.
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"
}