Documentation
Get started with vendor-proof compliance archiving.
Quickstart
From zero to first record in under 30 minutes.
API Reference
Endpoints, authentication, manifest schema.
Vault Setup
CloudFormation templates, IAM roles, readiness checks.
Production Kit
Offline verification, export formats, drill receipts.
Quickstart
2. Deploy your vault
Run our CloudFormation template in your AWS account.
aws cloudformation create-stack \
--stack-name evidence-vault \
--template-url https://evidence-api.com/cfn/vault-v1.yaml
--stack-name evidence-vault \
--template-url https://evidence-api.com/cfn/vault-v1.yaml
3. Send your first record
curl -X POST https://api.evidence-api.com/v1/evidence \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"email","payload":"base64...","custodians":["trader@example.com"]}'
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"email","payload":"base64...","custodians":["trader@example.com"]}'
4. Run your first drill
./production-kit scan --vault s3://your-vault
./production-kit export --format pdf,pst
Learn about the export drill →./production-kit export --format pdf,pst