LatticeLattice

Not generally available. Product and docs are public. Sales are closed.

Docs / Integrations

Webhooks

HMAC-SHA256 over the body. Same outbox retry as DNS. Never rolls back the lease.

Webhooks (/webhooks) is admin-only.

  1. Name, HTTPS URL (http only for localhost).
  2. secret_ref like env:LATTICE_WEBHOOK_SECRET or file:….
  3. Topics: comma list or *. Topics: lease.granted, lease.renewed, lease.released, lease.expired, lease.declined, ipam.audit.

Headers:

X-Lattice-Topic: lease.granted
X-Lattice-Delivery: <outbox id>
X-Lattice-Signature: sha256=<hex hmac-sha256 of raw body>

Verify HMAC-SHA256 of the raw body. Reject a mismatch.

Body includes lease_id, ip, subnet_id, hostname, fqdn, state. Delivery is at-least-once.