---
title: "Call extension endpoint (POST)"
method: POST
path: "/api/v1/ext/{namespace}/{path}"
tags: ["extensions"]
---

# Call extension endpoint (POST)

`POST /api/v1/ext/{namespace}/{path}`

Proxy route for custom extension POST endpoints. Request and response schemas are extension-defined and advertised by the tool descriptor in the capabilities response.

## Path parameters

- `namespace` string, required
- `path` string, required

## Request body

- unknown

## Response `200`

Extension-defined response.

- unknown

## Other responses

- `404` — Resource not found.
- `500` — Internal server error.

---

[API](https://skmtc.dev/dotnet/apis/devflow-agent-protocol.md) · [All operations](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotnet/devflow-agent-protocol/revisions/31dec8eed3de/schema)
