AI agents: use the documentation index at llms.txt to locate machine-readable pages. This section is indexed by https://docs.particular.net/persistence/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.

CosmosDB partition key and saga timeouts

When sending saga timeouts the current partition information is not automatically added to the timeout message. When such a saga timeout message is processed, the partition to be used for the CosmosDB cannot be extracted from the incoming saga timeout message.

Ensure that the timeout data state that is passed to RequestTimeout contains the partition key information. The Cosmos DB Persistence Usage with non-default container sample demonstrates this approach.

Support for automatically resolving partition information for saga timeouts is being considered. If this workaround affects the application, add a thumbs-up or share the use case on issue #720.