Skip to main content

User & access management

This page explains the controls that VIKTOR has to manage access to data and logic. These are divided into three categories: environment, app, and app instances.

App vs. app instance

An app contains only the logic — the code that defines the tool. It has no data and no users, and is created and maintained by developers.

An app instance is a running copy of an app that users open and work in. It holds the data, the users, and the access settings (such as visibility and permissions). A single app can have multiple app instances — for example, one per project or team. (App instances were previously known as workspaces.)

Environment access

Access to the environment can be setup in two ways:

Environment rights

Each user has two access attributes that determine the role they have. The possible combinations, together with their name are listed below. The matrix with their permissions is shown below.

Access levelDeveloper accessRole
UserInternal user
UserInternal developer
AdminAdmin user
AdminAdmin developer
External userExternal user
External userExternal developer
external userexternal developerinternal userinternal developeradmin useradmin developer
invite users to organizationnnnnyy
edit users on organizationnnnnyy
remove usersnnnnyy
create app instanceny*ny*yy
edit app instanceif app instance adminif app instance adminif app instance adminif app instance adminyy
set app instance visibility to publicnnnnyy
archive app instanceif app instance adminif app instance adminif app instance adminif app instance adminyy
manage users in app instanceif app instance adminif app instance adminif app instance adminif app instance adminyy
access private app instancewhen invitedwhen invitedwhen invitedwhen invitedyy
access internal app instancennyyyy
access public app instanceyyyyyy
view activity dashboardnnnnyy
list and modify workersnnnnyy
see librarynnyyyy
manage apps they maintainnynyyy
manage all apps on the platformnnnnyy
create appnnnyyy
publish app versionny*ny*ny

* Only for apps they maintain

Besides rights on the environment, there are more granular controls on apps and their instances.

App instance rights

App instance rights (what a user can do when they enter the app instance) are configured using usergroups. You define what this usergroup is allowed to do and assign users to this group. The possible permissions per object type are:

categorydetailexplanation
ReadNavigateMinimum (navigation) access, excluding summary info and excluding editor access
ReadBasicMakes an object and its summary information accessible to a user, not including the editor
ReadAllGives access to all object information including the editor
WriteCreateAllows the user to create an object
WriteUpdateAllows the user to update an object
WriteRenameAllows the user to rename an object
DeleteAllows the user to delete an object

Usergroup assignment differs between internal and private app instances:

  • private app instances: users are explicitly invited to get access. During invitation, the appropriate usergroup (and thus access level) is selected
  • internal app instances: users automatically get access when they are invited to the environment. They are added to the default user group of each internal app instance. This default can be configured per app instance.

App access

All users (except for external users/developers) can access the Library and find the applications that have been published. Here they can checkout app details and learn about the application and which developers maintain the app.

Apps are not used by users directly; these are app instances that are added to projects. The apps only contain the logic, without data and no users. Users can contact (one of) the maintainers to get access.

Internal developers and admin users can create apps. Developers are automatically assigned as the first maintainer on the app.

Managing apps happens outside of the Library. Developers manage the apps they maintain on the Develop page. Administrators manage every app in the organization from the "All apps" page in the Administrator panel.

App rights

Only app maintainers can publish new versions of an app. They are treated as being allowed to have access to the code. This means that error reports (with tracebacks containing code) are available to them.

App maintainers are not allowed to create app instances. They can use their development workspace when developing, but need explicit access to relevant app instances to get access to production data.

Agent access via MCP

caution

MCP lets users connect an external AI agent to your environment, so the agent can run VIKTOR apps on their behalf. It is currently in BETA, off by default, and enabled per environment on request.

What to know before asking for it to be enabled:

  • Users cannot exceed their own access. Each user authenticates as themselves, and every app run is checked against their access at the moment it runs. An agent reaches exactly the apps its user already reaches.
  • All of a user's apps are exposed. There is no allow-list of which apps may be reached over MCP, and users cannot pick a subset. Assume every published app a user can access is reachable by their agent.
  • Users approve the access explicitly. After the normal VIKTOR login, a consent screen states which account is being accessed and what is granted: seeing the logged-in user, seeing the available tools, and running them. The user has to click Allow, and can deny instead. The token cannot change accounts or credentials, but it can run apps and read results as that user, so tell your users to connect only agents and clients they trust.
  • App input and output leaves VIKTOR. Whatever an agent sends to an app, and whatever the app returns, passes through the agent's model provider. If your organization has restrictions on which providers may process engineering data, communicate them before enabling MCP, as VIKTOR cannot yet restrict which clients connect.