AffixIO verified local agents
Collection
Free local agent verification demos, tools, MCP wiring and safety benchmarks. • 6 items • Updated
Fail-closed local tool layer: identity + permission checks, transaction intent validation, email search/organisation, drafting and sending with human approval, webhook/API actions behind allow-lists, and an audit record for every decision. No network, no production keys.
from tools import run_tool, approve
print(run_tool("email.search", {"query": "invoice"}))
print(run_tool("email.send", {"to": "boss@acme.com", "subject": "hi", "body": "ok"}))
print(approve("<appr_id>", True))
Tools: identity.check, permissions.check, payments.validate,
email.search, email.organise, email.draft, email.send (approval),
webhook.trigger (approval + allow-list), api.call (approval + allow-list),
audit.show. Tests: python test_tools.py.
Simulated receipts, not cryptographic attestations. Hosted verification, ML-DSA attestations, team agents/inboxes, enterprise audit: