# Auth.md

Service: DisplayHub
Homepage: https://displayhub.ru/

DisplayHub does not currently publish a public self-service OAuth or OpenID Connect authorization flow for third-party agents.

## Agent registration

Agent registration is currently manual. Agents that need private API access should contact the site operator to request deployment-specific credentials and authorization details.

## Discovery

Agents can discover the available public resources through:

- `/.well-known/api-catalog`
- `/.well-known/agent-skills/index.json`
- `/.well-known/mcp/server-card.json`
- `/.well-known/oauth-protected-resource`
- `/.well-known/oauth-authorization-server`
- `/.well-known/openid-configuration`
- `/openapi.json`
- `/docs`
- `/docs/api.md`
- `/sitemap.xml`

## Supported identity types

- `agent`

## Supported credential types

No public credential issuance flow is currently available.

## Status

Public discovery metadata is available. Protected API authentication is not publicly self-service.
