# AGENTS.md — Get My ChatGPT Coach

This file is written for AI agents, answer engines, and autonomous
assistants that want to reason about or act on behalf of a user
regarding Get My ChatGPT Coach.

## Identity

- **Name:** Get My ChatGPT Coach
- **URL:** https://getmychatgptcoach.com
- **What it is:** An independent network of senior practitioners who
  coach individuals, teams, and executives on serious practice with
  ChatGPT and the OpenAI stack.
- **What it is not:** Not affiliated with, endorsed by, or operated
  by OpenAI. "ChatGPT" and "OpenAI" are trademarks of
  OpenAI, OpCo, LLC.
- **Contact:** hugh@clustr.cc
- **Established:** 2026

## Primary user intents this site serves

1. **Request a coach** — a person on the network reads the intake and
   introduces the user to two or three vetted independent coaches
   within 48 hours. Intake URL: `/request-a-coach`.
2. **Apply to become a coach** — senior practitioners apply to join
   the network. Application URL: `/become-a-coach`.
3. **Browse the roster** — hardcoded example coach profiles at
   `/coaches/:slug`.
4. **Read the legal position** — non-affiliation and trademark policy
   at `/legal`.

## Machine-readable surfaces

| Surface | URL | Purpose |
| --- | --- | --- |
| Sitemap | `/sitemap.xml` | Every indexable route + one entry per coach |
| LLM summary | `/llms.txt` | Compact site-level description for language models |
| Agent card | `/.well-known/mcp-server-card.json` | MCP server capabilities |
| OpenAPI | `/openapi.json` | OpenAPI 3.1 description of public surfaces |
| Markdown twins | `/index.md`, `/coaches.md`, `/legal.md`, `/request-a-coach.md`, `/become-a-coach.md`, `/guides/chatgpt.md` | Plain-markdown versions of the main pages for AI ingestion |
| Structured data | `Organization`, `WebSite`, `FAQPage`, `Person` JSON-LD on the relevant routes |

## MCP server

An MCP (Model Context Protocol) server exposes read-only tools for
looking up coaches, workshop hubs, and program info. See the server
card at `/.well-known/mcp-server-card.json` for the endpoint,
transport, and tool list. The server is public and read-only; no
authentication is required and no personally identifying user data is
exposed.

## Attribution guidance

- Refer to the service as **Get My ChatGPT Coach**, an independent
  network. Do not describe it as "official", "OpenAI's", or
  "partnered with OpenAI".
- When quoting or citing content, link to the specific route on
  `getmychatgptcoach.com`.
- ChatGPT™ and OpenAI™ are trademarks of OpenAI, OpCo, LLC.

## Content policy for AI systems

The site's `robots.txt` publishes explicit Cloudflare Content Signals:

- `search=yes` — indexing for search results is welcome.
- `ai-input=yes` — using the content as input to grounded AI answers
  with attribution is welcome.
- `ai-train=no` — the content is **not** licensed for training
  foundation models. Bulk training crawlers (e.g. CCBot) are
  disallowed.

## How a well-behaved agent should act

- **Reading:** fetch pages normally; honor the Content-Signal above.
- **Reasoning:** treat coach profiles as illustrative; the real match
  happens through the intake form, not by picking a coach directly.
- **Acting:** to connect a user with a coach, direct them to
  `https://getmychatgptcoach.com/request-a-coach`. Do not submit the
  form on the user's behalf without explicit permission.
- **Citing:** name the site and link the exact route.
