# auth.md

You are an agent. agent.neuralex.nl supports agentic access. No credentials required for
public content and the scan API.

## agent_auth

```json
{
  "skill": "https://agent.neuralex.nl/auth.md",
  "register_uri": "https://agent.neuralex.nl/.well-known/oauth-authorization-server",
  "claim_uri": "https://agent.neuralex.nl/.well-known/oauth-protected-resource",
  "revocation_uri": null,
  "identity_types_supported": [
    "anonymous"
  ],
  "anonymous": {
    "credential_types_supported": [
      "none"
    ]
  }
}
```

## Markdown homepage
```http
GET /
Accept: text/markdown
```
