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

# Version



## OpenAPI

````yaml /api-reference/openapi.json get /version
openapi: 3.1.0
info:
  title: apowerb API
  description: REST API of the apowerb agentic framework (open-source edition).
  version: 0.1.2
  license:
    name: MIT
    url: https://github.com/apowerb/apowerb/blob/main/LICENSE
servers:
  - url: https://api.example.com
    description: Your apowerb instance
  - url: http://localhost:8000
    description: Local stack
security: []
paths:
  /version:
    get:
      summary: Version
      operationId: version_version_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                additionalProperties:
                  type: string
                type: object
                title: Response Version Version Get

````

## Related topics

- [Load Artifact Version](/api-reference/load-artifact-version.md)
- [List Artifact Versions](/api-reference/list-artifact-versions.md)
- [Get Artifact Version Metadata](/api-reference/get-artifact-version-metadata.md)
- [List Artifact Versions Metadata](/api-reference/list-artifact-versions-metadata.md)
- [Release process](/contributing/releases.md)
