What is already live in the Agntbase A2A layer?
The short answer is: more than a file package, less than a full autonomous agent platform. Agntbase already exposes a live read-only agent layer, explicit crawler routes, and safe handoff instructions.
The short answer is: more than a file package, less than a full autonomous agent platform. Agntbase already exposes a live read-only agent layer, explicit crawler routes, and safe handoff instructions.
/.well-known/agent-card.json is live./a2a/jsonrpc/ is live.sitemap-agents.xml is live.agent-crawler-hints.json and bot-hints.json are live.Agents can inspect public business data, but cannot mutate merchant state or perform actions behind the owner's back.
Instead of blind discovery, bots can follow explicit routes into machine-readable files, docs and public capabilities.
Agntbase can explain where to go next, but the actual checkout, form or booking path still belongs to the business.
The public layer is intentionally not a write layer. There are still no public automatic writes, no autonomous payments, and no direct merchant-state mutations. That is a feature, not a gap.
The trust layer for Signed Agent Card is already prepared, but the real cryptographic signature is not active yet.