- 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.

