access.md

December 15, 2025 ยท View on GitHub

๐Ÿ”’ Access

This bot employs access control to decide who can use its services and manage its configuration.

๐Ÿ‘‹ Joining rooms

The bot automatically joins rooms only when invited by someone considered a bot ๐Ÿ‘ฅ user.

๐Ÿ‘ฅ Users

The bot can be used by users that match some dynamically configured Matrix user id patterns.

Users:

The following commands are available:

  • Show the currently allowed users: !bai access users
  • Set the list of allowed users: !bai access set-users SPACE_SEPARATED_PATTERNS

Example patterns: @*:example.com @*:another.com @someone:company.org

๐Ÿ‘ฎโ€โ™‚๏ธ Administrators

Administrators can manage the bot's configuration and access control.

Administrators are ๐Ÿ‘ฅ Users and ๐Ÿ’ผ Room-local agent managers implicitly, so they inherit all their permissions.

The bot can be administrated by users that match some statically configured Matrix user id patterns.

Administrators cannot be changed without adjusting the bot's configuration on the server.

๐Ÿ’ผ Room-local agent managers

Room-local agent managers are users privileged to create their own agents (see !bai agent) in rooms.

Warning

Letting regular users create agents which contact arbitrary network services may be a security issue.

The following commands are available:

  • Show the currently allowed users: !bai access room-local-agent-managers
  • Set the list of allowed users: !bai access set-room-local-agent-managers SPACE_SEPARATED_PATTERNS

Example patterns: @*:example.com @*:another.com @someone:company.org