---
title: "POST /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/threads/{threadUuid}/shares"
method: POST
path: "/api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/threads/{threadUuid}/shares"
---

# POST /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/threads/{threadUuid}/shares

`POST /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/threads/{threadUuid}/shares`

## Path parameters

- `projectUuid` string, required
- `agentUuid` string, required
- `threadUuid` string, required

## Response `201`

Created

- ApiAiAgentThreadShareResponse
  - `results` AiAgentThreadShare, required
    - `shareUrl` string, required
    - `revokedAt` string, nullable, required
    - `createdAt` string, required
    - `createdByUserUuid` string, required
    - `snapshotPromptUuid` string, required
    - `organizationUuid` string, required
    - `projectUuid` string, required
    - `agentUuid` string, required
    - `threadUuid` string, required
    - `nanoid` string, required
    - `uuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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