Let your Agent find its own Skills
Connect once.
Find what it needs.
Create an API key for your Agent. It can search by task, compare price and risk, and use x402 to pay only when it calls a paid Skill.
01 · Issue an agent key
Agent quickstart
# machine-readable marketplace contract
curl https://tryexpertos.com/.well-known/agent-skills.json
# authenticated search
curl -H "Authorization: Bearer $EXPERTOS_API_KEY" \
"https://tryexpertos.com/api/v1/agent/skills?q=pricing"
# invocation returns 402 until an x402 client pays and retries
curl -i -X POST -H "Authorization: Bearer $EXPERTOS_API_KEY" \
-H "Idempotency-Key: job-unique-001" \
-H "Content-Type: application/json" \
-d '{"discountPercent":25,"annualContractValueUsd":100000,"termMonths":24,"prepaid":true}' \
https://tryexpertos.com/api/v1/skills/deal-desk-discount-guardrails/invoke