> ## Documentation Index
> Fetch the complete documentation index at: https://docs.platinur.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Api Destination Provision Managed

> Kick off the managed ClickHouse attach for an UNBOUND account. The heavy lifting runs
on the app plane (which holds the CH Cloud keys); this route gates on the account's
entitlement + unbound state, brokers the call, and the UI polls the status route.



## OpenAPI

````yaml /api/openapi.json post /api/destination/provision-managed
openapi: 3.1.0
info:
  description: >-
    Environment-aware APIs for Platinur configuration, integrations, operations,
    promotions, scheduling, monitoring, and assistant tasks.
  title: Platinur Control Plane API
  version: 1.0.0-rc6
servers:
  - description: Local Platinur control-plane API
    url: http://localhost:8080
security: []
paths:
  /api/destination/provision-managed:
    post:
      tags:
        - Control Plane
      summary: Api Destination Provision Managed
      description: >-
        Kick off the managed ClickHouse attach for an UNBOUND account. The heavy
        lifting runs

        on the app plane (which holds the CH Cloud keys); this route gates on
        the account's

        entitlement + unbound state, brokers the call, and the UI polls the
        status route.
      operationId: api_destination_provision_managed_api_destination_provision_managed_post
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response

````