Learn what Rails offers, how to run your first request, and where to read HTTP details and SDK examples.
menu_book
How the platform is shaped
Users, accounts, and ledger run as separate services so a failure in one area is less likely to take
down everything, and each service has a clear contract. Guides explain how the pieces connect and
how to run samples or the open-source stack on your laptop.
terminal
How to integrate from code
Official SDKs are built from the same API description as this site, so method names and routes stay
aligned with what you read here. Use guides for concepts, then open the API Reference tab for paths,
request bodies, and copy-ready examples.
Choose how much you want to run locally: sample apps only, or the full open-source services.
Browse the live HTTP catalog and per-language snippets. For runnable demo servers and repo layout, follow Quick start; for install commands per language, see SDK overview.