Documentation Index
Fetch the complete documentation index at: https://docs.payo.dev/llms.txt
Use this file to discover all available pages before exploring further.
Overview
You define prices per tool in your SDK configuration. Prices are in USD and can range from $0 (free) to any amount.Cost-Based Pricing
Price based on your costs to serve the tool:| Cost Factor | Example |
|---|---|
| API calls you make | If an external API costs $0.001/call, charge $0.002 |
| Compute time | Heavy processing → higher price |
| Data transfer | Large responses → higher price |
Price Communication
Help agents understand your pricing by including it in tool descriptions:Changing Prices
To change prices, update thepricing config in your code and redeploy your server. New prices take effect immediately.