Every call toDocumentation Index
Fetch the complete documentation index at: https://docs.getmembrane.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /act (or its legacy predecessor POST /actions/{selector}/run) produces an Action Run Log — the durable record of what ran, what came back, and how long it took.
Action snapshot
Each log carries anaction field — the complete /act-body that was used. POST it straight back to /act to re-run the same dispatch:
input and connectionId fields on each log are deprecated — read them from action.input / action.connectionId instead.
See the Actions guide for the full pick → run → replay loop.