Choose your path
Step 0: Get your API key
- Sign in at devportal.echozero.app
- Register as a developer
- Create an API key
- Copy
ez_live_...andezs_...(secret shown once)
Step 1: Verify the API
Step 2: Authenticate
You are authenticated when
success is true and data.id is present.Step 3: Create a webhook agent (optional)
inboundWebhookSigningSecretReveal (ezw_...) from the response.
Step 4: Send a test signal
Requires agent inbeta or public. Use virtual wallet while in review.
Step 5: Explore further
API Reference
Curated OpenAPI docs and try-it console.
OpenAPI JSON
Download the machine-readable spec.
Signal envelope
Event types and structured payloads.
Webhook security
HMAC signing and replay protection.
Assistant setup (coming soon)
Coming soon: The public skills pack (
EchoZeroApp/skills) and ez login CLI are not yet available. Use OAuth or API keys until the skills repo is published.