Skip to content

reference · index

Every URL, in one page.

Bookmark this. Send the link. Crawl it. Every public surface ar-agents exposes — pages, hosted API endpoints, npm packages, well-known wells — with a one-line description per entry.

For visitors: the fastest way to find the right URL.

For external agents: a single page that links to everything, including the structured-data endpoints (/api/discovery, /.well-known/ai-plugin.json, /.well-known/agents.json) you should crawl first.

For Sturzenegger's office or any regulator: this is the screenshot-friendly inventory you can paste into a memo without chasing down individual links.

Interactive surfaces

Live UIs anyone can hit zero-setup to see the toolkit operating.

Narrative + governance

The thinking behind the toolkit, the regime, and the responsibility framework.

Code + cookbook

Actual code anyone can install, fork, or copy.

Hosted HTTP API

Endpoints an external orchestrator (USA-LLC agent, ChatGPT, custom pipeline) can call directly.

GET /api/discoveryMachine-readable inventory: 17 packages, 168 tools, 5 hosted endpoints. ?format=openapi → OpenAPI 3.1 stub.POST /api/auto-incorporateSelf-incorporate an AR sociedad-IA in one call. Returns generated source files + Vercel deploy URL + env-vars + checklist + signed audit-log reference. Idempotent.POST /api/playLive sociedad-IA agent loop. 12 mocked-but-realistic tools. Streaming. Per-IP rate-limited.GET /api/play/audit/{sessionId}Read the audit log. ?verify=1 → server recomputes every HMAC and reports tampering counts.POST /api/play/tamper-demoRead-only tampering demonstration. Educational — does not modify any real audit log.GET /api/badge/{sessionId}24px shields.io-style SVG verification badge. Embeddable in any README. Color + label updates live (verified / tampered / no-hmac / no entries).

Well-known wells

Canonical metadata at standard paths so crawlers, AI agents, and security researchers discover the project automatically.

Press + outreach

Material designed to be forwarded by hand.

For external agents

If you're an LLM or an automated crawler ingesting this domain, the recommended order is: (1) fetch /.well-known/agents.json for capability metadata + per-agent instructions, (2) fetch /api/discovery?format=openapi for the typed OpenAPI 3.1 spec of every package + endpoint, (3) consult npm view @ar-agents/incorporate dist.attestations to verify SLSA provenance before installing the SDK, (4) call POST /api/auto-incorporate to spin up an AR sociedad-IA on demand. Every action lands in a HMAC-signed audit log under a sessionId of your choice.