Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.machines.cash/llms.txt

Use this file to discover all available pages before exploring further.

  • Use Idempotency-Key on card creation and other idempotent writes.
  • Use propose -> execute for sensitive actions.
  • Return small, structured results with a summary for LLM chaining.
  • Prefer cursor pagination and search + get-by-id pairs.
  • Implement bounded retries on networking timeouts.