---
title: "Create Assistant Session"
method: POST
path: "/api/v1/content/properties/{property_id}/assistant-session"
tags: ["Content Management"]
---

# Create Assistant Session

`POST /api/v1/content/properties/{property_id}/assistant-session`

Open the guide's assistant for this operator.

Returns the tenant's Knowledge 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).

## Path parameters

- `property_id` string, uuid, required

## Response `200`

Successful Response

- AssistantSessionResponse — The guide's assistant surface: the tenant's Knowledge Agent + the operator's property-bound conversation (create-or-resume).
  - `chat_agent_id` string, uuid, required
  - `conversation_id` string, uuid, required

## Other responses

- `404` — Property not found
- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
