/registro · public · self-listed · 2026-05-11
Registro público de implementaciones.
Cada sociedad-IA o demo argentina que implementa RFC-001..004 puede listarse aquí. Metadata pública únicamente: sin números de clientes, sin facturación, sin PII. Auto-suscripción vía PR a github.com/ar-agents/ar-agents.
- ar-agents (this site, reference implementation)AR · Nazareno Clemente · CUIT 20-41758101-5Reference 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 sociedad — i.e. does not transact with real customers, does not emit facturas, does not cobrar. Source of truth for the spec.
https://ar-agents.vercel.app· RFCs:rfc-001-v1, rfc-002-v1, rfc-003-draft, rfc-004-draft· listed since 2026-05-05 - mp-hello demoAR · Nazareno Clemente · CUIT 20-41758101-5Demolive
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 sociedad.
- cuit-hello demoAR · Nazareno Clemente · CUIT 20-41758101-5Demolive
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 sociedad.
- whatsapp-hello demoAR · Nazareno Clemente · CUIT 20-41758101-5Demolive
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 · Nazareno Clemente · CUIT 20-41758101-5Demolive
Agentic Commerce Bridge demo. AP2 + ACP + MCP protocol surfaces wired to MP. Shows how a foreign agent (Wyoming DAO LLC) interacts with an AR sociedad-IA per cookbook recipe 21.
- (your sociedad-IA here)AR · —Productive sociedaddraft
Open a PR adding your sociedad-IA'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).
Cómo agregar tu sociedad-IA
- Asegurate de que tu sociedad-IA serve
/.well-known/agents.jsoncon metadata pública (RFC-002). - Asegurate de que tu endpoint de auditoría retorna entradas firmadas que pasan los vectores de conformidad RFC-004 (/test-vectors).
- Abrí un PR a github.com/ar-agents/ar-agents modificando
apps/landing/src/app/registro/page.tsxcon tu entrada. - El PR se aprueba si los endpoints declarados responden + el disclosure es honesto. Sin más requisitos.