Configuring AI Store
Configure and customize the AI Store module in your self-hosted Prisme.ai instance.
AI Store is the main entry point for users to access, explore, and interact with AI agents. It serves as a workspace-centric product where users can chat, select models, collaborate with AI using Prisme.ai Canvas, and manage their AI experience.
This page explains how to configure AI Store in a self-hosted setup, including onboarding, theming, privacy controls, and customization of behavior per user profile.
Global Configuration Schema
Canvas Custom Actions
AI Store integrates tightly with Canvas, allowing agents to process rich structured content. You can configure default AI behaviors for canvas interactions:
These prompts are displayed as button suggestions and passed to the LLM agent to guide interaction.
Upload & Retention Settings
Files uploaded via AI Store (for context or RAG) are retained for a configurable duration:
This value can be adapted per workspace or globally depending on your document handling policies.
Agent Creation
AI Store can contain multiple agents, each with:
- Unique names, descriptions, prompts, and categories
- Access rules and visibility constraints
- Tools and document collection bindings
- Monitoring and usage tracking
Agents can be created:
- Manually via AI Store for basic configuration and AI Knowledge for advanced settings.
- Automatically via AI Builder workflows
- Imported from other environments (e.g. DEV → PROD) using CI/CD and Prisme.ai APIs
Monitoring & Analytics
All agent usage within AI Store is traceable via:
- Workspace activity logs on AI Builder
- Analytics on AI Knowledge
- Centralized OpenSearch/ElasticSearch
- Feedback collection (thumbs up/down and comments)
- Metrics via Prometheus (e.g., avg. response time)
Example Integration in index.yaml
of AI Store workspace on AI Builder
Next Steps
Was this page helpful?