Make an Agent Pay
The shortest path to an agent paying for a protected endpoint with Axo.
This is the core Axo activation flow: your agent makes a request, receives a payment challenge, pays it, and gets the protected response.
Choose A Path
CLI Path
Use axo init and axo fetch for the fastest end-to-end proof.
SDK Path
Use @axobot/fetch if you want to embed the flow into your own runtime.
Agent Instructions
Hand a copy-paste prompt directly to an agent.
The Minimal CLI Flow
npm install -g @axobot/cli
axo init --key <your_api_key>
axo fetch https://api.zbdpay.com/protected --max-sats 100If you want the quickest possible activation path, start there.