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

# Get application manifest



## OpenAPI

````yaml https://www.smolboard.app/api/openapi.json get /api/manifest
openapi: 3.1.0
info:
  description: Auto-generated API documentation for smolboard
  title: smolboard
  version: 0.1.0
servers:
  - url: ''
security: []
paths:
  /api/manifest:
    get:
      tags:
        - system
      summary: Get application manifest
      operationId: getManifest
      responses:
        '200':
          content:
            application/json:
              schema:
                type: object
          description: Application manifest

````