GAMACA.AI · Service documentation
Public surface for agents
This page is the human-readable entrypoint that the API catalog at /.well-known/api-catalog advertises with rel=service-doc. There is no traditional REST API — this site is the marketing surface for an AI consultancy. The capabilities below describe what an agent can read and do.
Read
GET /— French homepage. Returns markdown whenAccept: text/markdownis sent.GET /en/— English homepage. Same content negotiation.GET /sitemap.xml— XML sitemap.GET /privacy.html— privacy policy.
Agent metadata
/.well-known/ai.txt— concise service description./.well-known/api-catalog— RFC 9727 linkset./.well-known/health— JSON health probe./.well-known/mcp/server-card.json— WebMCP server card./.well-known/agent-skills/index.json— agent skills discovery index.
Act — via WebMCP
When the homepage loads in an MCP-aware browser, four tools are registered via navigator.modelContext.provideContext():
get_services— list the four engagement types.get_methodology— return the consultancy's principles and engagement sequence.get_contact_info— public contact channels.request_contact— submit a contact form on the user's behalf, after explicit confirmation.
Authentication
None. There are no protected resources. If that ever changes, OAuth Protected Resource Metadata will be published at /.well-known/oauth-protected-resource and OIDC discovery at /.well-known/openid-configuration.
Markdown for agents
Every HTML page on this site has a parallel markdown representation. Either:
- Append
.md:/index.md,/en/index.md,/docs/api.md. - Send
Accept: text/markdownagainst the HTML URL — the edge rewrites to the.mdvariant and serves it withContent-Type: text/markdown; charset=utf-8.