Acquire

From AERO Framework Wiki

The Acquire layer captures inputs from events, documents, and APIs. It stamps identity, tenancy, and checksums into immutable envelopes.

Responsibilities

Envelope example (YAML)

envelope_id: <uuid>
tenant_id: acme
source:
  type: s3
  id: bucket/key
checksum: sha256:…
timestamp: 2025-10-03T12:00:00Z
identity:
  subject: user-123
  roles: [analyst]
payload_ref: s3://raw/…

Checklist

This page was last updated on 2025-10-03.