---
title: "Create Conclusions"
method: POST
path: "/v3/workspaces/{workspace_id}/conclusions"
tags: ["conclusions"]
---

# Create Conclusions

`POST /v3/workspaces/{workspace_id}/conclusions`

Create one or more Conclusions.

Conclusions are logical certainties derived from interactions between Peers. They form the basis of a Peer's Representation.

## Path parameters

- `workspace_id` string, required

## Request body

- ConclusionBatchCreate — Schema for batch conclusion creation with a max of 100 conclusions.
  - `conclusions` ConclusionCreate[], required
    - `content` string, required
    - `observer_id` string, required — The peer making the conclusion
    - `observed_id` string, required — The peer the conclusion is about
    - `session_id` string, nullable — A session ID to store the conclusion in, if specified

## Response `201`

Successful Response

- Conclusion[]
  - `id` string, required
  - `content` string, required
  - `observer_id` string, required — The peer who made the conclusion
  - `observed_id` string, required — The peer the conclusion is about
  - `session_id` string, nullable
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/clawdsolana/apis/honcho-api.md) · [All operations](https://skmtc.net/clawdsolana/apis/honcho-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clawdsolana/honcho-api/versions/0730be052dc9/schema)
