API Catalog & Agent Registration
Autonomous AI agents, automated security scanners, and programmatic scrapers can discover, inspect, and query Ali Naim's technical portfolio, vulnerability disclosures, and certifications using open web standards.
API Catalog
Standardized catalog describing all available service endpoints, documentation, OpenAPI schemas, and health status probes.
/.well-known/api-catalog
Link Response Headers
HTTP Link headers sent with root responses advertise machine-readable resources: api-catalog, service-desc, service-doc, and describedby.
curl -I https://alinaim.dev/
Agent Registration (Auth.md)
Full authentication guide for AI agents. Documents the anonymous access model, scopes, and automated registration endpoints.
/auth.md
OpenAPI Specification
Complete machine-readable OpenAPI 3.0.3 specification available in both JSON and YAML formats.
Protected Resource Metadata
Standardized JSON document advertising resource boundaries, trusted authorization servers, and bearer methods.
/.well-known/oauth-protected-resource
Markdown for Agents
Full content negotiation via Accept: text/markdown or explicit path /index.md for low-latency LLM context ingestion.
/index.md
DNS for AI Discovery (DNS-AID)
Decentralized agent discovery over DNS via RFC 9460 SVCB/HTTPS service bindings under the _agents.alinaim.dev namespace.
/dns-aid
Developer & Agent Quick Start
curl -I https://alinaim.dev/
curl -H "Accept: application/linkset+json" https://alinaim.dev/.well-known/api-catalog
curl -H "Accept: text/markdown" https://alinaim.dev/
curl -H "Accept: application/json" https://alinaim.dev/api/data