Settings
Identity & setup
See what still needs to be configured before Assembly Hangar is production-ready.
Readiness
Platform setup needs attention
56% readyThis page keeps required configuration separate from daily workspace use and provider management.
Identity & access
Needs setup50%
Connectors
AI, repository and workflow systems85%
Validation
Production smoke readiness33%
Production validation
These are the gates that must pass before Assembly Hangar can be treated as production-ready. Technical values stay folded until needed.
Validation gates
Live-readiness checks for tenant-safe database behavior, repository access and external evidence publishing.
GitHub App live smoke
Repository connector is available.
Next action: Run a repository smoke test when a release or agent workflow is ready.
Technical requirements
Required values: GITHUB_APP_ID, GITHUB_APP_PRIVATE_KEY, GITHUB_APP_SLUG, PRODUCT_FACTORY_WEB_URL, tenant installation
Validation command: pnpm --filter @ventureos/product-factory-api test -- settings.service.test.ts product-factory.service.test.ts
Custom API publish smoke
External workflow publishing is not fully configured.
Next action: Save the endpoint and credential, then test the connector from Integrations.
Technical requirements
Required values: Custom API enabled, base URL, encrypted credential, passing health check
Validation command: pnpm --filter @ventureos/product-factory-api test -- settings.service.test.ts product-factory.service.test.ts
Tenant database validation
Database validation needs test connection and secret configuration.
Next action: Provide validation database and encrypted secret configuration before production validation.
Technical requirements
Required values: DATABASE_URL, TEST_DATABASE_URL, INTEGRATION_SECRET_KEY, migrations applied
Validation command: TEST_DATABASE_URL=... INTEGRATION_SECRET_KEY=... pnpm --filter @ventureos/product-factory-api test -- postgres.integration.test.ts
Setup contextOpen identity, connector and GitHub App setup details when you need configuration context.Needs setup85% connectorsShow context
Identity & Access
Current authentication mode, tenant context and production auth readiness. No tokens or provider secrets are shown.
- Session mode
- Demo mode
- Tenant
- VentureOS Demo
- Role
- Owner
Authentication details
Session mode
ReadyDemo auth mode is explicitly configured.
Auth issuer
Missing configurationAUTH_PROVIDER_ISSUER is missing.
Auth audience
Missing configurationAUTH_PROVIDER_AUDIENCE is missing.
JWKS source
Missing configurationConfigure AUTH_PROVIDER_JWKS_URL, AUTH_PROVIDER_JWKS_JSON, or issuer-derived JWKS.
Web API fallback
ReadyDemo auth mode uses tenant headers.
Tenant context
ReadyVentureOS Demo membership is active.
Platform readiness
The required provider connections that determine how much Assembly Hangar can do without manual work.
AI generation
ConnectedAI generation can use the configured provider.
Repository access
ConnectedRepository access is available.
External workflows
Needs setupExternal workflow API is optional for the current workflow.
GitHub App setup packet
A secret-free checklist for creating or updating the GitHub App connector.
Use this packet when setting up repository access. Store real secrets only in your environment or secret manager.
GitHub App technical values
Missing values: PRODUCT_FACTORY_WEB_URL
Callback URL: https://product-factory-six.vercel.app/settings/github/callback