HyperoruDocumentation
Integrations

Team workflow destinations

Deliver signed, scoped Hyperoru events to Slack, Jira automation, SIEM collectors, policy engines, and generic webhooks.

Workspace Owners and Admins configure team destinations in Settings → Automation. Each destination selects an explicit event allowlist. Hyperoru queues only matching events and retains delivery status, retry history, and the configuration audit trail.

Destination types

TypeDelivery shapeTypical use
SlackIncoming-webhook text and Block Kit fieldsReview-ready audit and remediation notifications
JiraJira automation envelope with a nested Hyperoru eventTicket rules and ownership routing
SIEMStructured timestamp, event action, organization, and Hyperoru envelopeSecurity operations correlation
PolicyVersioned policy-event envelopeExternal deterministic decision systems
WebhookStable Hyperoru event envelopeCustomer-built automation

Integrity and replay

Every request includes delivery, event, timestamp, and HMAC-SHA256 signature headers. The signing secret is generated when the destination is created, encrypted at rest, and shown once. Destinations must use HTTPS and resolve only to public addresses. Redirects are disabled, and production egress controls remain the SSRF backstop.

Delivery failures use bounded exponential retry. Operators can see metadata-only health across the integration fleet; they cannot see signing secrets or customer payloads.

Action boundary

Current integrations deliver events. They do not give an agent ambient permission to create tickets, post arbitrary messages, change policy, or modify a workspace. Ticket creation and other consequential actions require a separate scoped action contract and explicit authorization.

Configuration creation, updates, disables, manual delivery retries, and policy changes create audit events.

On this page