> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Host status

> Which API hosts answer today — probed, not promised. If a host says provisioning here, a 503 is expected and the reference still documents the contract.

Every StateSet engine runs on its own host. This table is generated by probing each one
(`node scripts/build-hosts-page.mjs`), last checked **2026-08-31**.

| Engine                                               | Host                                 | Status                                                                                                                 |
| ---------------------------------------------------- | ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------- |
| [ResponseCX](/api-reference/responsecx/overview)     | `response.stateset.com`              | Live                                                                                                                   |
| [Voice](/api-reference/voice/overview)               | `api.voice.stateset.com`             | Live                                                                                                                   |
| [Sync Server](/api-reference/sync/overview)          | `api.sync.stateset.com`              | Live                                                                                                                   |
| [EDI](/api-reference/edi/overview)                   | `edi.stateset.com`                   | Live                                                                                                                   |
| [NSR](/api-reference/nsr/overview)                   | `api.nsr.stateset.com`               | Live                                                                                                                   |
| [Temporal Engine](/api-reference/temporal/overview)  | `api.workstream.stateset.com`        | Live                                                                                                                   |
| [Sandbox](/stateset-sandbox/stateset-sandboxes)      | `api.sandbox.stateset.app`           | Live                                                                                                                   |
| [Computer Use](/api-reference/computer-use/overview) | `api.computer.stateset.app`          | **Being provisioned** — answers `503` today; the reference documents the contract                                      |
| [Commerce Engine](/api-reference/commerce/overview)  | `api.stateset.com`                   | **No deployment** — the hostname resolves but nothing is served at the API paths; the reference documents the contract |
| [Deploy](/stateset-deploy-overview)                  | `deploy.stateset.cloud.stateset.app` | **Being provisioned** — answers `503` today; the reference documents the contract                                      |

Two surfaces are **contracts you deploy yourself** and have no StateSet host by design: the
[Chat Widget API](/api-reference/chat-widget/overview) (the widget calls *your* backend) and the
[Agents API](/api-reference/agents/overview) (`stateset-agents serve`).

<Note>
  A host marked *being provisioned* answers every request with a 5xx. The reference pages for it
  are generated from the service's own application and describe the contract you will get when it
  comes up — nothing on them is speculative.
</Note>
