AEP

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

Available

17 MCP tools with native AI agent support

CLI Tool

Available

Command-line tool for batch notarization, verification and export

Python SDK

Coming Soon

Python developer toolkit

Rust SDK

Coming Soon

High-performance Rust implementation

Go SDK

Coming Soon

Go 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.