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.

Creating a Chat Agent
Chat is not a standalone product, but a type of intelligent agent that can be created and configured within Prisme.ai, using either Agent Creator or Knowledges, depending on the user’s permissions and organizational context. It offers a secure, AI-powered conversational experience that can be public to the instance or scoped to a specific entity, based on access rules and SSI (Security & Information Systems) configurations.Creation Options
You can create a Chat agent using one of the following methods:Manual Creation via Agent Creator or Knowledges
Manual Creation via Agent Creator or Knowledges
Users with sufficient permissions can create Chat agents manually through the platform UI:
- Navigate to Agent Creator (for general-purpose assistants)
- Or go to Knowledges > Agents (for knowledge-centric assistants)
- Set visibility (
public,group-limitedon Users tab, etc.) - Define agent prompt, tools, documents, and runtime settings
Automated via Builder
Automated via Builder
Use automation to define and deploy agents across environments:Example workflow:This ensures traceability and multi-environment management.
Agent Capabilities
A Chat agent typically supports:- Summarization of documents and meeting notes
- Comparison between files or texts
- Rephrasing and rewriting content
- Drafting emails, notes, or reports
- Web search (if enabled) with source citations
- Secure document handling with contextual processing
Configuration Options
Visibility & Access Control
Visibility & Access Control
- Set
public: trueto make the agent visible to all users. - Or
public: falseand then assign access by group, entity, or workspace role using an automation on Builder
LLM & Prompting
LLM & Prompting
- Connect to multiple LLMs (OpenAI, Mistral, Claude, Ollama…)
- Define a prompt depending on use case to define tone, role, behavior
Optional Tools & Webhooks
Agents can include tools and hooks to enhance capabilities:Tools Integration
Add tools to your Chat agent:
- Web browsing
- Code Interpreter
- Image Generation
- Custom tools
Webhooks
Use webhooks for:
- Pre-processing messages before LLM call
- Validating user input or controlling access
- Scanning and classifying uploaded documents
- …
Monitoring Agent Activity
You can monitor the Chat agent’s activity through:- The Activity tab inside the agent’s workspace (Knowledges)
- The Builder interface, if the agent was deployed via automation
- Optionally, activity logs can be streamed to ElasticSearch/OpenSearch
- Agent usage
- Chat events
- Feedback collection
- RAG/document interaction logs
Next Steps
Agent Creator
Learn how to manage and deploy agents in the Store
Knowledges
Organize collections and document-based agents
Monitoring & Logging
Track usage and agent activity in real-time
Create an agent
Learn more about agent creation