# 1. Sign in to SAP Business Accelerator Hub, grab the sandbox API key,
sapctl auth login --flow apikey --label sandbox --api-key "$KEY"
# 2. Discover available OData services.
sapctl s4 catalog discover --cred sandbox --top 5
# 3. Pull Business Partner records.
--service API_BUSINESS_PARTNER \
--entity A_BusinessPartner \
--select-fields 'BusinessPartner,BusinessPartnerFullName'
# 4. Initialise the audit chain (one-time).
# 5. Re-run any command with --audit to record signed events.
sapctl --audit s4 catalog discover --cred sandbox --top 5