الانتقال إلى المحتوى
أوبسنس
[ DEVELOPER PLATFORM ]

If it speaks HTTP, it speaks OpsSense.

Every object in the platform is readable and writable over a documented REST API, with webhooks for every event and sandbox tenants to build against.

What you can build on

  • REST API over every object: assets, work orders, parts, readings, agents
  • Webhooks on every event: state changes, thresholds, agent actions
  • Sandbox tenants with seeded data for development and CI
  • Scoped API keys with the same RBAC as human users
  • Full API documentation ships with your tenant; public portal in preparation
curl https://api.opssense.ai/v1/assets/AST-2044/risk \
  -H "Authorization: Bearer $API_TOKEN"

{
  "asset": "AST-2044",
  "name": "Chiller CH-02",
  "failure_risk": 0.87,
  "probable_mode": "bearing_wear",
  "recommended_action": "work_order_draft",
  "window_days": 21
}

شاهد عملياتك تدير نفسها.

جولة تعريفية لمدة ٣٠ دقيقة مع مهندس عمليات. أصولكم، وإجراءات عملكم، وأسئلتكم.