- Server actions bundle the required headers (
X-User-Role,X-Developer-Key,X-Project-ID,X-API-Key) viauseRegistrationHeaders. - Timeouts and error handling follow the AbortController pattern (
10_000ms) implemented acrossapp/actions.tsand console actions. - Route Handlers can share the same helpers because they import from the shared
libdirectory.
Advanced Topics
API Integration
Call the Cloud API from server actions and Route Handlers with full RBAC headers.
Reuse the patterns already in the codebase when calling the Cloud API:

