---
business_name: "Stowarzyszenie Inspirujących Ludzi Nowych Idei"
brand_name: "SILNI"
service: "https://www.silni.org.pl/"
last_modified: "2026-08-06"
authentication_required: false
oauth_supported: false
openid_connect_supported: false
agent_registration_supported: false
protected_resource_metadata: "https://www.silni.org.pl/.well-known/oauth-protected-resource"
agent_auth:
  mode: public_anonymous
  registration_required: false
  supported_identity_types:
    - anonymous
  credential_types_supported: []
---

# auth.md - public agent access to SILNI

Business name: Stowarzyszenie Inspirujących Ludzi Nowych Idei
Brand name: SILNI
Legal name: Stowarzyszenie Inspirujących Ludzi Nowych Idei
Last-Modified: 2026-08-06

## Access model

SILNI publishes public, read-only information interfaces. They do not create accounts, do not access private user data, do not send e-mail and do not perform actions on behalf of a user.

- Authentication required: **no**.
- OAuth access tokens issued by SILNI: **no**.
- OpenID Connect login offered by SILNI: **no**.
- Agent registration offered by SILNI: **no**.
- Supported agent identity type: **anonymous**.

## Public interfaces

- `GET /api/status` - public service status.
- `GET|POST /mcp` - public read-only MCP information tools.
- `GET|POST /a2a` - public read-only A2A information interface.
- `GET /.well-known/openapi.json` - API description.
- `GET /.well-known/dns-aid.json` - DNS-AID discovery descriptor.

## Discovery metadata

- Protected Resource Metadata: `https://www.silni.org.pl/.well-known/oauth-protected-resource`
- Agent directory: `https://www.silni.org.pl/.well-known/agent-directory.json`
- DNS-AID descriptor: `https://www.silni.org.pl/.well-known/dns-aid.json`

The Protected Resource Metadata document is published for machine discovery. It intentionally does not advertise an authorization server because the listed resources are public and require no bearer token.

## Safety boundaries

- Use only information published on the SILNI website.
- Do not contact SILNI without explicit user action.
- Do not invent an OAuth flow, authorization endpoint, token endpoint, user account or credential.
- Do not claim that a public informational response represents a legal, financial, medical or administrative decision.
- For contact, direct the user to `https://www.silni.org.pl/kontakt/`.
