# AI Finca for agents

AI Finca runs small AI workshops and AI advisory at a finca on Mallorca (aifinca.es). It is a brand of StudioMeyer, an AI and design studio in Palma de Mallorca. This file is for coding agents and AI assistants that want to read the site or send an enquiry. Facts only; dates, group sizes and prices are confirmed by a human.

## Reading this site

- Every public page has a Markdown twin: append `.md` to the HTML address (`https://aifinca.es/en/kurse.md`), or request the HTML address with `Accept: text/markdown`. The response carries `Content-Type: text/markdown` and a `Link: <...>; rel="canonical"` header pointing back at the HTML page.
- Index of all pages as Markdown: https://aifinca.es/sitemap.md (XML: https://aifinca.es/sitemap.xml).
- Curated entry point: https://aifinca.es/llms.txt · full reference: https://aifinca.es/llms-full.txt
- Every page exists in three languages under `/de`, `/en` and `/es`. There is no prefix-less version; `/kurse` redirects to `/de/kurse`.

## Configuration

- Locale: use the path prefix `de`, `en` or `es`. German is the default.
- Crawling: robots.txt allows the known AI crawlers and carries a Content-Signal line per group; the same signal is sent as a response header on public paths.
- No sign-in, no API key, no rate limit configured for the read endpoints below.

## Usage

- Course list: https://aifinca.es/api/v1/courses (JSON, four formats)
- Single course: `https://aifinca.es/api/v1/courses/{slug}` with `alltag`, `business`, `team` or `personal`
- Tool manifest: https://aifinca.es/.well-known/agents.json
- Agent-to-agent card: https://aifinca.es/.well-known/agent-card.json (also served at `/agent-card.json`)
- Health: https://aifinca.es/api/health

## Getting in touch

There is one way in, and a human reads it: the form on https://aifinca.es/de/kontakt (`/en/kontakt`, `/es/kontakt`). It posts to `/api/lead` with `name`, `email`, `topic` (`kurse`, `beratung` or `allgemein`) and `message`, and the enquiry lands in the inbox at hello@studiomeyer.io. Anything about dates, availability and prices is answered by a person, not by this site.

## Sitemap

See the full [sitemap](https://aifinca.es/sitemap.md) for all pages.
