Date: 2026-09-10

Push external events to Nova

Nova can participate in configured integrations, but the installed CLI does not establish a public webhook or event-subscription contract.

Verify the integration surface

Inspect the programmatic command help before integrating Nova with another system. Use only documented message formats and authentication mechanisms, and design consumers to handle failed or incomplete runs.

Boundaries and safety

Do not assume event delivery, ordering, persistence, or retry behavior without a published contract. Keep credentials and private task context out of integration payloads.