Developers
Start with the CLI, then integrate against the same platform contracts.
The developer hub keeps the first-run path, REST edges, gRPC service contracts, and benchmark methodology in one public place.
Quickstart
Install Arivaran Git, run doctor, then create a worktree for an agent branch.
REST and gRPC overview
Use REST-shaped public edges where the product exposes web workflows; internal product contracts stay gRPC-first.
Benchmark methodology
The Git benchmark links to #10862 so disk, cache, and wall-clock claims can be checked.
API shape
REST for public web edges. gRPC for product service contracts.
The portfolio is built from explicit service contracts and typed clients, while public workflows stay browser and HTTP friendly.
REST edges
Good for public web workflows, account setup, webhooks, and status-compatible integrations.
gRPC contracts
Used across aaTwinSvc, aaEnrollSvc, aaSatGwSvc, and related services where typed streaming contracts matter.