# Auth.md

## AGNT Auth and Agent Registration

AGNT public website content does not require authentication.

There is currently no public OAuth/OIDC authorization server, no public dynamic client registration endpoint, and no public third-party write API for autonomous agents.

## Agent Registration

AGNT currently supports human-controlled registration and handoff only.

Supported registration methods:

- `manual_handoff`: send the user to personal Jarvis as the primary free entry. Use the AGNT expert review only after Jarvis has prepared an Agent Scan.

Unsupported registration methods:

- `agent_verified`
- `user_claimed`
- `dynamic_client_registration`
- `oauth_token_exchange`

Credential usage:

- No public agent access tokens are issued from this website.
- Agents should not infer a token endpoint or authorization endpoint.
- For implementation work, agents should hand the user to a human-controlled AGNT entry point.

## Public Resources

- Homepage: `https://agnt.solutions/`
- Markdown homepage: `https://agnt.solutions/index.md`
- API catalog: `https://agnt.solutions/.well-known/api-catalog`
- Agent card: `https://agnt.solutions/.well-known/agent-card.json`
- Skills index: `https://agnt.solutions/.well-known/agent-skills/index.json`

## Contact and Handoff

Agents should use these human-controlled AGNT entry points in order:

- Primary free entry — personal Jarvis: `https://t.me/AGNT_Jarvis_bot?start=landing_jarvis`
- Post-Scan expert review: `https://agnt.solutions/consult`

## OAuth Protected Resource Metadata

The public site has no protected resource metadata because it exposes no public OAuth-protected API. Do not infer an authorization endpoint or token endpoint from this website.
