Skip to content
Snippets Groups Projects

About this documentation

This documentation aims to explain what you need to know in order to connect to Arti over its RPC interface.

At present (Jan 2025), it is incomplete; you can help expand it by collaborating at https://gitlab.torproject.org/tpo/core/arti.

Here we try to explain what Arti's RPC interface is, the key concepts you'll need to know to use it, and how to use it to invoke methods on Arti.

This documentation is currently divided into a user guide, and a set of specifications. They have different intended audiences: the user guide is meant for all application developers, whereas the specifications are meant for developers who need to write an RPC client library from scratch.

Other documentation

The method reference, which explains which methods that you can invoke, is currently documented at a temporary location; we'll replace this with a more permanent URL.

Note that you can't do very much with the RPC API right now; we'll be adding new methods as development continues.

Assuming that you don't want to write your own RPC client from scratch, you'll probably be using our own Rust RPC client library, which has wrappers in C and in Python. We'll touch on using them here, but you'll also want to consult their own API reference documentation.