Documentation Index
Fetch the complete documentation index at: https://docs.spellguard.ai/llms.txt
Use this file to discover all available pages before exploring further.
Logging Backends
AMP separates commitment logging (proof that message existed) from message archiving (storing encrypted content).Commitment Backends
Commitment backends provide tamper-evident audit trails.| Backend | Description | Properties | Cost |
|---|---|---|---|
memory | In-memory store | Volatile, fast | Free |
rekor | Sigstore transparency log | Immutable, public, Merkle proofs | Free |
Archive Backends
Archive backends store encrypted message content.| Backend | Description | Properties | Cost |
|---|---|---|---|
memory | In-memory store | Volatile, fast | Free |
s3 | AWS S3 with Object Lock | WORM compliance, supports S3-compatible services | S3 pricing |