---
title: "Provision Dynamicfab Stage Bindings"
method: POST
path: "/api/extensions/installs/{install_id}/connected-app/provision"
tags: ["DynamicFab stage"]
---

# Provision Dynamicfab Stage Bindings

`POST /api/extensions/installs/{install_id}/connected-app/provision`

Confirm server-owned bindings for one installed DynamicFab version.

The request deliberately contains no workflow UUIDs. Candidate UUIDs come
only from the install's persisted configuration, and the exact required
workflow keys/nodes come only from the installed published manifest. The
workflow must already have the install organization's durable scope.
This endpoint never turns a legacy owner-scoped workflow into a tenant
workflow because execution history does not carry immutable tenant
provenance.

## Path parameters

- `install_id` string, required

## Request body

- DynamicFabBindingProvisionRequest — Explicit, Super-FDE-only confirmation for server-owned binding.
  - `organization_id` string, required
  - `confirmation` 'bind-installed-dynamicfab-workflows', required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-26** `c5a6fbe2731c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qomplement/apis/fastapi/changes/api/extensions/installs/:install_id/connected-app/provision/post.md)

---

[API](https://skmtc.dev/qomplement/apis/fastapi.md) · [All operations](https://skmtc.dev/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/c5a6fbe2731c/schema)
