Invoket documentation
Invoket is an x402 gateway that lets
you pay for an API call per unit, in stablecoin, with no account and no
API key. Payment settles directly within the HTTP exchange, through the
402 Payment Required status code.
Who it is for
- Autonomous agents that need to consume paid services without human onboarding: they discover the endpoints, read the price and settle the call programmatically.
- Developers who want to call an API on a pay-per-use basis, without creating an account or handling monthly billing.
What the site describes (and does not do)
This site is the storefront: it describes, points and references. It processes no payment. The payment logic lives in the gateway, served on api.invoket.com, whose endpoint catalog is read live from /catalog.
Going further
- Quickstart — call a paid endpoint end to end.
- Payments and rails — accepted stablecoins and networks.
- For agents — discover the endpoints the machine-readable way.