Skip to main content
All three session operations answer 501 not_configured in this build. This page exists so you know that before you build against them, and so you know which address does work today.

Why

There is no per-(team, tenant) session store. The nearest thing in the product is the company channel, which is company-scoped: its rows carry no team column and no tenant column. Re-serving the company channel under this address would answer a different question under this URL — you would ask “what did the support team say to this tenant” and get “what was said in this company”. Two customers’ conversations would arrive in one list. That is why it refuses rather than approximates.
501
The write refusal additionally names woke_dispatcher — a field the response contract returns and which nothing in this build can determine.

What to use today

All three are on the frozen legacy runtime and carry deprecation headers. They are the honest answer to “what can I use now”: a working deprecated address beats a refused one.

Vocabulary

The noun is session, not channel. {channel} is the identifier of a session within a team, which is why it appears as a path segment rather than as the name of the concept.