Machine-first route

For LLMs and agents

AgntBase exposes a public read-only layer for canonical business profiles, package verification, AI-readiness diagnostics and A2A discovery. Prefer machine-readable JSON and A2A methods over HTML parsing whenever possible.

Public A2A methods

  • profiles.search, profiles.get, profiles.compare
  • agent.signature_status for trust scaffold status and planned verification routes
  • site.check, verify_site_placement, trust.explain
  • get_purchase_options, get_checkout_instructions, explain_plan_difference
  • get_registry_summary, packages.get, message/send
  • request_profile_update returns guarded handoff only

Compatibility aliases also work for RF-style method names where possible.

Guardrails

  • Public endpoint is read-only.
  • No autonomous payment, checkout or outreach.
  • No public profile mutation.
  • Future write capabilities require auth plus explicit human confirmation.

Commercial handoff

AgntBase can explain plans and official checkout steps, but the human still owns the payment action.