Postman collection for the agent:// protocol — test DNS resolution, agent messaging, registration, and discovery.
- Import
Agenium-Agent-Protocol.postman_collection.jsoninto Postman - Import
Agenium-Environment.postman_environment.jsonas an environment - Configure environment variables:
dns_server— DNS server URL (default:http://185.204.169.26:3000)agent_name— Agent name to query/registerapi_key— Yourdom_API key for registrationagent_endpoint— Agent HTTP endpoint (auto-set by DNS lookup)
| Folder | Request | Method | Description |
|---|---|---|---|
| DNS | Lookup Agent | GET | Resolve agent name → endpoint |
| DNS | List Agents | GET | List all registered agents |
| Communication | Send Message | POST | Send protocol frame to agent |
| Communication | Agent Card | GET | Fetch /.well-known/agent.json |
| Communication | Health Check | GET | Check agent health |
| Registration | Register Agent | POST | Register with dom_ API key |
| Registration | Unregister Agent | DELETE | Remove registration |
- Run Lookup Agent to resolve and auto-set
agent_endpoint - Run Agent Card or Health Check to verify the agent
- Run Send Message to communicate
The collection includes a pre-request script for HMAC signing (disabled by default). Set hmac_secret in the environment and uncomment the script to enable.
MIT