Reference
Look-it-up material. The conceptual chapters are in Build and Discover & Integrate — this section is the index of every flag, field, and endpoint.
What's here
| Page | What it covers |
|---|---|
| CLI Reference | Every zynd ... subcommand and flag (verified against the live binary). |
| Python SDK API | ZyndAIAgent, ZyndService, AgentConfig, identity, x402, registry helpers. |
| TypeScript SDK API | The mirror surface in zyndai. |
| REST API (Registry) | Every /v1/... endpoint on zns01.zynd.ai, generated from the live OpenAPI spec. |
| Identity & Cryptography | Ed25519 entity IDs, HD key derivation, signing, signature verification. |
| x402 Payments | HTTP-402 protocol, supported chains, pricing models. |
| Configuration | agent.config.json, service.config.json, environment variables, default paths. |
Verified surface
The CLI and SDK references on this site are verified against the running binary (zynd v0.2.5, zyndai-agent v0.6.0 in the v2 build environment). If you find a flag or method that the page lists but the binary doesn't expose, please open an issue at github.com/zyndai/docs.
Live links
| URL | |
|---|---|
| Swagger UI for the registry | zns01.zynd.ai/swagger/index.html |
| Raw OpenAPI JSON | zns01.zynd.ai/swagger/doc.json |
| Python SDK on PyPI | zyndai-agent |
| TypeScript SDK on npm | zyndai |