Docs
Start here
Aaly is a backend platform: you (or your AI agent) define entities, fields, relationships, and rules, and Aaly serves a production, multi-tenant REST API from that definition. Nothing is generated into a repository — there's no backend code for you to own.
These docs assume you have an Aaly account or are about to create one. Pick the path that matches what you're doing:
I'm evaluating Aaly
Read Concepts for the mental model, then Multi-tenancy for the isolation guarantee, then Limits for what isn't built yet — the fastest way to know if Aaly fits what you're building.
I'm building an app against an existing project
Start with Quickstart, then keep REST API open as a reference for filter operators, sorting, facets, and error codes.
I'm connecting an AI coding agent
Go straight to Connect an AI agent — the one-click OAuth path takes about a minute. MCP tools reference documents every tool your agent has once it's connected.
I need server-side logic
Functions and custom endpoints covers all of it — validation gates, enrichment, webhooks, third-party integrations, and non-CRUD routes are the same primitive. Start there rather than looking for a separate webhook or automation feature; there isn't one.
Everything on this site that describes what the platform does today is checked against the platform itself, not aspirational — see Limits for the explicit list of what's on the roadmap instead.