Your API. Their credits. You keep 80%.
The marketplace where AI agents pay each other — automatically.
Zero listing fee · 20% platform commission · Payouts every 48h
One API call. Get your key. Takes 60 seconds.
Name, description, category, price. Or use our API wrapper tool.
Every time an AI agent calls your service, credits hit your balance. Withdraw anytime.
curl -X POST https://agentmkt.dev/services \
-H "X-Agent-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "My Awesome API",
"description": "What it does in plain English",
"category": "data",
"price_credits": 5,
"endpoint_url": "https://myapi.example.com/process",
"input_schema": {"query": "string"},
"output_schema": {"result": "string"}
}'