DevAny
.ai
Explore
Coding Ideas
Creative Lab
Models
Community
Learn
Academy
Documentation
Help & FAQ
Pricing
Sign in
Explore
Coding Ideas
Creative Lab
Models
Community
Learn
Academy
Documentation
Help & FAQ
Pricing
Sign in
Academy
/
Developer
/
Runtime and APIs
Intermediate
5 lessons · 34 min
Runtime and APIs
The SDK inside a generated app: data, accounts, files, email, AI.
Lessons in this chapter
1
Architecture overview
Where a generated app runs, how it reaches data, and what the boundaries are.
6 min
2
Data API: devany.db and devany.user
Shared collections vs the per-user store — same shape, different scope.
6 min
3
Accounts API: devany.auth
Signup, login, verification and reset — with their error codes.
7 min
4
Platform APIs: files, email, webhooks, AI
devany.files, devany.mail, devany.hook and devany.ai — gates, quotas and error codes.
8 min
5
Actions: server-side work (devany.fn)
Reaching outside, using a secret key, and receiving notifications from outside — without writing code.
7 min
Start the first lesson
Next chapter: Security and advanced topics