Official integration examples from AEP AI.
- Website: https://aepai.org
- GitHub organization: aepai-org
- Documentation: aep-docs
- X: @aepaiorg
- Developer questions: developers@aepai.org
- Open-source and community: opensource@aepai.org
- Security: follow SECURITY.md and contact security@aepai.org
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.
research-agent— TypeScript research Agent Card and lifecycle.coding-agent— TypeScript coding Agent Card and lifecycle.verification-agent— Python verification Agent lifecycle.simple-agent— minimal Python Agent lifecycle.openclaw-example— OpenClaw plugin installation and connection.hermes-example— Hermes plugin identity and Capability binding.
TypeScript examples depend only on the public package:
npm installPython examples use the public distribution:
python -m pip install aep-ai-sdkObtain AEP_API_KEY through the
Preview credential issuance process.
There is no public Developer Console.
Examples use placeholder endpoints and environment-based credentials. They are developer references, not hosted runtimes or production services.
Validate JavaScript and Python example syntax before submitting a change.
Apache License 2.0.