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

# Get Capabilities

> Discover platform domain context and schema references.

Returns domain knowledge (battery data hierarchy, key
concepts), authentication requirements, and pointers to
JSON Schema endpoints. For available API operations, see
the OpenAPI spec at /openapi.json.



## OpenAPI

````yaml https://api.ionworks.com/openapi.json get /discovery/capabilities
openapi: 3.1.0
info:
  title: FastAPI
  version: 0.1.0
servers:
  - url: https://api.ionworks.com
    description: Production
security: []
paths:
  /discovery/capabilities:
    get:
      tags:
        - discovery
      summary: Get Capabilities
      description: |-
        Discover platform domain context and schema references.

        Returns domain knowledge (battery data hierarchy, key
        concepts), authentication requirements, and pointers to
        JSON Schema endpoints. For available API operations, see
        the OpenAPI spec at /openapi.json.
      operationId: get_capabilities_discovery_capabilities_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````