AI agents: use the documentation index at llms.txt to locate machine-readable pages. This section is indexed by https://docs.particular.net/transports/llms.txt. The markdown version of this page is served as plain text. An MCP server at /mcp serves the same content via the search_docs and read_doc tools; it is read-only and needs no credentials. Markdown versions of documentation pages are available by appending .md to the page URL. Directory URLs use index.md. They are served as text/plain because some retrieval backends reject text/markdown.

Viewing Learning Transport content

The Learning Transport stores all messages on disk as individual files. By default, the storage location is a folder named .learningtransport that exists at the solution root. All files are textual and can be opened with any text editor to inspect their contents.

Each endpoint in a project will have a subfolder in the .learningtransport folder.

Learning transport endpoints

Within the endpoint folder, each message will be represented by a <GUID>.metadata.txt file that will exist at the root of the endpoint folder. This file contains metadata, such as the message headers, for the message.

Learning transport metadata

The contents of the message can be found in the .bodies folder in a <GUID>.body.txt file.