Capability
API apps
Build a micro app once, then use it programmatically through API access instead of rebuilding the same app logic elsewhere.
Why API apps matter
Some app flows are best used by systems, not just people. API apps make it easier to reuse the same focused micro app from other services and workflows.
Use the same micro app from backend systems or workflows
Keep app behavior reusable instead of rebuilding logic in multiple places
Give one focused app a clear programmatic entry point
Common use cases
Internal workflow actions
Backend-triggered form processing
Lookup or scoring flows
Reusable service-like app endpoints