ProjexLight generates a complete app either way. Reusing ProjexCloud's SDKs is an opt-in accelerator, not a requirement. This page lays out both sides honestly so you can pick per project — and change your mind on a later export without touching existing code.
useProjexCloudSdks: true · you have a ProjexCloud tenantuseProjexCloudSdks: false · the default · no account neededMeasured across real AI generation sessions (ProjexLight baseline) — reusing SDKs compounds these because the backend isn't generated at all:
| Choose… | When your situation is… |
|---|---|
| Reuse SDKs accelerated | You're building a real product fast · you need identity/CRM/scheduling/billing/consent · compliance matters · you'd rather not run and secure a backend · you're already a ProjexCloud tenant. |
| Go standalone default | The app must be fully self-contained · it runs offline/air-gapped without ProjexCloud · you need total control of the stack · it's a throwaway prototype · you don't want a runtime dependency or per-call metering. |
| Mix common | Reuse ProjexCloud for the commodity backends (auth, CRM, notifications) and generate only your differentiated domain logic and UI. This is what most teams land on. |
| Domain | SDKs · APIs | You skip building… |
|---|---|---|
| Identity & Access (AIM) | 6 · 55 | login, sessions, personas, API keys, the whole six-layer identity model |
| Governance, Consent & Security | 10 · 56 | consent receipts, ReBAC, policy, DSAR/data-rights, secrets vault, audit chain, approvals |
| CRM & Engagement | 8 · 68 | contacts, deals, lead scoring, campaigns, tickets, content, events |
| Outreach & Communication | 8 · 111 | multi-touch sequences, booking/scheduling, deliverability, notifications, voice, handoff, incidents |
| AI & Agents | 7 · 53 | agent runtime, multi-LLM gateway, MCP bridge, semantic/ontology, search |
| Billing, Metering & Analytics | 4 · 16 | usage metering, invoicing, payments, analytics |
| Platform & Multi-Tenancy | 20 · 133 | tenants, workflow, webhooks, feature flags, media, geo, devices |
| Connectors & Integration | 1 · 18 | the framework to reach Salesforce/Slack/M365/Snowflake |
| Native HDK (mobile / edge) | 11 · 28 | camera, map, measure, scanner, offline sync |
useProjexCloudSdks) in your export config. Flip it on a later export to add or drop the SDK catalog + reuse rule — your already-generated code is never rewritten.
When you opt in, your CLI export bundles the machine-readable SDK catalog (mcp-server/data/sdk-catalog.json) and a reuse rule in the build instruction. During code generation the AI builder consults the catalog and, for each capability, decides reuse-vs-generate — reusing a ProjexCloud SDK (a gateway call with your tenant JWT) whenever one covers the need, and generating custom code only for the gaps. When you opt out, none of that ships and the builder generates everything, exactly as it does standalone.
← Back to the Developer Hub Browse the API Reference ↗ Agent Cookbook ↗
ProjexCloud · Developer Hub · v3.1