TheDocumentation Index
Fetch the complete documentation index at: https://agentcash.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
discover_api_endpoints tool fetches the OpenAPI document from an origin and returns a list of all available endpoints. Works with any origin that publishes a spec, not just the pre-indexed ones.
Equivalent CLI command: npx agentcash discover <url>
Parameters
The origin URL to discover endpoints on (e.g.,
https://stableenrich.dev).Response
The origin that was queried.
List of discovered endpoints.
Usage instructions from the origin, if provided.
Behavior
- Fetches
/openapi.jsonfrom the origin (falls back to/.well-known/x402) - Parses the OpenAPI document and its
x-payment-infoannotations - Returns endpoints with their descriptions, pricing, and accepted protocols
Known origins
These origins are pre-indexed and available by default:stableenrich.devstablesocial.devstablestudio.devstableupload.devstableemail.dev
Example
Ask your agent:Discover all available endpoints on stableenrich.dev using AgentCash.