# Agent & API access — rasocms.app

No OAuth, OIDC, API keys or logins are offered on this site. All public
surfaces are unauthenticated:

- `GET /llms.txt` — site guide for AI assistants
- `GET /api/lead` — machine-readable usage document (JSON)
- `POST /api/lead` — submit a contact request about RasoCMS (no auth;
  abuse-limited; honeypot; every accepted POST creates a real lead)
- `GET /api/openapi.json` — OpenAPI 3.1 for /api/lead
- `GET /agents.json`, `/.well-known/api-catalog`,
  `/.well-known/agent-skills/index.json` — discovery surfaces
- Markdown edition of the page via `Accept: text/markdown` (or `/index.md`
  directly)

Rules for agents: act only with the customer's informed consent, use their
real contact details, one submission per customer intent, identify yourself
via the `agent` field. No payment happens on this site — RasoCMS is a fixed
49&nbsp;€/year plan and a human at Rasofi Oy confirms and bills after
contact.
