> ## 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.

# Assistant Acceptance Preflight

> Persist server-derived fresh-account and immutable-release proof before a live eval.



## OpenAPI

````yaml /api/openapi.json post /api/assistant/acceptance/preflight
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-rc26
servers:
  - description: Local Platinur control-plane API
    url: http://localhost:8080
security: []
paths:
  /api/assistant/acceptance/preflight:
    post:
      tags:
        - Assistant
      summary: Assistant Acceptance Preflight
      description: >-
        Persist server-derived fresh-account and immutable-release proof before
        a live eval.
      operationId: assistant_acceptance_preflight_api_assistant_acceptance_preflight_post
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response

````