Documentation

Everything you need to integrate Strobe

📚

Documentation Coming Soon

We're crafting comprehensive guides and API references.

🚀 Quick Start

Get up and running in 60 seconds

Coming soon...

🔌 API Reference

Complete endpoint documentation

Coming soon...

🔐 Webhooks

Secure webhook integration guide

Coming soon...

📦 SDKs

JavaScript, Python, Go libraries

Coming soon...

Meanwhile, here's a quick example:

# Create a monitor via API
curl -X POST https://api.strobe.bot/v1/monitors \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com/page",
    "rule": "Alert when price drops below $100",
    "webhook": "https://your-app.com/webhook"
  }'

Need help now? Reach out at support@strobe.bot