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
Language
English
Türkçe
Academy
/
Developer
/
Runtime and APIs
Intermediate
6 lessons · 41 min
Runtime and APIs
The SDK inside a generated app: data, accounts, files, email, AI.
Lessons in this chapter
1
API & MCP: manage your account from Claude Code and OpenAI
Create a key, connect to the MCP server; list projects, start builds, edit data and images — without opening the console.
7 min
2
Architecture overview
Where a generated app runs, how it reaches data, and what the boundaries are.
6 min
3
Data API: devany.db and devany.user
Shared collections vs the per-user store — same shape, different scope.
6 min
4
Accounts API: devany.auth
Signup, login, verification and reset — with their error codes.
7 min
5
Platform APIs: files, email, webhooks, AI
devany.files, devany.mail, devany.hook and devany.ai — gates, quotas and error codes.
8 min
6
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