FAQ
Do I need API keys to call the gateway?
Not for the raw gateway payment flow. Paid routes useHTTP 402 plus x-payment instead of a normal API key model.
When should I use managed wallet mode?
Use it when you want an easier operator flow for repeated paid calls and do not want to build your own raw x402 signing loop for each request.When should I use raw x402 mode?
Use it when you want direct control over payment orchestration, are testing the public protocol path, or are integrating an external payer.Can routes be free?
Yes. A listing or endpoint can be configured so payment is not required before forwarding.What is the best discovery surface for agents?
GET /:api_slug/metadata
What is the best execution surface for agents?
POST /:api_slug/execute