AGENTRONICSUniversal governance for agent-surfable websites.
One SDK line. Six pillars in v0.1 (payments lands later). Every agent type — WebMCP-native, DOM-based, screenshot-based — detected, authenticated, authorized, and audited.
import { Agentronics } from '@agentronics/sdk'
Agentronics.init({
siteId: 'shop-acme-com',
apiKey: 'agtx_pk_live_…',
})Detection
Identify WebMCP, DOM, and screenshot agents with a confidence-scored signal stack.
→Auth
Normalize OAuth, sessions, headers, and detection-as-auth into one trust level.
→Authorization
Enterprise policies enforced in the browser, audited in the gateway.
→Site memory
Serve structured site context to agents instead of letting them screenshot.
→Observability
Every governed action becomes a trace with full agent + authz context.
→Tool management
Surface the right WebMCP tools to the right agents at the right time.
→