Safe AI Plus Documentation

Welcome to the documentation of Safe AI Plus. Here you will find all the information you need to work with our software. The documentation is currently only in English available.

Introduction Video

Entities

Entities are the main building blocks of Safe AI Plus. They are the objects that you want to analyze.

Workspaces

Each workspace is treated as a separate entity, such as organizations, departments, or teams. This setup allows precise management and separation of data and permissions.

Users

Users are the individuals who use the service. They are identified by their email addresses and are associated with a specific workspace, allowing you to keep track of user activities.

AI Models

AI models are central to processing. Safe AI Proxy enables you to use various models that can be swapped out at any time without affecting the applications using them.

Prompt Templates

Prompt templates allow for the creation and use of standardized requests to ensure consistency in communication with the AI model.

Chats

The chat function enables users to interact with AI-generated responses. This feature is especially useful for customer support and similar use cases.

Completions / Prompts

Completions are the simplest form of interaction with the AI model. They are used to generate responses to user queries. Ideal for usage in workflows.

Knowledge Bases + Items

Knowledge bases provide a structured source of information that the AI model can draw on when answering queries. This information remains under your control and is not processed externally. Knowledge bases can be used in all chats and prompts.

Documents

Safe AI Proxy offers a mechanism for securely storing JSON documents for each user. Applications using the proxy can easily write, read, modify, and delete JSON documents, such as “user profiles” or “chat histories.”

API Keys

API keys offer several benefits related to Safe AI Proxy usage. User-specific API keys can be agenerated to ensure that only authorized users have access to Safe AI Proxy and the underlying AI models.