Step-by-step guide to initialize and configure the Prisme.ai platform products (Agent Creator, LLM Gateway, Storage, Governe, Insights, Builder, Helper Agents) on a self-hosted environment.
This guide walks you through installing and configuring the platform products on a self-hosted Prisme.ai deployment — Agent Creator, LLM Gateway, Storage (vector store), Governe, Insights, Builder, Helper Agents — once the platform itself is up and running.If you are upgrading an existing instance from legacy products, follow Migration v27 instead.The installation is split into four phases:
1
First connection
Log in as super admin and create your organization.
2
Products initialization
Import the new platform workspaces in the correct order.
3
Post-install configuration
Declare LLM providers, models, vector store and organization settings.
4
Organization configuration
Allowed models, join rules, appearance, menu.
This page assumes the platform is already deployed and configured — Helm release rolled out, image tags pinned, WORKSPACE_SECRET_* credentials exposed, readiness check passing. If you are not at that point yet, follow Install with Helm then Configuration.
Once all services are deployed, sign in to the platform with a super admin account — the accounts listed under config.admins in your Helm values.
2
Create your organization
From the onboarding screen, create your organization:
Name — the display name shown across the UI.
Technical name — the unique identifier used throughout the platform. It cannot be changed after creation.
3
Verify platform readiness
Open the native Govern app from the left menu and open the Infrastructure page.
Verify the platform is healthy by testing Vector Stores and native Services connectivity with the Test buttons.You can also manually call the Readiness API with shell commands.
4
Open Builder
After creation, you should be redirected to a near-empty platform with two links in the left menu: Builder and Govern. Open Builder.
From the left menu, open Govern → Models → Providers tab.
2
Declare each provider
Click Add provider and pick the provider type (OpenAI, Azure OpenAI, AWS Bedrock, …). For each provider:
Set the secret names to match the secrets you exposed via WORKSPACE_SECRET_llm-gateway_* environment variables (or stored in the LLM Gateway workspace Secrets).
Join rules control which users automatically become members of your organization.
1
Open Join Rules
Navigate to the Join Rules page.
2
Add a rule
Add a rule with:
Field: Email
Operator: matches (wildcard)
Value: * to match all authenticated users
Or configure a more specific filter if you only want a subset of users to join automatically. Other users can still join with an invite code or be invited manually by an org admin.
3
Pick the assigned role
On a fresh install there is no legacy role mapping to fall back on, so set Assign role explicitly — typically org:member for the default rule, and add stricter rules above it for admins / builders.
For more advanced rules — assigning different roles or groups based on email or SSO metadata — see the Join Rules documentation.
Check the Governe menu editor and organization access rules. Also confirm the product workspace was imported by the one-product group.
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
Check provider secret names, network egress to the model provider, provider API versions, deployment names, and rate limits.
Storage test fails
Check WORKSPACE_SECRET_storage_* secret names, vector store host reachability, credentials, TLS settings, and index permissions.
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
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.