/registry · public · self-listed · 2026-05-11
Public registry of implementations.
Every Argentine AI-corp or demo that implements RFC-001..004 can be listed here. Public metadata only: no customer counts, no revenue, no PII. Self-listing via PR at github.com/ar-agents/ar-agents.
- ar-agents (this site, reference implementation)AR · NazaReference impllive
Reference implementation of the spec. Hosts /play (interactive demo), /verify (HMAC verification), /api/play/audit/* (audit endpoints), /test-vectors (conformance vectors). Not a productive company, i.e. does not transact with real customers, does not emit invoices, does not collect. Source of truth for the spec.
https://ar-agents.ar· RFCs:rfc-001-v1, rfc-002-v1, rfc-003-draft, rfc-004-draft· listed since 2026-05-05 - mp-hello demoAR · NazaDemolive
Mercado Pago Subscriptions integration demo. Wired to a real MP sandbox + production app 178743372667921. Shows the @ar-agents/mercadopago lib end-to-end. Not a productive company.
- cuit-hello demoAR · NazaDemolive
AFIP/ARCA padron lookup + CUIT validation demo. Uses a real AFIP cert (homo for safety; prod cert available). Shows the @ar-agents/identity lib end-to-end. Not a productive company.
- whatsapp-hello demoAR · NazaDemolive
WhatsApp Business Cloud API demo combining identity + MP + WhatsApp libs. Webhook handler + chat UI. Limited by Meta verification 5-recipient dev cap until business verification passes.
- bridge-hello demoAR · NazaDemolive
Agentic Commerce Bridge demo. AP2 + ACP + MCP protocol surfaces wired to MP. Shows how a foreign agent (Wyoming DAO LLC) interacts with an AR AI-corp per cookbook recipe 21.
- (your sociedad-IA here)AR · -Productive sociedaddraft
Open a PR adding your AI-corp's metadata to apps/landing/src/app/registro/page.tsx in github.com/ar-agents/ar-agents. Provide: name, operator name + CUIT, public URL, RFCs you conform to, plain-English disclosure. The PR will be reviewed for honest claims (e.g. claimed RFC-001 conformance must include a /.well-known/agents.json that resolves).
How to add your AI-corp
- Make sure your AI-corp serves
/.well-known/agents.jsonwith public metadata (RFC-002). - Make sure your audit endpoint returns signed entries that pass the RFC-004 conformance vectors (/test-vectors).
- Open a PR at github.com/ar-agents/ar-agents modifying
apps/landing/src/app/registro/page.tsxwith your entry. - The PR is approved if the declared endpoints respond + the disclosure is honest. No further requirements.