APIs
Build HTTP endpoints that power your apps. Define inputs, add logic, query data, and return responses — all from one place.
Custom Functions
Create reusable blocks of logic that can be called from APIs, tasks, triggers, or other functions.
Background Tasks
Schedule logic to run on a timer (cron jobs) or execute long-running processes in the background.
Triggers
Run workflows automatically in response to events — database changes, realtime messages, agent actions, and more.
Middleware
Add logic that executes before or after other workflows — useful for auth checks, logging, and request validation.
Addons
Fetch related data alongside your queries — join tables, aggregate results, and enrich responses without extra requests.