# llms.txt and Markdown Exports

Public docs can be consumed without an agent key through machine-readable endpoints.

## Site index

```http
GET /llms.txt
```

The index lists public workspaces and article Markdown URLs for the current host.

## Raw article Markdown

```http
GET /w/{workspace}/{slug}.md
```

Only public, non-encrypted articles are exported. Private articles, password-locked articles, and encrypted articles stay unavailable to anonymous readers.
