API example
Register a BTC/USD threshold webhook with the current REST API.
subscribe.sh
curl -X POST "https://api.entrpy.dev/subscribe" \
-H "X-API-Key: ent_your_api_key" \
-H "Content-Type: application/json" \
-d '{"topic":"BTCUSD",
"webhook_url":"https://your-agent.example/webhook",
"condition_op":"<","condition_value":60000}'
MCP integration in development