Documentation Index
Fetch the complete documentation index at: https://docs.provenlog.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/verify
Verify hash chain integrity for an agent.Query parameters
| Parameter | Type | Description |
|---|---|---|
agent_id | string | Required. Agent ID to verify |
Example
Response (valid)
Response (invalid)
GET /v1/merkle/root
Compute the Merkle root across all chains.Example
Response
GET /v1/export
Export a verifiable evidence package.Query parameters
| Parameter | Type | Description |
|---|---|---|
agent_id | string | Required. Agent ID to export |
since | string | Start time (ISO 8601) |
until | string | End time (ISO 8601) |
Example
Response
Returns a.plog JSON document containing events, hash chain data, and Merkle inclusion proofs. See Verifiable Exports for the full format.