> ## 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 Initial Build Estimate

> Pre-run scope and token estimate so the user can confirm before spending
on their configured AI provider key. The estimate is a rough order of magnitude, not a quote.



## OpenAPI

````yaml /api/openapi.json post /api/initial-build/estimate
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-rc3
servers:
  - description: Local Platinur control-plane API
    url: http://localhost:8080
security: []
paths:
  /api/initial-build/estimate:
    post:
      tags:
        - Control Plane
      summary: Api Initial Build Estimate
      description: >-
        Pre-run scope and token estimate so the user can confirm before spending

        on their configured AI provider key. The estimate is a rough order of
        magnitude, not a quote.
      operationId: api_initial_build_estimate_api_initial_build_estimate_post
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response

````