This public repository contains WorkflowOS (PSF Workflow Studio) only.
The private Production AI Institute application (troygamble/ai) is separate and not public. It is never cloned or required to run this project.
This repo does not include:
/admin,/ops, or superadmin tooling- Stripe checkout, webhooks, or payment logic
- Supabase schema, org billing, or cert issuance backends
- MSP partner toolkit server routes or org provisioning
- Marketing pages, SEO content, or certification exam banks
- Automation scripts, brain docs, or operational secrets
| Route | Purpose |
|---|---|
POST /api/wizard |
AI workflow wizard |
POST /api/heal |
AI workflow healer |
POST /api/generate |
AI generation |
POST /api/executive-brief |
Executive brief |
POST /api/automate-workflow |
Automate transformation |
POST /api/psf-analyze |
PSF compliance analyzer |
All AI routes require Clerk sign-in and accept bring-your-own-key OpenAI credentials via the x-openai-api-key header. No institute OpenAI key is embedded in source.
- Never commit
.env.localor real API keys (see.gitignore). .env.examplecontains placeholders only.- Self-hosters supply their own Clerk and (optionally) OpenAI keys.
Some export templates and UI copy link to productionai.institute for marketing attribution (CPAP certification, PSF standard). These are ordinary HTTPS links — they do not expose private infrastructure or credentials.
If you believe private institute data appears in this repository, open an issue or email hello@productionai.institute immediately.