invariance_agent_set_key
Register or rotate your Ed25519 public key to enable signature verification for agent-written nodes, ensuring data integrity during invariance runs.
Instructions
Register or rotate the calling agent's Ed25519 public key. Once set, every node written by this agent must be signed with the matching private key (the server uses this key to verify signatures during invariance_run_verify).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| public_key | Yes | Ed25519 public key encoded as lowercase hex — exactly 64 hex characters (32 bytes). Example: "a1b2c3...e9f0" (64 chars total). |