Skip to content

AEP for OpenClaw

Official OpenClaw Connector plugin from AEP AI.

Project links and contact

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/openclaw

For a reproducible Preview deployment, install npm:@aepai/openclaw@0.1.0. 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 test

License

Apache License 2.0.

About

Native OpenClaw plugin for connecting an existing runtime to AEP.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages