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

# Get llmstxt



## OpenAPI

````yaml https://api.surnex.io/.well-known/openapi.json get /llms.txt
openapi: 3.1.0
info:
  title: Surnex API
  version: 0.2.0
servers:
  - url: https://api.surnex.io
security: []
paths:
  /llms.txt:
    get:
      tags:
        - docs
      responses:
        '200':
          description: LLMs manifest
          content:
            text/plain:
              schema:
                type: string
                description: LlmsText
              examples:
                llms:
                  value: |+
                    Surnex API


````