Skip to content

/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.

Disclosure honesto. Hoy las 5 entradas listadas son operadas por el mismo CUIT (20-41758101-5, Nazareno Clemente). Esto NO es un ecosistema multi-operador — es una reference implementation + 4 demos del autor del proyecto. Cero (0) sociedades-IA productivas (con clientes reales, facturas reales, cobros reales): la ley de sociedades-IA aún no fue sancionada y el régimen no existe jurídicamente. Cuando un tercero adopte los RFCs y opere bajo su propio CUIT, su entrada se sumará vía PR. Mientras tanto, lo que ves es: una propuesta técnica completa, validada end-to-end por una sola persona.
1
Reference impl
4
Demos live
0
Productive sociedades
5
Total live
  • ar-agents (this site, reference implementation)
    AR · Nazareno Clemente · CUIT 20-41758101-5
    Reference 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 demo
    AR · Nazareno Clemente · CUIT 20-41758101-5
    Demolive

    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 demo
    AR · Nazareno Clemente · CUIT 20-41758101-5
    Demolive

    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 demo
    AR · Nazareno Clemente · CUIT 20-41758101-5
    Demolive

    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 demo
    AR · Nazareno Clemente · CUIT 20-41758101-5
    Demolive

    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

  1. Asegurate de que tu sociedad-IA serve /.well-known/agents.json con metadata pública (RFC-002).
  2. Asegurate de que tu endpoint de auditoría retorna entradas firmadas que pasan los vectores de conformidad RFC-004 (/test-vectors).
  3. Abrí un PR a github.com/ar-agents/ar-agents modificando apps/landing/src/app/registro/page.tsx con tu entrada.
  4. El PR se aprueba si los endpoints declarados responden + el disclosure es honesto. Sin más requisitos.