# auth.md

This document describes how AI agents may interact with and register against this site per the [auth.md specification](https://workos.com/auth-md).

## Agent Registration

- **Register URI**: https://www.manpowerexport.com/auth.md
- **Registration Endpoint**: https://www.manpowerexport.com/auth.md
- **Identity Endpoint**: https://www.manpowerexport.com/auth.md
- **Claim Endpoint**: https://www.manpowerexport.com/auth.md
- **Identity Types Supported**: anonymous, agent, user
- **Credential Types Supported**: none, bearer
- **Protected Resources**: None (Public Portal)

## Site Identity

- **Name**: Manpower Export — Official Portal
- **Domain**: https://www.manpowerexport.com

## Access Model

All resources on this site are **publicly accessible**. No authentication is required to read content, browse pages, or access agent discovery endpoints. There is no user login, account system, or paid API on this site.

## Agent Capabilities

Agents interacting with this site may:
- Read public pages and documentation
- Discover site structure via [`/sitemap.xml`](https://www.manpowerexport.com/sitemap.xml)
- Read any page as Markdown via `Accept: text/markdown` content negotiation (or by requesting the sibling `.md` path)
- Discover machine-readable resources via [`/.well-known/api-catalog`](https://www.manpowerexport.com/.well-known/api-catalog) or the [ARD catalog](https://www.manpowerexport.com/.well-known/ai-catalog.json) at [`/.well-known/ai-catalog.json`](https://www.manpowerexport.com/.well-known/ai-catalog.json)
- Fill and submit the employer enquiry form via the experimental WebMCP tool exposed on [`/contact`](https://www.manpowerexport.com/contact) (`navigator.modelContext`, Chrome origin trial only — a no-op elsewhere)

There is no remote MCP (Model Context Protocol) server behind this site — see [`/.well-known/mcp/server-card.json`](https://www.manpowerexport.com/.well-known/mcp/server-card.json) for details.

## OAuth / Authentication

No real authorization flow exists — these documents are published for discoverability and describe a fully public, unauthenticated resource:
- [`/.well-known/openid-configuration`](https://www.manpowerexport.com/.well-known/openid-configuration)
- [`/.well-known/oauth-authorization-server`](https://www.manpowerexport.com/.well-known/oauth-authorization-server)
- [`/.well-known/oauth-protected-resource`](https://www.manpowerexport.com/.well-known/oauth-protected-resource)

## Agent Discovery Resources

| Resource | URL |
|----------|-----|
| Sitemap | https://www.manpowerexport.com/sitemap.xml |
| API Catalog | https://www.manpowerexport.com/.well-known/api-catalog |
| Agent Skills | https://www.manpowerexport.com/.well-known/agent-skills/index.json |
| MCP Server Card | https://www.manpowerexport.com/.well-known/mcp/server-card.json |
| OIDC Discovery | https://www.manpowerexport.com/.well-known/openid-configuration |
| Protected Resource | https://www.manpowerexport.com/.well-known/oauth-protected-resource |
| ARD Catalog | https://www.manpowerexport.com/.well-known/ai-catalog.json |
