Prerequisites
- An Echo Zero developer account — sign in at devportal.echozero.app
- An API key or OAuth access token (see OAuth guide and API keys + HMAC)
curlor any HTTP client
1. Verify the API is up
2. Authenticate a request
Send your API key on every authenticated REST call:Authorization: Bearer <access_token> instead. See the OAuth guide.
3. Explore the API reference
Open the API Reference tab in the sidebar to browse endpoints, request bodies, and response schemas. The reference is generated from the live OpenAPI spec athttps://mcp.echozero.app/api/docs-json.
4. Connect via MCP (optional)
For AI assistant integrations, see the MCP Server guide. Your client shouldPOST to:
initialize and subsequent requests. Directory metadata lives at https://mcp.echozero.app/public/index.json.
What’s next
OAuth 2.1
Authorization code + PKCE for assistant clients.
Signal envelope
Event types, idempotency, and delivery semantics.
Webhook security
HMAC verification and replay protection.
Sandbox
Test integrations without production side effects.