A verifiable audit trail for automated decisions.
As automated-decision transparency obligations arrive, 'which data fed this decision?' becomes something you must be able to show. Dynamic Feed makes its own data signed and timestamped, so the external inputs you took from us are a verifiable part of that lineage — not a self-asserted claim.
The call
Keyless over MCP, or one REST call with a free key. Every datapoint is provenance-stamped and citeable.
# REST (free key)
curl -H "X-API-Key: $KEY" "https://dynamicfeed.ai"
# MCP (keyless) — point any client at https://dynamicfeed.ai/mcp, then call:
Sample response
{ "value": "...", "provenance": { "source": "...", "license": "...", "measured_at": "...Z" },
"signature": { "alg": "Ed25519", "key_id": "df-ed25519-4cb32e72f333" } }
Why live data
Australia's automated-decision transparency reforms (Privacy Act, commencing 10 December 2026) require entities that use personal information in significant automated decisions to disclose — in their privacy policy — the kinds of personal information used and the kinds of decisions made; the OAIC has also recommended due diligence over third-party and vendor inputs. Disclosing the personal information is yours to manage. Where your decision also drew on external data from Dynamic Feed, that slice of the lineage can be independently re-checked rather than self-asserted: every datapoint ships with a provenance envelope — source, licence, exact time, age — and an Ed25519 signature. Dynamic Feed attests to the provenance and tamper-evidence of its OWN (non-PII) data; it does not record your decision logic, your personal-information handling, or your other inputs, and it is general information, not legal or compliance advice.
Use it for
- Verifiable data-lineage evidence for automated-decision transparency
- A signed record of the external data behind a decision, at a point in time
- Model-governance / assurance files that need re-checkable, not self-asserted, inputs
- Pairs with APRA CPS 230 third/fourth-party assurance
FAQ
Does this make me compliant with the ADM rules?
No — it's general information, not legal or compliance advice, and not a certification. It gives you verifiable evidence of the external data Dynamic Feed served, which you can use in your own lineage and assurance work; how you meet any obligation is your decision with your advisers.
Does the data contain personal information?
No. Dynamic Feed publishes non-PII external / environmental data, each datapoint signed and provenance-stamped.
What can you actually attest to?
The provenance and tamper-evidence of the data Dynamic Feed served you — source, licence, exact time, and a signature anyone can verify. Not your decision logic, not your other inputs, and not that the data is objectively true.