coc_init
Create a genesis block to start a tamper-evident Chain of Consciousness hash chain for AI agent provenance logging. Each subsequent entry links via SHA-256, enabling auditable, append-only activity tracking.
Instructions
Initialize a new Chain of Consciousness hash chain.
Creates a genesis block — the first entry in a tamper-evident, append-only
provenance log. Each subsequent entry links to the previous via SHA-256,
creating an unbroken chain proving agent existence and activity over time.
Args:
agent: Name/ID of the agent initializing the chain (default: anonymous)
Returns:
JSON with genesis block details (hash, timestamp, sequence 0)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | anonymous |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |