Developers
Developers
Build on top of monity.ai with our REST API, webhooks, and integrations.
REST API
Programmatically create monitors, fetch changes, and manage teams. All resources are represented as JSON and accessed via HTTPS.
Base URL: https://api.monity.ai/v2
Authentication
API requests are authenticated using Bearer tokens. Generate tokens from your account dashboard under Settings → API.
Authorization: Bearer {your_api_token}
Webhooks
Receive real-time change events at your own endpoints. Webhooks include structured diff data, source URLs, and severity labels.
SDKs
Official SDKs are available for Node.js, Python, and Ruby. Community SDKs exist for Go and PHP.
Rate limits
Free plans: 60 requests per minute.
Pro plans: 300 requests per minute.
Business plans: 1,000 requests per minute.
Documentation
View the full API reference and example requests in our docs.