This would normally be used by Scalar (matrix.org), however it also allows for third-party bridge runners to more easily operate their bridge.
There's no set standard for provisioning APIs on bridges: it's just a collection of (normally) web endpoints that control various functions. For example /_matrix/provision/:roomId/:emailAddress could invite the email address into the given room.
This would normally be used by Scalar (matrix.org), however it also allows for third-party bridge runners to more easily operate their bridge.
There's no set standard for provisioning APIs on bridges: it's just a collection of (normally) web endpoints that control various functions. For example
/_matrix/provision/:roomId/:emailAddress
could invite the email address into the given room.