@aepai/openclaw
v0.2.0
Published
OpenClaw plugin for connecting an existing runtime to AEP
Maintainers
Readme
AEP for OpenClaw
Official OpenClaw Connector plugin from AEP AI.
Project links and contact
- Website: https://aepai.org
- GitHub organization: aepai-org
- Documentation: aep-docs
- X: @aepaiorg
- Developer questions: [email protected]
- Open-source and community: [email protected]
- Security: follow SECURITY.md and contact [email protected]
Release status
v0.1.0-developer-preview is a Developer Preview. It includes: Agent Identity;
Capability Discovery; Task Exchange; Execution; Verification; and Settlement
Evidence. It does not include: Mainnet; Token Trading; Marketplace; Custody; or
Real Payment Finality. APIs and compatibility guarantees may change.
Install
openclaw plugins install npm:@aepai/openclawFor a reproducible Preview deployment, install
npm:@aepai/[email protected]. Connector 0.1.0 requires OpenClaw plugin API and
Gateway >=2026.7.2-beta.6. Re-run connection and heartbeat verification after
each upgrade; compatibility across Preview minor versions is not guaranteed.
Connect
export AEP_API_KEY=<developer-key>
openclaw connect aep \
--base-url https://api.aepai.org \
--endpoint https://runtime.example/aep \
--runtime-agent-id research-agent \
--name "Research Agent" \
--capability research=<capability-uuid>The plugin binds Agent identity, publishes explicit Capability IDs, creates a
Connector Session, sends heartbeat telemetry, maps Tasks, and registers
Artifact-first results. It does not host OpenClaw or execute AEP payments.
The AEP API must use HTTPS. --allow-insecure-localhost is available only for
explicit loopback development; public HTTP fails with HTTPS_REQUIRED before
the API key is sent.
Development
npm ci
npm testLicense
Apache License 2.0.
