---
title: "Enable Execution Sharing"
method: POST
path: "/api/graphs/{graph_id}/executions/{graph_exec_id}/share"
tags: ["v1"]
---

# Enable Execution Sharing

`POST /api/graphs/{graph_id}/executions/{graph_exec_id}/share`

Enable sharing for a graph execution.

## Path parameters

- `graph_id` string, required
- `graph_exec_id` string, required

## Request body

- ShareRequest — Optional request body for share endpoint.

## Response `200`

Successful Response

- BackendApiFeaturesV1ShareResponse — Response from share endpoints.
  - `share_url` string, required
  - `share_token` string, required

## Other responses

- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/versions/382041c7ecb2/schema)
