website

Create Website Assistant Session

Open the Website workspace's assistant for this operator.

Returns the tenant's Website Agent + a conversation bound to (this user, this property), creating or resuming it. POST (not GET) because it mutates: resolving the session may create the conversation, and provision the agent.

Mirrors the guide's /assistant-session; _owned_property already folds in the tenant scope, the admin gate and the WEBSITE_CLONE flag, so this route cannot hand out an agent on a surface the person may not open.

post/api/v1/website/properties/{property_id}/assistant-session

Path parameters

property_idstring uuid required

Response

Successful Response

chat_agent_idstring uuid required
conversation_idstring uuid required

Changes

Changed in 2 of the 6 revisions of this API.3

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added