_agent Interface Discovery
DNS for agents.
One _agent
TXT record for instant discovery.
Quick Start
Discover, publish and validate in minutes
import { discover } from '@agentcommunity/aid'
const { record } = await discover('example.com')
console.log(record.uri) // https://api.example.com/mcp
The AI Integration Problem
Connecting to AI agents shouldn't require a PhD in API archaeology
Manual Integration Hell
Each agent needs bespoke code, doc digging and manual config.
Protocol Fragmentation
Agents speak MCP, A2A, OpenAPI and more—auth flows vary wildly.
Wasted Development Time
Teams lose weeks wiring basic discovery and connection logic.
No Discovery Standard
No universal discovery standard. Every provider invents its own.
How Agent Discovery Solves This
Three simple principles that eliminate integration complexity
One DNS TXT Record
Add a single _agent.example.com TXT record. That's it. No registries, no APIs, no complexity.
Instant Discovery
Any tool can instantly find your agent by looking up the _agent subdomain. Zero manual configuration.
Protocol-Agnostic
The same DNS record works for MCP, A2A, OpenAPI, local packages and any custom protocol.
Complete Developer Toolkit
Everything you need to build AID-powered applications
TypeScript / JS
Core discovery library – Node.js & browser
CLI – AID Doctor
Validate & generate DNS records from the terminal
Go
High-performance Go client
Python
Idiomatic Python client
Conformance Suite
Golden fixtures and CLI runner for parity checks
Web Workbench
Try AID in the browser – no install
Rust
Idiomatic Rust client
Java
Idiomatic Java client
.NET
C#/.NET client
Coming soon
Tier‑1 language ports following the conformance suite
The Future of AI Integration
Building the infrastructure for the next generation of AI applications
Universal Agent Ecosystem
Imagine a world where every AI service is instantly discoverable. No more hunting through documentation, no more custom integration code. Just type a domain and connect to any agent, anywhere.
- Cross-platform interoperability
- Automatic capability discovery
- Zero-config networking
- Universal protocol bridge
Open-Source Agent Infrastructure
We’re building a vendor-neutral stack for hosting, scaling and observing agents. Curious? Get involved at agentcommunity.org.
- MIT-licensed core
- Self-host or cloud
- Pluggable runtimes
- Community governance