Get a Credential
Install jiaozi-validator (4 steps)
It is not built into your computer. After install, scan your agent folder locally and paste the printed JSON summary into the box below to claim.
Download and install Python
Python 3.9+ recommended. Tick “Add Python to PATH” during setup.
Official Python download →Open a shell (or cmd / PowerShell)
Windows: search Start for Command Prompt or PowerShell. macOS / Linux: open Terminal.
Type the install command in the shell
Install from PyPI:
python -m pip install jiaozi-validatorCheck the install worked
If you see help text, the install succeeded.
jiaozi-validator --help
After install: scan → get JSON → paste to claim
Where is the agent info?
It is the folder on your computer that holds the AI agent project (the directory with its code). Put that path in --path; put the name you gave the agent in --agent-name.
You don’t write the JSON by hand — the tool prints it
Prepare an owner public key file owner.pub (generation command is on the Integrate page), then run:
jiaozi-validator --agent-name MyAgent --path ./my-agent --owner-pubkey-file owner.pub --dry-runThe terminal prints a full jiaozi.attest.v1 JSON (fingerprint + score). Source code is never uploaded.
Paste the whole JSON below → submit to claim
The template in the box below only shows the field shape — replace it with the real summary from the tool. After checks pass, we issue a credential ID.
