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.

  1. Download and install Python

    Python 3.9+ recommended. Tick “Add Python to PATH” during setup.

    Official Python download →
  2. Open a shell (or cmd / PowerShell)

    Windows: search Start for Command Prompt or PowerShell. macOS / Linux: open Terminal.

  3. Type the install command in the shell

    Install from PyPI:

    python -m pip install jiaozi-validator

    View jiaozi-validator on PyPI →

  4. Check the install worked

    If you see help text, the install succeeded.

    jiaozi-validator --help

After install: scan → get JSON → paste to claim

  1. 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.

  2. 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-run

    The terminal prints a full jiaozi.attest.v1 JSON (fingerprint + score). Source code is never uploaded.

  3. 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.

Need key generation and full commands? See Integrate →