Olvid Bots Documentation

Olvid logo

Olvid Bots Documentation#

Welcome to the world of Olvid Bots!

This comprehensive guide will walk you through the process of installing and developing your very own customized bots.

Glossary#

Glossary

This documentation covers several concepts that are specific to Olvid and this framework. We’ll attempt to define them now as clearly as possible.

Daemon#

A standalone and fully manageable Olvid application exposing gRPC services to control it.

Bot#

Any program interacting as a client with a daemon instance.

CLI#

A text-based interface to set up and manually interact with a daemon instance.

Identity#

An Olvid profile hosted in a daemon.

Client Key#

A unique identifier used to authenticate with the Olvid API. A client key is associated with an identity and only gives a client the permission to manage this identity.

API Key#

A key given by the Olvid team to let you use this framework without limitations. This key is set up once.

Let’s start!#