Use this guide after the core platform is deployed and reachable. It covers the product setup sequence for the new Prisme.ai stack: Governe, LLM Gateway, Storage, Agent Creator, Insights, Builder, and helper agents.Documentation Index
Fetch the complete documentation index at: https://prismeai-docs-next.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Legacy Knowledges and AI Store settings are only relevant when migrating an existing installation. For migration-specific steps, use Migration v27.
Configuration flow
Verify the platform
Confirm that core and app services are healthy before importing product workspaces.
Import product workspaces
Use the Platform workspace bulk import to install the required workspace groups in order.
Configure Governe
Set the administration token, organization defaults, menu, roles, and access rules.
Configure Storage
Connect the vector store and file storage services used by knowledge, files, and agent capabilities.
Product stack
| Product | What you configure | Where to configure it |
|---|---|---|
| Governe | Organizations, roles, SSO access, model governance, menu, appearance, observability. | Govern app and Governe workspace secrets. |
| LLM Gateway | Provider credentials, model catalog, default models, routing, quotas, and provider tests. | Govern > Models and LLM Gateway workspace secrets. |
| Storage | Vector store driver, credentials, index prefix, file and vector store connectivity. | Govern > Infrastructure and Storage workspace secrets. |
| Agent Creator | Agent creation, capabilities, templates, and published agent access. | Agent Creator product and Governe roles. |
| Insights | Conversation analytics, evaluation access, and monitoring dashboards. | Insights product and Governe roles. |
| Builder | Workspaces, apps, automations, templates, custom code, and product helper wiring. | Builder product and workspace settings. |
| Helper Agents | Form-assistance agents used by products. | Helper Agents workspace and Governe product configuration. |
Prerequisites
Before configuring products, make sure the base deployment is ready:- You can sign in as a super admin.
- The Platform workspace is visible in Builder.
- Core services are running:
prismeai-api-gateway,prismeai-console,prismeai-pages,prismeai-workspaces,prismeai-events, andprismeai-runtime. - App services required by product workspaces are running when used:
prismeai-functions,prismeai-crawler, andprismeai-searchengine. - Object storage, uploads storage, workspace storage, and databases are configured.
- Elasticsearch or OpenSearch is available if you use vector stores.
- LLM provider credentials are available as platform secrets or environment variables.
Readiness check
Run the platform readiness endpoint before importing or configuring products:ready status. Resolve readiness errors before continuing.
Offline or private-network deployments
For restricted environments, check these points before product initialization:prismeai-functionsneeds access to an npm registry when Custom Code dependencies are installed. If the public npm registry is not reachable, setNPM_CONFIG_REGISTRYto your internal registry.- If internal or self-signed certificates are used, mount the CA bundle in services that call internal HTTPS endpoints.
- Python services such as
prismeai-crawlerandprismeai-searchengineuseREQUESTS_CA_BUNDLE. - Node.js services use
NODE_EXTRA_CA_CERTS. - LLM providers, vector stores, and crawler targets must be reachable from the relevant pods or containers.
Runtime app endpoints
Some product workspaces call app microservices through the runtime. With the standard Helm charts, these values are normally initialized for you. If you run a custom deployment, verify the runtime configuration:FUNCTIONS_HOST must be reachable from prismeai-runtime and should point to prismeai-functions.
SEARCHENGINE_HOST must be reachable from prismeai-runtime and should point to prismeai-searchengine.
If you use Collections from Builder apps, also verify the collection storage configuration:
Import product workspaces
Product workspaces are imported from the Platform workspace. Only super admins can access this workspace. Import the groups in this order:| Order | Group | Contains |
|---|---|---|
| 1 | base1 | Foundation apps such as Custom Code and Prisme.ai API. |
| 2 | base2 | Extended apps such as Crawler, NLU, and search integrations. |
| 3 | extended | Legacy workspaces kept for compatibility or migration. |
| 4 | one-product | New product workspaces such as Governe, LLM Gateway, Storage, and Agent Creator. |
Import from the UI
- Open Builder as a super admin.
- Open the Platform workspace.
- Go to Settings -> Versions -> Platform Pull.
- Select the release repository.
- Select the group to import.
- Start the import and monitor the Activity feed.
- Repeat for the next group only after the completion event appears.
Import from the API
You can trigger the same import through the API:base2, extended, then one-product.
Configure Governe first
Governe is the control plane for organizations, roles, product access, models, and platform appearance. Configure it before opening products to end users.Administration token
- Sign in as a super admin.
- Generate a long-lived access token for the Governe workspace.
- Open the Governe workspace in Builder.
- Open Settings -> Secrets.
- Store the token in the
adminAccessTokensecret.
Organization baseline
In Govern, configure:- The organization name and technical identifier.
- Join rules for users who authenticate through local auth or SSO.
- Default organization roles.
- Groups used for product access.
- Appearance, legal links, and menu entries.
Configure LLM Gateway
LLM Gateway centralizes model providers and exposes a consistent model catalog to products.Provider secrets
Store provider credentials either:- In environment variables using the
WORKSPACE_SECRET_llm-gateway_*prefix. - Directly in the LLM Gateway workspace under Settings -> Secrets.
Providers and models
- Open Govern.
- Go to Models -> Providers.
- Add each provider and reference the matching secret names.
- Save the provider configuration.
- Switch to Models.
- Add the completion, embedding, multimodal, and tool-capable models you want to expose.
- Test each model from the UI.
Organization model policy
After the model catalog is valid:- Open the target organization.
- Go to Agent controls.
- Select the allowed models.
- Choose default completion and embedding models.
- Save.
Configure Storage
Storage handles files, vector stores, and knowledge-backed retrieval for the new product stack.- Open Govern.
- Go to Infrastructure.
- Select the vector store driver: Elasticsearch or OpenSearch.
- Reference the credential secrets.
- Set the vector index prefix.
- Save and click Test.
- In environment variables using the
WORKSPACE_SECRET_storage_*prefix. - Directly in the Storage workspace under Settings -> Secrets.
Enable product access
Once Governance, LLM Gateway, and Storage are configured, validate user-facing products.Agent Creator
Use Agent Creator for creating, testing, and publishing agents.- Open Agent Creator.
- Create a small test agent.
- Select an allowed model.
- Add a simple instruction.
- Test it in the playground.
- Confirm the agent appears only for users or groups that should access it.
Insights
Use Insights after conversations start flowing through agents.- Open Insights.
- Confirm dashboards load.
- Check that access is restricted to admin, analytics, or governance users.
- Verify that conversation and evaluation data appears for test agents.
Builder
Use Builder to configure product workspaces, install apps, run automations, and maintain custom workflows. Validate:- The Platform workspace can import release groups.
- Custom Code can run a simple function.
- Crawler and search apps work if website ingestion is enabled.
- Product workspaces are visible only to the right administrators.
Helper agents
Helper agents assist users while they fill forms in Prisme.ai products.- Configure
HELPER_AGENT_ENDPOINT. - Open the Helper Agents workspace.
- Run the initialization automations.
- Configure generated helper credentials in Governe.
- Test helper availability from a product form.
Validation checklist
Before handing the platform to users, verify:- Readiness API returns
readyfor required services. - All product import groups completed without errors.
- Governe has a valid
adminAccessToken. - Organization join rules assign the expected roles and groups.
- Menu entries point to the enabled products.
- At least one completion model and one embedding model are tested and allowed.
- Storage infrastructure test passes.
- Agent Creator can create and run a test agent.
- Insights access is restricted and dashboards load.
- Custom Code and Crawler tests pass if those apps are enabled.
Troubleshooting
A product is missing from the menu
A product is missing from the menu
Models do not appear in Agent Creator
Models do not appear in Agent Creator
Confirm that the model exists in Govern > Models, the provider is saved, the model test succeeds, and the model is allowed for the user’s organization.
Model tests fail
Model tests fail
Check provider secret names, network egress to the model provider, provider API versions, deployment names, and rate limits.
Storage test fails
Storage test fails
Check
WORKSPACE_SECRET_storage_* secret names, vector store host reachability, credentials, TLS settings, and index permissions.Bulk import reports errors
Bulk import reports errors
Open the
workspaces.bulkImport.completed event in the Platform workspace Activity feed. Check the errors payload, resolve missing dependencies or slug conflicts, then re-import the failed group.Custom Code apps fail after import
Custom Code apps fail after import
Check
prismeai-functions logs for dependency installation errors. If dependencies are still installing or missing, re-save the affected Custom Code app to restart installation.Next steps
Configure Governe
Set up organizations, roles, model governance, and platform access.
Model governance
Manage providers, models, defaults, and routing behavior.
Agent Creator
Create and test agents once models and storage are configured.
Install from scratch (v27)
Fresh-install walkthrough — Helm values, bulk import, providers, models, vector store.
Migration v27
Migrate legacy Knowledges and AI Store settings to the new stack.