---
title: "Changes to Create Session"
method: POST
path: "/api/chat/sessions"
---

# Changes to Create Session

`POST /api/chat/sessions`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 92 revisions.

- **2026-08-23** `9f56862bbc8a` — 5 info
- **2026-08-16** `7164d7f36680` — 1 info
- **2026-08-12** `316dc5984754` — 5 info
- **2026-07-29** `3840642ede61` — 2 info
- **2026-06-11** `ab66703bd004` — 3 info
- **2026-05-20** `495473572215` — 1 info
- **2026-04-30** `8c84efcb3afb` — 3 warning, 1 info

## Changes

- **2026-08-23** `9f56862bbc8a` — 5 info
  - added the optional property `metadata/delegated_by_expert_id` to the response with the `200` status
  - added the optional property `metadata/delegated_by_session_id` to the response with the `200` status
  - added the optional property `metadata/handed_off_from_expert_id` to the response with the `200` status
  - added the optional property `metadata/origin` to the response with the `200` status
  - added the optional property `metadata/pending_question` to the response with the `200` status
- **2026-08-16** `7164d7f36680` — 1 info
  - added the new optional request property `anyOf[subschema #1: CreateSessionRequest]/expert_kickoff`
- **2026-08-12** `316dc5984754` — 5 info
  - added the new optional request property `anyOf[subschema #1: CreateSessionRequest]/llm_auth_provider`
  - added the new optional request property `anyOf[subschema #1: CreateSessionRequest]/llm_credential_id`
  - added the optional property `metadata/llm_auth_provider` to the response with the `200` status
  - added the optional property `metadata/llm_credential_id` to the response with the `200` status
  - the `metadata` response's property default value changed from `{"dry_run":false,"kind":"normal"}` to `{"dry_run":false,"llm_auth_provider":"platform","kind":"normal"}` for the status `200`
- **2026-07-29** `3840642ede61` — 2 info
  - added the new optional request property `anyOf[subschema #1: CreateSessionRequest]/expert_id`
  - added the optional property `expert_id` to the response with the `200` status
- **2026-06-11** `ab66703bd004` — 3 info
  - added the optional property `metadata/dream_pass_id` to the response with the `200` status
  - added the optional property `metadata/kind` to the response with the `200` status
  - the `metadata` response's property default value changed from `{"dry_run":false}` to `{"dry_run":false,"kind":"normal"}` for the status `200`
- **2026-05-20** `495473572215` — 1 info
  - added the optional property `metadata/source_platform` to the response with the `200` status
- **2026-04-30** `8c84efcb3afb` — 3 warning, 1 info
  - removed the optional property `metadata/dream_pass_id` from the response with the `200` status
  - removed the optional property `metadata/kind` from the response with the `200` status
  - removed the optional property `metadata/source_platform` from the response with the `200` status
  - the `metadata` response's property default value changed from `{"dry_run":false,"kind":"normal"}` to `{"dry_run":false}` for the status `200`

---

[Operation](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/docs/api/chat/sessions/post.md) · [API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [Page](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/chat/sessions/post)
