Private beta

Real-time events for AI agents

Entrpy monitors external data and sends structured webhooks the moment your conditions are met.

Currently available: BTC/USD threshold eventsManual onboarding · REST API · Signed webhook delivery
entrpy · BTCUSD / Trading Agent
THRESHOLD $60K
Trading Agent

Awaiting threshold event…

No webhook received

1SubscribeDefine a topic and condition
2Entrpy monitorsEntrpy watches the source
3Your agent receivesYour endpoint gets a structured event
API-key authenticationWebhook-based deliveryManual private-beta onboarding

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

Request early access

Tell us what you are building. Early-access requests are reviewed manually, and approved developers receive an API key by email.

No spam. We only use your email to review and respond to your access request.