Alodai documentation
How to work with Alodai — accounts, platforms, sites, and the API reference generated from the services themselves.
Alodai builds and operates multi-tenant platforms. This site documents how to work with one: how you get an account, what a platform is made of, and how to call the API from your own code.
Where to start
Getting started
Create an account, and understand what is open to you today.
Platform
Platforms, sites, modules and packs — what the pieces are and how they fit.
Integrations
API keys, scopes and custom domains.
API reference
Every route in the two services that accept an organization API key.
About the API reference
The reference is generated from the services' own route registrations and from the schemas those routes actually validate against — not written by hand. A route that changes without the reference being regenerated fails the build.
Where a request schema could not be derived from the code, the operation is marked
unmeasured rather than given a plausible-looking shape. That marker is a real answer: it
means the route does not apply a shared schema to its input, and the honest thing to publish is
that fact. The proportion is not small today, and it is recorded in the audit that shipped this
site.
What this site does not do
Nothing here changes anything. Every control — minting a key, adding a domain, switching a capability on — lives in the Console, and this site links to it rather than reproducing it.