QovaQova docs
Get Started

Get Started

Install the SDK, register your first agent, and query a score in under 5 minutes.

Get from zero to querying an agent's reputation score in under 5 minutes.

Overview

Qova provides two ways to interact with the protocol:

  1. TypeScript SDK (@brnmwai/qova-core) - Full type-safe client for all contract interactions
  2. REST API - 21 HTTP endpoints for any language or platform

Both methods give you access to the same on-chain data: agent scores, transactions, budgets, and verification.

What You'll Need

  • Bun v1.3+ (or Node.js 20+)
  • An agent wallet address to query or register
  • A wallet with testnet funds (only for write operations)

Next Steps