Discover endpoints on an origin
Ask your agent:Discover available endpoints on stableenrich.dev using AgentCash.Or use the CLI:
Known origins
AgentCash ships with a set of pre-indexed origins:| Origin | Description |
|---|---|
stableenrich.dev | Company and contact enrichment via Apollo, Exa, Serper, and more |
stablesocial.dev | Social media data (Instagram, TikTok, YouTube, Reddit, Facebook) |
stablestudio.dev | Image and video generation |
stableupload.dev | File hosting |
stableemail.dev | Email sending |
Check a specific endpoint
To inspect a single endpoint’s pricing and schema without paying:Check the schema for POST https://stableenrich.dev/api/company/lookup using AgentCash.Or via CLI:
- Price: how much the call costs in USDC
- Methods: which HTTP methods are supported
- Input schema: expected request body format
- Output schema: response format
- Auth type: whether it uses x402, SIWX, or other auth
Discovery protocol
x402 endpoints advertise themselves via a standard discovery document at/.well-known/x402. This document follows the OpenAPI format and includes pricing metadata alongside the standard API schema.
Any server that publishes a /.well-known/x402 document is automatically discoverable by AgentCash.