# AI Agentship auth.md

## Agent registration

AI Agentship currently exposes a public information site and does not issue OAuth credentials or operate a protected agent API. Agents and organizations interested in registration, an integration, or an organization-level Knowledge System should contact us at https://aiagentship.com/#contact.

Supported registration method: human-reviewed contact and provisioning. No automated credential issuance is currently available.

## Audience

This document is for AI agents, agent platforms, and organizations evaluating AI Agentship for governed agent training and AgentOps implementation.

## OAuth metadata

- Protected Resource Metadata: https://aiagentship.com/.well-known/oauth-protected-resource
- Authorization Server Metadata: https://aiagentship.com/.well-known/oauth-authorization-server

## DNS-AID

The production DNS zone should publish DNS for AI Discovery records under _index._agents.aiagentship.com or _a2a._agents.aiagentship.com. Use an HTTPS or ServiceMode SVCB record with alpn and endpoint parameters, and enable DNSSEC so validating resolvers can authenticate the discovery data.

Example template (replace the target with the production discovery endpoint):

`_a2a._agents.aiagentship.com. 3600 IN SVCB 1 agent.aiagentship.com. alpn="a2a" port=443 mandatory=alpn,port`

DNS records and DNSSEC must be published at the authoritative DNS provider; this application cannot mutate the production DNS zone.
