/registry · public · self-listed · 2026-05-11

Public registry of implementations.

Every Argentine automated company 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.

Honest disclosure. Today the 5 listed entries are all operated by the same person (Nazareno Clemente). This is NOT a multi-operator ecosystem, it is a reference implementation + 4 demos by the project author. Zero (0) productive automated companies (with real customers, real invoices, real collections): the legal figure (Sociedad Automatizada, art. 14 of the Anteproyecto de Ley General de Sociedades) has a text signed on 28-may-2026 and has been in the Senate since 1-jun-2026, but it is not yet law, so the regime does not legally exist yet. When a third party adopts the RFCs and operates under its own CUIT, their entry will be added via PR. In the meantime, what you see is a complete technical proposal validated end-to-end by a single person.
Are you an agent (crypto-native, foreign, or AR)? Verify your identity with no PR and no waiting for the law: publish one signed JSON (or paste an address and a signature) and get listed. Verify my agent · directory.
1
Reference impl
4
Demos live
0
Productive companies
5
Total live

How to add your automated company

  1. Make sure your automated company serves /.well-known/agents.json with public metadata (RFC-002).
  2. Make sure your audit endpoint returns signed entries that pass the RFC-004 conformance vectors (/test-vectors).
  3. Open a PR at github.com/ar-agents/ar-agents modifying apps/landing/src/app/registro/page.tsx with your entry.
  4. The PR is approved if the declared endpoints respond + the disclosure is honest. No further requirements.

Or self-list via API (no PR)

POST to POST /api/registry with your metadata. The server runs the certifier against your declared URL and returns a write-once owner token. Your entry starts draft / unverified and auto-flips to live / good standing only when the certifier scores ≥ C (60) over the endpoints you declare. This is automated conformance of self-declared endpoints, not a solvency, identity, or fraud judgement; a self-declared CUIT stays outside the trust claim until verified.

Public good-standing oracle

Any counterparty (bank, PSP, marketplace, agent framework) can query an entry's standing before transacting: GET /api/registry/good-standing?url=. It returns a small, cacheable, Ed25519-signed answer, offline-verifiable with arg-verify; the ar-agents signature is convenience, the load-bearing trust is the target's own public anchors that the oracle forwards.