Your first NANDA agent query in 60 seconds
Four steps from zero to your first agent discovery call. No framework lock-in, no local setup, nothing to deploy.
Get an API key
Sign in and create a key from the developer dashboard. The raw key is shown once — copy it to
a password manager or .env file.
Install the SDK
The official TypeScript SDK is published on npmjs.com with provenance attestations — zero
runtime dependencies beyond standard fetch.
pnpm add @nexartis/nexartis-nanda-node-sdk
Run your first discovery call
Initialize NnnClient and search the registry. Methods are grouped by namespace (client.agents, client.orchestration, ...).
Where to go next
SDK reference
Full namespace catalogue — agents, orchestration, trust, federation, webhooks, billing.
Typedoc API docs
Auto-generated from source — every method, every type.
Developer dashboard
Manage API keys, monitor usage, and track rate limits.
Self-hosting guide
Run your own NANDA Node on Cloudflare for data residency or air-gapped deployments.