Open Rails is designed for agents to integrate without scraping the dashboard. Agents should use the capability endpoint, runtime schema endpoint, and the hostedDocumentation Index
Fetch the complete documentation index at: https://docs.getopenrails.com/llms.txt
Use this file to discover all available pages before exploring further.
skill.md file before mutating anything.
Install the skill
Fetch capabilities
Inspect schemas
Mutation rules
- Prefer
checkout.previewandfees.estimatebeforecheckout.create. - Use
environment: "sandbox"until the merchant has production provider credentials. - Always set an
idempotencyKeyfor order-backed checkouts. - Pass
redirectUrlper checkout session when the merchant needs dynamic return pages. - Treat production activation and provider credential connection as human-approved steps.
Recovery pattern
When an API call fails, parse theerror.code, error.issues, and error.suggestion fields. Do not retry blindly. Fetch the schema for the failed operation, repair the payload, and retry once with the same idempotency key.