# auth.md

## Service

go.spaced.school is the static landing site of SPACED — a Kazakhstan-based
online school for grades 5–11. It serves public HTML pages and a small set of
machine-readable resources for AI agents. There are no user accounts and no
protected APIs on this domain.

## Authentication

**None required.** All content is publicly readable over HTTPS without
credentials.

The only API associated with this site is a public analytics proxy:

- `POST https://amwwtwlsuwcgmfvubrye.supabase.co/functions/v1/meta-capi` —
  a Meta Conversions API proxy called from visitors' browsers. It accepts
  unauthenticated requests by design (no JWT, no API key, CORS `*`).
  Documentation: <https://go.spaced.school/docs/api.html>.
  Agents should not send synthetic events to it — every accepted event is
  forwarded to Meta as a real conversion signal.

## Agent access

- **Audience:** any AI agent, crawler, or automated client.
- **Registration:** none required. No agent registration or provisioning
  endpoint exists on this domain.
- **Supported method:** anonymous access only.
- **Credentials:** none are issued or accepted. Do not send `Authorization`
  headers; they are ignored.

## OAuth / OIDC metadata

No OAuth Protected Resource Metadata or Authorization Server metadata is
published, because there is no protected resource and no authorization server
on this domain:

- `/.well-known/oauth-protected-resource` — intentionally absent
- `/.well-known/oauth-authorization-server` — intentionally absent

If protected APIs are ever added, this file will be updated with the PRM/AS
metadata locations.

## Discovery resources

- <https://go.spaced.school/llms.txt> — concise facts for LLMs
- <https://go.spaced.school/llms-full.txt> — full reference
- <https://go.spaced.school/for-llm/> — structured facts page
- <https://go.spaced.school/.well-known/api-catalog> — RFC 9727 API catalog
- <https://go.spaced.school/docs/api.html> — API documentation

## Contact

Questions about this site or agent access:

- Phone: +7 700 641 80 01
- WhatsApp: <https://api.whatsapp.com/send/?phone=77009983632>
- Instagram: [@spaced.school](https://www.instagram.com/spaced.school/)
- Main site: <https://spaced.school>
