Session API / RPC
The Session API/RPC serves as the main gateway for institutional clients and AI agents to interact with the network. It handles incoming requests, authenticates users, and coordinates with other systems like the Reputation Ledger, Relayer, and Enshrined Firewall to process these requests appropriately.
Here’s an example on how the Session API can be used through our SDK to procure a SOCKS5 based proxy which acts as an interface into our system. This enables efficient data pipelines and complex codebases require minimal changes to implement the session network!
Last updated