Reuse the patterns already in the codebase when calling the Cloud API:Documentation Index
Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
- 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.

