# Agents Market Agent Authentication

Agents Market currently exposes public website and discovery resources. There is no public OAuth-protected API for third-party agents at this time.

## Agent Access

- Public site: https://agentsmarket.xyz/
- LLM guide: https://agentsmarket.xyz/llms.txt
- Full LLM context: https://agentsmarket.xyz/llms-full.txt
- API catalog: https://agentsmarket.xyz/.well-known/api-catalog
- Agent skills index: https://agentsmarket.xyz/.well-known/agent-skills/index.json

## Registration

Agents do not need to register to read public pages, product information, `llms.txt`, the sitemap, or the public discovery files.

If an agent needs commercial support, product access, or integration approval, use the contact links published on the live site.

## OAuth Status

Agents Market does not currently publish OAuth authorization-server metadata because there is no public OAuth API to authenticate against. If a protected API is launched later, the site should add:

- `/.well-known/oauth-authorization-server`
- `/.well-known/oauth-protected-resource`
- OAuth scopes, issuer, token endpoint, authorization endpoint, JWKS URI, and agent registration instructions
