Skip to main content

Installation

Commands

Login

Save your API key for future commands:
Credentials are stored in ~/.config/axra/credentials.json with 0600 permissions. You can also use environment variables:

Listen (webhook forwarding)

Forward webhook events to your local development server:
This opens a WebSocket connection to the Axra API and forwards every webhook event to your local URL with the Axra-Signature header intact — so you can test signature verification locally.

Trigger (test events)

Send a test webhook event to your active axra listen session:
Available test events:

Full workflow

Use axra listen during development instead of exposing your local server with ngrok. It’s faster and doesn’t require port forwarding.