Управление вебхуками в OmniRoute
★ 7.9 · integration
omni-webhooks is a Claude Code skill that registers, lists, tests, and removes webhook endpoints within the OmniRoute platform. It configures event subscriptions — including request.completed, provider.error, budget.exceeded, and others — and handles delivery retry management. Authentication relies on a Bearer token or session cookie obtained via POST /api/auth/login; for local development, token validation can be bypassed with REQUIRE_API_KEY=false. Full request and response schemas are available in the OpenAPI specification at GET /api/openapi/spec or in the docs/openapi.yaml file. The skill is suited for developers building event-driven integrations who need real-time notifications about request status changes, provider errors, or budget overruns.
- #webhooks
- #event-subscriptions
- #omniroute
- #integration
- #event-driven