_agent Interface Discovery
Type a domain. Connect to its agent. Instantly. One DNS TXT record makes any AI agent discoverable—no SDKs, no registries, no complexity.
Get Started in 4 Steps
From zero to discovering agents in minutes
Discover Agents from Any Domain
Use the discover function to automatically find agent endpoints via DNS
import { discover } from '@agentcommunity/aid'
const result = await discover('example.com')
console.log(result.record.uri) // https://api.example.com/mcp
console.log(result.record.proto) // mcp
console.log(result.record.auth) // pat
The AI Integration Problem
Connecting to AI agents shouldn't require a PhD in API archaeology
Manual Integration Hell
Every AI agent requires custom client code, documentation diving, and endless configuration tweaks.
Protocol Fragmentation
MCP, A2A, OpenAPI, local packages—each agent speaks a different language with different auth flows.
Wasted Development Time
Developers spend weeks building what should be automatic: finding and connecting to AI services.
No Discovery Standard
There's no universal way to find agent capabilities. Each provider invents their own discovery method.
How Agent Discovery Solves This
Three simple principles that eliminate integration complexity
Universal Discovery
Type any domain name and instantly discover available AI agents through DNS.
Zero Configuration
No API keys to manage, no documentation to read. Just discover and connect.
Protocol Agnostic
Works with any protocol - MCP, A2A, OpenAPI, local packages, or custom APIs.
Complete Developer Toolkit
Everything you need to build AID-powered applications
TypeScript/JavaScript
Core resolver with TypeScript definitions for Node.js and browsers
Python
Pythonic interface with async/await support
Go
High-performance Go implementation
CLI Tool
Command-line validator and debugging tool
Web Workbench
Test agent discovery without installing anything
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
Next-Generation AI Infrastructure
AID is just the beginning. We're building the foundation for autonomous agent networks, smart routing, and self-organizing AI ecosystems that scale from startups to enterprises.
- Agent mesh networking
- Intelligent load balancing
- Self-healing connections
- Enterprise-grade security