Developer Center
Quickly integrate AEP into your application
Quick Start
Install CLI Tool
Install the AEP command-line tool with one command
curl -fsSL https://github.com/aep-protocol/aep-cli/releases/download/v0.1.0/install.sh | sh Initialize Evidence Package
Initialize the evidence package structure in your project
aep init my-project Generate Evidence
Generate signed evidence for files or content
aep notarize artifact.md --project my-project Tool Matrix
MCP Server
Available17 MCP tools with native AI agent support
CLI Tool
AvailableCommand-line tool for batch notarization, verification and export
Python SDK
Coming SoonPython developer toolkit
Rust SDK
Coming SoonHigh-performance Rust implementation
Go SDK
Coming SoonGo language integration library
Code Examples
# init project
aep init my-project
# notarize a file
aep notarize report.md --project my-project
# validate the evidence package
aep validate evidence.aep {
"mcpServers": {
"aep": {
"command": "aep-mcp",
"args": ["--project", "my-project"]
}
}
} Documentation
The full protocol specification, API reference and integration guide are under construction and will launch with the documentation system in v0.2.