Aranya Documentation An overview of the Aranya project

Aranya APIs

Aranya provides two sets of APIs to interact with the Aranya Client and Daemon, a Rust API and a C API.

These APIs will allow users to do things like:

  • Create teams
  • Add and remove users
  • Configure syncing peers
  • Assign and revoke roles
  • Create encrypted channels
  • Send and receive data

To learn more about the specific APIs, please take a look at the respective Rust and a C APIs.